Shades of Lime Green #3EC636
Tints of Lime Green #3EC636
RGB
CMYK
RGB Variations
Color information
#3EC636 (or 0x3EC636) is known color: Lime Green. HEX triplet: 3E, C6 and 36. RGB value is (62,198,54). Sum of RGB (Red+Green+Blue) = 62+198+54=314 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.75% from 314); Green value is 198 (77.73% from 255 or 63.06% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 198 - color contains mainly: green. Hex color #3EC636 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC636 is #C139C9. Grayscale: #8D8D8D. Windows color (decimal): -12663242 or 3589694. OLE color: 3589694.
HSL color Cylindrical-coordinate representation of color #3EC636: hue angle of 116.67º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EC636 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 62 | 198 | 54 | - |
| CMYK | 0.69 | 0 | 0.73 | 0.22 |
| HSL | 116.67º | 0.57% | 0.49% | - |
| HSV(B) | 116.67º | 0.73% | 0.78% | - |
| XYZ | 22.85 | 41.68 | 10.33 | - |
| YUV | 140.92 | 78.94 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 198 | 54 | 0.69 | 0 | 0.73 | 0.22 | 116.67 | 0.57 | 0.49 |
| Hex | 3E | C6 | 36 | 45 | 0 | 49 | 16 | 75 | 39 | 31 |
| Octal | 76 | 306 | 66 | 105 | 0 | 111 | 26 | 165 | 71 | 61 |
| Binary | 111110 | 11000110 | 110110 | 1000101 | 0 | 1001001 | 10110 | 1110101 | 111001 | 110001 |
Color Harmonies of #3EC636
Complementary color
Monochromatic Colors of #3EC636
Black with #3EC636
Text Example
Text Example
White with #3EC636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC636; }
p { color: rgb(62,198,54); }
H1.HeaderClassName
{
color: #3EC636;
}
.AnyTagClassName
{
color: #3EC636;
}
</style>
background-color css
<style>
a { background-color: #3EC636; }
a { background-color: rgb(62,198,54); }
div.DivClassName
{
background-color: #3EC636;
}
.BgClassName
{
background-color: #3EC636;
}
</style>
border-color css
<style>
span { border-color: #3EC636; }
span { border-color: rgb(62,198,54); }
td.TdClassName
{
border-color: #3EC636;
}
.TagClassName
{
border-color: #3EC636;
}
</style>