Shades of Lime Green #3EC64F
Tints of Lime Green #3EC64F
RGB
CMYK
RGB Variations
Color information
#3EC64F (or 0x3EC64F) is known color: Lime Green. HEX triplet: 3E, C6 and 4F. RGB value is (62,198,79). Sum of RGB (Red+Green+Blue) = 62+198+79=339 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.29% from 339); Green value is 198 (77.73% from 255 or 58.41% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 198 - color contains mainly: green. Hex color #3EC64F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EC64F is #C139B0. Grayscale: #909090. Windows color (decimal): -12663217 or 5228094. OLE color: 5228094.
HSL color Cylindrical-coordinate representation of color #3EC64F: hue angle of 127.5º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EC64F is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 62 | 198 | 79 | - |
| CMYK | 0.69 | 0 | 0.60 | 0.22 |
| HSL | 127.5º | 0.54% | 0.51% | - |
| HSV(B) | 127.5º | 0.69% | 0.78% | - |
| XYZ | 23.59 | 41.98 | 14.26 | - |
| YUV | 143.77 | 91.44 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 198 | 79 | 0.69 | 0 | 0.60 | 0.22 | 127.5 | 0.54 | 0.51 |
| Hex | 3E | C6 | 4F | 45 | 0 | 3C | 16 | 80 | 36 | 33 |
| Octal | 76 | 306 | 117 | 105 | 0 | 74 | 26 | 200 | 66 | 63 |
| Binary | 111110 | 11000110 | 1001111 | 1000101 | 0 | 111100 | 10110 | 10000000 | 110110 | 110011 |
Color Harmonies of #3EC64F
Complementary color
Monochromatic Colors of #3EC64F
Black with #3EC64F
Text Example
Text Example
White with #3EC64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC64F; }
p { color: rgb(62,198,79); }
H1.HeaderClassName
{
color: #3EC64F;
}
.AnyTagClassName
{
color: #3EC64F;
}
</style>
background-color css
<style>
a { background-color: #3EC64F; }
a { background-color: rgb(62,198,79); }
div.DivClassName
{
background-color: #3EC64F;
}
.BgClassName
{
background-color: #3EC64F;
}
</style>
border-color css
<style>
span { border-color: #3EC64F; }
span { border-color: rgb(62,198,79); }
td.TdClassName
{
border-color: #3EC64F;
}
.TagClassName
{
border-color: #3EC64F;
}
</style>