Shades of Lime Green #3EC34F
Tints of Lime Green #3EC34F
RGB
CMYK
RGB Variations
Color information
#3EC34F (or 0x3EC34F) is known color: Lime Green. HEX triplet: 3E, C3 and 4F. RGB value is (62,195,79). Sum of RGB (Red+Green+Blue) = 62+195+79=336 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.45% from 336); Green value is 195 (76.56% from 255 or 58.04% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 195 - color contains mainly: green. Hex color #3EC34F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EC34F is #C13CB0. Grayscale: #8E8E8E. Windows color (decimal): -12663985 or 5227326. OLE color: 5227326.
HSL color Cylindrical-coordinate representation of color #3EC34F: hue angle of 127.67º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EC34F is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 62 | 195 | 79 | - |
| CMYK | 0.68 | 0 | 0.59 | 0.24 |
| HSL | 127.67º | 0.53% | 0.5% | - |
| HSV(B) | 127.67º | 0.68% | 0.76% | - |
| XYZ | 22.91 | 40.62 | 14.03 | - |
| YUV | 142.01 | 92.44 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 195 | 79 | 0.68 | 0 | 0.59 | 0.24 | 127.67 | 0.53 | 0.5 |
| Hex | 3E | C3 | 4F | 44 | 0 | 3B | 18 | 80 | 35 | 32 |
| Octal | 76 | 303 | 117 | 104 | 0 | 73 | 30 | 200 | 65 | 62 |
| Binary | 111110 | 11000011 | 1001111 | 1000100 | 0 | 111011 | 11000 | 10000000 | 110101 | 110010 |
Color Harmonies of #3EC34F
Complementary color
Monochromatic Colors of #3EC34F
Black with #3EC34F
Text Example
Text Example
White with #3EC34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC34F; }
p { color: rgb(62,195,79); }
H1.HeaderClassName
{
color: #3EC34F;
}
.AnyTagClassName
{
color: #3EC34F;
}
</style>
background-color css
<style>
a { background-color: #3EC34F; }
a { background-color: rgb(62,195,79); }
div.DivClassName
{
background-color: #3EC34F;
}
.BgClassName
{
background-color: #3EC34F;
}
</style>
border-color css
<style>
span { border-color: #3EC34F; }
span { border-color: rgb(62,195,79); }
td.TdClassName
{
border-color: #3EC34F;
}
.TagClassName
{
border-color: #3EC34F;
}
</style>