Shades of Lime Green #42E929
Tints of Lime Green #42E929
RGB
CMYK
RGB Variations
Color information
#42E929 (or 0x42E929) is known color: Lime Green. HEX triplet: 42, E9 and 29. RGB value is (66,233,41). Sum of RGB (Red+Green+Blue) = 66+233+41=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 233 (91.41% from 255 or 68.53% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 233 - color contains mainly: green. Hex color #42E929 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E929 is #BD16D6. Grayscale: #A1A1A1. Windows color (decimal): -12392151 or 2746690. OLE color: 2746690.
HSL color Cylindrical-coordinate representation of color #42E929: hue angle of 112.19º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42E929 is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 233 | 41 | - |
| CMYK | 0.72 | 0 | 0.82 | 0.09 |
| HSL | 112.19º | 0.81% | 0.54% | - |
| HSV(B) | 112.19º | 0.82% | 0.91% | - |
| XYZ | 31.79 | 59.6 | 11.93 | - |
| YUV | 161.18 | 60.17 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 233 | 41 | 0.72 | 0 | 0.82 | 0.09 | 112.19 | 0.81 | 0.54 |
| Hex | 42 | E9 | 29 | 48 | 0 | 52 | 9 | 70 | 51 | 36 |
| Octal | 102 | 351 | 51 | 110 | 0 | 122 | 11 | 160 | 121 | 66 |
| Binary | 1000010 | 11101001 | 101001 | 1001000 | 0 | 1010010 | 1001 | 1110000 | 1010001 | 110110 |
Color Harmonies of #42E929
Complementary color
Monochromatic Colors of #42E929
Black with #42E929
Text Example
Text Example
White with #42E929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E929; }
p { color: rgb(66,233,41); }
H1.HeaderClassName
{
color: #42E929;
}
.AnyTagClassName
{
color: #42E929;
}
</style>
background-color css
<style>
a { background-color: #42E929; }
a { background-color: rgb(66,233,41); }
div.DivClassName
{
background-color: #42E929;
}
.BgClassName
{
background-color: #42E929;
}
</style>
border-color css
<style>
span { border-color: #42E929; }
span { border-color: rgb(66,233,41); }
td.TdClassName
{
border-color: #42E929;
}
.TagClassName
{
border-color: #42E929;
}
</style>