Color spaces of #3fe96d
RGB | 63 | 233 | 109 |
---|---|---|---|
HSL | 0.38 | 0.79 | 0.58 |
HSV | 136° | 73° | 91° |
CMYK | 0.73 | 0.00 | 0.53 0.09 |
XYZ | 33.9491 | 60.4387 | 24.3445 |
Yxy | 60.4387 | 0.2859 | 0.5090 |
Hunter Lab | 77.7423 | -58.1004 | 35.8534 |
CIE-Lab | 82.0761 | -67.9828 | 47.7083 |
#3fe96d color RGB value is (63,233,109).
#3fe96d hex color red value is 63, green value is 233 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #3fe96d hue: 0.38 , saturation: 0.79 and the lightness value of 3fe96d is 0.58.
The process color (four color CMYK) of #3fe96d color hex is 0.73, 0.00, 0.53, 0.09. Web safe color of #3fe96d is #33ff66. Color #3fe96d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111111 | 11101001 | 01101101 |
Octal | 77 | 351 | 155 |
Decimal | 63 | 233 | 109 |
Hex | 3F | E9 | 6D |
Shades of #3fe96d
Tints of #3fe96d
RGB Percentages of Color #3fe96d
CMYK Percentages of Color #3fe96d
Complementary Color
#3fe96d | #e93fbb |
#3fe96d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3fe96d Color Preview on White Background
Lorem ipsum dolor sit amet.
#3fe96d Color CSS Codes
.mybgcolor {background-color:#3fe96d; } .myforecolor {color:#3fe96d; } .mybordercolor {border:3px solid #3fe96d; }
#3fe96d Text Font Color
<p style="color:#3fe96d">Text here</p>
This sample text font color is #3fe96d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#3fe96d Background Color
<div style="background-color:#3fe96d">
Div content here</div>
This div background color is #3fe96d
#3fe96d Border Color
<div style="border:3px solid #3fe96d">
Div here</div>
This div border color is #3fe96d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(63,233,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3fe96d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3fe96d; -webkit-box-shadow: 1px 1px 3px 2px #3fe96d; box-shadow: 1px 1px 3px 2px #3fe96d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(63,233,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3fe96d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3fe96d; -webkit-box-shadow: 1px 1px 3px 2px #3fe96d; box-shadow: 1px 1px 3px 2px #3fe96d;">
Div content here</div>
This div box has shadow with color #3fe96d
Comments
No comments written yet.
Please login to write comment.