Shades of Lime Green #3ED156
Tints of Lime Green #3ED156
RGB
CMYK
RGB Variations
Color information
#3ED156 (or 0x3ED156) is known color: Lime Green. HEX triplet: 3E, D1 and 56. RGB value is (62,209,86). Sum of RGB (Red+Green+Blue) = 62+209+86=357 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.37% from 357); Green value is 209 (82.03% from 255 or 58.54% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 209 - color contains mainly: green. Hex color #3ED156 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ED156 is #C12EA9. Grayscale: #979797. Windows color (decimal): -12660394 or 5689662. OLE color: 5689662.
HSL color Cylindrical-coordinate representation of color #3ED156: hue angle of 129.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ED156 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 209 | 86 | - |
| CMYK | 0.70 | 0 | 0.59 | 0.18 |
| HSL | 129.8º | 0.62% | 0.53% | - |
| HSV(B) | 129.8º | 0.7% | 0.82% | - |
| XYZ | 26.47 | 47.3 | 16.54 | - |
| YUV | 151.03 | 91.3 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 209 | 86 | 0.70 | 0 | 0.59 | 0.18 | 129.8 | 0.62 | 0.53 |
| Hex | 3E | D1 | 56 | 46 | 0 | 3B | 12 | 82 | 3E | 35 |
| Octal | 76 | 321 | 126 | 106 | 0 | 73 | 22 | 202 | 76 | 65 |
| Binary | 111110 | 11010001 | 1010110 | 1000110 | 0 | 111011 | 10010 | 10000010 | 111110 | 110101 |
Color Harmonies of #3ED156
Complementary color
Monochromatic Colors of #3ED156
Black with #3ED156
Text Example
Text Example
White with #3ED156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED156; }
p { color: rgb(62,209,86); }
H1.HeaderClassName
{
color: #3ED156;
}
.AnyTagClassName
{
color: #3ED156;
}
</style>
background-color css
<style>
a { background-color: #3ED156; }
a { background-color: rgb(62,209,86); }
div.DivClassName
{
background-color: #3ED156;
}
.BgClassName
{
background-color: #3ED156;
}
</style>
border-color css
<style>
span { border-color: #3ED156; }
span { border-color: rgb(62,209,86); }
td.TdClassName
{
border-color: #3ED156;
}
.TagClassName
{
border-color: #3ED156;
}
</style>