Shades of Lime Green #3EDC24
Tints of Lime Green #3EDC24
RGB
CMYK
RGB Variations
Color information
#3EDC24 (or 0x3EDC24) is known color: Lime Green. HEX triplet: 3E, DC and 24. RGB value is (62,220,36). Sum of RGB (Red+Green+Blue) = 62+220+36=318 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.50% from 318); Green value is 220 (86.33% from 255 or 69.18% from 318); Blue value is 36 (14.45% from 255 or 11.32% from 318); Max value from RGB is 220 - color contains mainly: green. Hex color #3EDC24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDC24 is #C123DB. Grayscale: #989898. Windows color (decimal): -12657628 or 2415678. OLE color: 2415678.
HSL color Cylindrical-coordinate representation of color #3EDC24: hue angle of 111.52º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3EDC24 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 220 | 36 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.14 |
| HSL | 111.52º | 0.72% | 0.5% | - |
| HSV(B) | 111.52º | 0.84% | 0.86% | - |
| XYZ | 27.9 | 52.34 | 10.3 | - |
| YUV | 151.78 | 62.65 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 220 | 36 | 0.72 | 0 | 0.84 | 0.14 | 111.52 | 0.72 | 0.5 |
| Hex | 3E | DC | 24 | 48 | 0 | 54 | E | 70 | 48 | 32 |
| Octal | 76 | 334 | 44 | 110 | 0 | 124 | 16 | 160 | 110 | 62 |
| Binary | 111110 | 11011100 | 100100 | 1001000 | 0 | 1010100 | 1110 | 1110000 | 1001000 | 110010 |
Color Harmonies of #3EDC24
Complementary color
Monochromatic Colors of #3EDC24
Black with #3EDC24
Text Example
Text Example
White with #3EDC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDC24; }
p { color: rgb(62,220,36); }
H1.HeaderClassName
{
color: #3EDC24;
}
.AnyTagClassName
{
color: #3EDC24;
}
</style>
background-color css
<style>
a { background-color: #3EDC24; }
a { background-color: rgb(62,220,36); }
div.DivClassName
{
background-color: #3EDC24;
}
.BgClassName
{
background-color: #3EDC24;
}
</style>
border-color css
<style>
span { border-color: #3EDC24; }
span { border-color: rgb(62,220,36); }
td.TdClassName
{
border-color: #3EDC24;
}
.TagClassName
{
border-color: #3EDC24;
}
</style>