Shades of Lime Green #3EC036
Tints of Lime Green #3EC036
RGB
CMYK
RGB Variations
Color information
#3EC036 (or 0x3EC036) is known color: Lime Green. HEX triplet: 3E, C0 and 36. RGB value is (62,192,54). Sum of RGB (Red+Green+Blue) = 62+192+54=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #3EC036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC036 is #C13FC9. Grayscale: #898989. Windows color (decimal): -12664778 or 3588158. OLE color: 3588158.
HSL color Cylindrical-coordinate representation of color #3EC036: hue angle of 116.52º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EC036 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 192 | 54 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.25 |
| HSL | 116.52º | 0.56% | 0.48% | - |
| HSV(B) | 116.52º | 0.72% | 0.75% | - |
| XYZ | 21.5 | 38.99 | 9.88 | - |
| YUV | 137.4 | 80.93 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 192 | 54 | 0.68 | 0 | 0.72 | 0.25 | 116.52 | 0.56 | 0.48 |
| Hex | 3E | C0 | 36 | 44 | 0 | 48 | 19 | 75 | 38 | 30 |
| Octal | 76 | 300 | 66 | 104 | 0 | 110 | 31 | 165 | 70 | 60 |
| Binary | 111110 | 11000000 | 110110 | 1000100 | 0 | 1001000 | 11001 | 1110101 | 111000 | 110000 |
Color Harmonies of #3EC036
Complementary color
Monochromatic Colors of #3EC036
Black with #3EC036
Text Example
Text Example
White with #3EC036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC036; }
p { color: rgb(62,192,54); }
H1.HeaderClassName
{
color: #3EC036;
}
.AnyTagClassName
{
color: #3EC036;
}
</style>
background-color css
<style>
a { background-color: #3EC036; }
a { background-color: rgb(62,192,54); }
div.DivClassName
{
background-color: #3EC036;
}
.BgClassName
{
background-color: #3EC036;
}
</style>
border-color css
<style>
span { border-color: #3EC036; }
span { border-color: rgb(62,192,54); }
td.TdClassName
{
border-color: #3EC036;
}
.TagClassName
{
border-color: #3EC036;
}
</style>