Shades of Lime Green #42E624
Tints of Lime Green #42E624
RGB
CMYK
RGB Variations
Color information
#42E624 (or 0x42E624) is known color: Lime Green. HEX triplet: 42, E6 and 24. RGB value is (66,230,36). Sum of RGB (Red+Green+Blue) = 66+230+36=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 230 (90.23% from 255 or 69.28% from 332); Blue value is 36 (14.45% from 255 or 10.84% from 332); Max value from RGB is 230 - color contains mainly: green. Hex color #42E624 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E624 is #BD19DB. Grayscale: #9F9F9F. Windows color (decimal): -12392924 or 2418242. OLE color: 2418242.
HSL color Cylindrical-coordinate representation of color #42E624: hue angle of 110.72º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42E624 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 230 | 36 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.10 |
| HSL | 110.72º | 0.8% | 0.52% | - |
| HSV(B) | 110.72º | 0.84% | 0.9% | - |
| XYZ | 30.86 | 57.88 | 11.21 | - |
| YUV | 158.85 | 58.67 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 230 | 36 | 0.71 | 0 | 0.84 | 0.10 | 110.72 | 0.8 | 0.52 |
| Hex | 42 | E6 | 24 | 47 | 0 | 54 | A | 6F | 50 | 34 |
| Octal | 102 | 346 | 44 | 107 | 0 | 124 | 12 | 157 | 120 | 64 |
| Binary | 1000010 | 11100110 | 100100 | 1000111 | 0 | 1010100 | 1010 | 1101111 | 1010000 | 110100 |
Color Harmonies of #42E624
Complementary color
Monochromatic Colors of #42E624
Black with #42E624
Text Example
Text Example
White with #42E624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E624; }
p { color: rgb(66,230,36); }
H1.HeaderClassName
{
color: #42E624;
}
.AnyTagClassName
{
color: #42E624;
}
</style>
background-color css
<style>
a { background-color: #42E624; }
a { background-color: rgb(66,230,36); }
div.DivClassName
{
background-color: #42E624;
}
.BgClassName
{
background-color: #42E624;
}
</style>
border-color css
<style>
span { border-color: #42E624; }
span { border-color: rgb(66,230,36); }
td.TdClassName
{
border-color: #42E624;
}
.TagClassName
{
border-color: #42E624;
}
</style>