Shades of Lime Green #42E424
Tints of Lime Green #42E424
RGB
CMYK
RGB Variations
Color information
#42E424 (or 0x42E424) is known color: Lime Green. HEX triplet: 42, E4 and 24. RGB value is (66,228,36). Sum of RGB (Red+Green+Blue) = 66+228+36=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 228 (89.45% from 255 or 69.09% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 228 - color contains mainly: green. Hex color #42E424 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E424 is #BD1BDB. Grayscale: #9E9E9E. Windows color (decimal): -12393436 or 2417730. OLE color: 2417730.
HSL color Cylindrical-coordinate representation of color #42E424: hue angle of 110.62º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42E424 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 66 | 228 | 36 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.11 |
| HSL | 110.63º | 0.78% | 0.52% | - |
| HSV(B) | 110.63º | 0.84% | 0.89% | - |
| XYZ | 30.31 | 56.77 | 11.03 | - |
| YUV | 157.67 | 59.33 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 228 | 36 | 0.71 | 0 | 0.84 | 0.11 | 110.63 | 0.78 | 0.52 |
| Hex | 42 | E4 | 24 | 47 | 0 | 54 | B | 6F | 4E | 34 |
| Octal | 102 | 344 | 44 | 107 | 0 | 124 | 13 | 157 | 116 | 64 |
| Binary | 1000010 | 11100100 | 100100 | 1000111 | 0 | 1010100 | 1011 | 1101111 | 1001110 | 110100 |
Color Harmonies of #42E424
Complementary color
Monochromatic Colors of #42E424
Black with #42E424
Text Example
Text Example
White with #42E424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E424; }
p { color: rgb(66,228,36); }
H1.HeaderClassName
{
color: #42E424;
}
.AnyTagClassName
{
color: #42E424;
}
</style>
background-color css
<style>
a { background-color: #42E424; }
a { background-color: rgb(66,228,36); }
div.DivClassName
{
background-color: #42E424;
}
.BgClassName
{
background-color: #42E424;
}
</style>
border-color css
<style>
span { border-color: #42E424; }
span { border-color: rgb(66,228,36); }
td.TdClassName
{
border-color: #42E424;
}
.TagClassName
{
border-color: #42E424;
}
</style>