Shades of Lime Green #3EDC32
Tints of Lime Green #3EDC32
RGB
CMYK
RGB Variations
Color information
#3EDC32 (or 0x3EDC32) is known color: Lime Green. HEX triplet: 3E, DC and 32. RGB value is (62,220,50). Sum of RGB (Red+Green+Blue) = 62+220+50=332 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.67% from 332); Green value is 220 (86.33% from 255 or 66.27% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 220 - color contains mainly: green. Hex color #3EDC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDC32 is #C123CD. Grayscale: #999999. Windows color (decimal): -12657614 or 3333182. OLE color: 3333182.
HSL color Cylindrical-coordinate representation of color #3EDC32: hue angle of 115.76º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3EDC32 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 220 | 50 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.14 |
| HSL | 115.76º | 0.71% | 0.53% | - |
| HSV(B) | 115.76º | 0.77% | 0.86% | - |
| XYZ | 28.16 | 52.44 | 11.66 | - |
| YUV | 153.38 | 69.65 | 62.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 220 | 50 | 0.72 | 0 | 0.77 | 0.14 | 115.76 | 0.71 | 0.53 |
| Hex | 3E | DC | 32 | 48 | 0 | 4D | E | 74 | 47 | 35 |
| Octal | 76 | 334 | 62 | 110 | 0 | 115 | 16 | 164 | 107 | 65 |
| Binary | 111110 | 11011100 | 110010 | 1001000 | 0 | 1001101 | 1110 | 1110100 | 1000111 | 110101 |
Color Harmonies of #3EDC32
Complementary color
Monochromatic Colors of #3EDC32
Black with #3EDC32
Text Example
Text Example
White with #3EDC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDC32; }
p { color: rgb(62,220,50); }
H1.HeaderClassName
{
color: #3EDC32;
}
.AnyTagClassName
{
color: #3EDC32;
}
</style>
background-color css
<style>
a { background-color: #3EDC32; }
a { background-color: rgb(62,220,50); }
div.DivClassName
{
background-color: #3EDC32;
}
.BgClassName
{
background-color: #3EDC32;
}
</style>
border-color css
<style>
span { border-color: #3EDC32; }
span { border-color: rgb(62,220,50); }
td.TdClassName
{
border-color: #3EDC32;
}
.TagClassName
{
border-color: #3EDC32;
}
</style>