Shades of Lime Green #3ED032
Tints of Lime Green #3ED032
RGB
CMYK
RGB Variations
Color information
#3ED032 (or 0x3ED032) is known color: Lime Green. HEX triplet: 3E, D0 and 32. RGB value is (62,208,50). Sum of RGB (Red+Green+Blue) = 62+208+50=320 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.38% from 320); Green value is 208 (81.64% from 255 or 65% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 208 - color contains mainly: green. Hex color #3ED032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED032 is #C12FCD. Grayscale: #929292. Windows color (decimal): -12660686 or 3330110. OLE color: 3330110.
HSL color Cylindrical-coordinate representation of color #3ED032: hue angle of 115.44º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ED032 is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 208 | 50 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.18 |
| HSL | 115.44º | 0.63% | 0.51% | - |
| HSV(B) | 115.44º | 0.76% | 0.82% | - |
| XYZ | 25.12 | 46.37 | 10.64 | - |
| YUV | 146.33 | 73.63 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 208 | 50 | 0.70 | 0 | 0.76 | 0.18 | 115.44 | 0.63 | 0.51 |
| Hex | 3E | D0 | 32 | 46 | 0 | 4C | 12 | 73 | 3F | 33 |
| Octal | 76 | 320 | 62 | 106 | 0 | 114 | 22 | 163 | 77 | 63 |
| Binary | 111110 | 11010000 | 110010 | 1000110 | 0 | 1001100 | 10010 | 1110011 | 111111 | 110011 |
Color Harmonies of #3ED032
Complementary color
Monochromatic Colors of #3ED032
Black with #3ED032
Text Example
Text Example
White with #3ED032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED032; }
p { color: rgb(62,208,50); }
H1.HeaderClassName
{
color: #3ED032;
}
.AnyTagClassName
{
color: #3ED032;
}
</style>
background-color css
<style>
a { background-color: #3ED032; }
a { background-color: rgb(62,208,50); }
div.DivClassName
{
background-color: #3ED032;
}
.BgClassName
{
background-color: #3ED032;
}
</style>
border-color css
<style>
span { border-color: #3ED032; }
span { border-color: rgb(62,208,50); }
td.TdClassName
{
border-color: #3ED032;
}
.TagClassName
{
border-color: #3ED032;
}
</style>