Shades of Lime Green #3EC02C
Tints of Lime Green #3EC02C
RGB
CMYK
RGB Variations
Color information
#3EC02C (or 0x3EC02C) is known color: Lime Green. HEX triplet: 3E, C0 and 2C. RGB value is (62,192,44). Sum of RGB (Red+Green+Blue) = 62+192+44=298 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.81% from 298); Green value is 192 (75.39% from 255 or 64.43% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 192 - color contains mainly: green. Hex color #3EC02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC02C is #C13FD3. Grayscale: #888888. Windows color (decimal): -12664788 or 2932798. OLE color: 2932798.
HSL color Cylindrical-coordinate representation of color #3EC02C: hue angle of 112.7º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3EC02C is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 192 | 44 | - |
| CMYK | 0.68 | 0 | 0.77 | 0.25 |
| HSL | 112.7º | 0.63% | 0.46% | - |
| HSV(B) | 112.7º | 0.77% | 0.75% | - |
| XYZ | 21.29 | 38.91 | 8.77 | - |
| YUV | 136.26 | 75.93 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 192 | 44 | 0.68 | 0 | 0.77 | 0.25 | 112.7 | 0.63 | 0.46 |
| Hex | 3E | C0 | 2C | 44 | 0 | 4D | 19 | 71 | 3F | 2E |
| Octal | 76 | 300 | 54 | 104 | 0 | 115 | 31 | 161 | 77 | 56 |
| Binary | 111110 | 11000000 | 101100 | 1000100 | 0 | 1001101 | 11001 | 1110001 | 111111 | 101110 |
Color Harmonies of #3EC02C
Complementary color
Monochromatic Colors of #3EC02C
Black with #3EC02C
Text Example
Text Example
White with #3EC02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC02C; }
p { color: rgb(62,192,44); }
H1.HeaderClassName
{
color: #3EC02C;
}
.AnyTagClassName
{
color: #3EC02C;
}
</style>
background-color css
<style>
a { background-color: #3EC02C; }
a { background-color: rgb(62,192,44); }
div.DivClassName
{
background-color: #3EC02C;
}
.BgClassName
{
background-color: #3EC02C;
}
</style>
border-color css
<style>
span { border-color: #3EC02C; }
span { border-color: rgb(62,192,44); }
td.TdClassName
{
border-color: #3EC02C;
}
.TagClassName
{
border-color: #3EC02C;
}
</style>