Shades of Lime Green #42E522
Tints of Lime Green #42E522
RGB
CMYK
RGB Variations
Color information
#42E522 (or 0x42E522) is known color: Lime Green. HEX triplet: 42, E5 and 22. RGB value is (66,229,34). Sum of RGB (Red+Green+Blue) = 66+229+34=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 229 (89.84% from 255 or 69.60% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 229 - color contains mainly: green. Hex color #42E522 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E522 is #BD1ADD. Grayscale: #9E9E9E. Windows color (decimal): -12393182 or 2286914. OLE color: 2286914.
HSL color Cylindrical-coordinate representation of color #42E522: hue angle of 110.15º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42E522 is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 229 | 34 | - |
| CMYK | 0.71 | 0 | 0.85 | 0.10 |
| HSL | 110.15º | 0.79% | 0.52% | - |
| HSV(B) | 110.15º | 0.85% | 0.9% | - |
| XYZ | 30.55 | 57.31 | 10.97 | - |
| YUV | 158.03 | 58 | 62.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 229 | 34 | 0.71 | 0 | 0.85 | 0.10 | 110.15 | 0.79 | 0.52 |
| Hex | 42 | E5 | 22 | 47 | 0 | 55 | A | 6E | 4F | 34 |
| Octal | 102 | 345 | 42 | 107 | 0 | 125 | 12 | 156 | 117 | 64 |
| Binary | 1000010 | 11100101 | 100010 | 1000111 | 0 | 1010101 | 1010 | 1101110 | 1001111 | 110100 |
Color Harmonies of #42E522
Complementary color
Monochromatic Colors of #42E522
Black with #42E522
Text Example
Text Example
White with #42E522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E522; }
p { color: rgb(66,229,34); }
H1.HeaderClassName
{
color: #42E522;
}
.AnyTagClassName
{
color: #42E522;
}
</style>
background-color css
<style>
a { background-color: #42E522; }
a { background-color: rgb(66,229,34); }
div.DivClassName
{
background-color: #42E522;
}
.BgClassName
{
background-color: #42E522;
}
</style>
border-color css
<style>
span { border-color: #42E522; }
span { border-color: rgb(66,229,34); }
td.TdClassName
{
border-color: #42E522;
}
.TagClassName
{
border-color: #42E522;
}
</style>