Shades of Lime Green #42E037
Tints of Lime Green #42E037
RGB
CMYK
RGB Variations
Color information
#42E037 (or 0x42E037) is known color: Lime Green. HEX triplet: 42, E0 and 37. RGB value is (66,224,55). Sum of RGB (Red+Green+Blue) = 66+224+55=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 224 (87.89% from 255 or 64.93% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 224 - color contains mainly: green. Hex color #42E037 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E037 is #BD1FC8. Grayscale: #9E9E9E. Windows color (decimal): -12394441 or 3661890. OLE color: 3661890.
HSL color Cylindrical-coordinate representation of color #42E037: hue angle of 116.09º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42E037 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 224 | 55 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.12 |
| HSL | 116.09º | 0.73% | 0.55% | - |
| HSV(B) | 116.09º | 0.75% | 0.88% | - |
| XYZ | 29.59 | 54.75 | 12.62 | - |
| YUV | 157.49 | 70.15 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 224 | 55 | 0.71 | 0 | 0.75 | 0.12 | 116.09 | 0.73 | 0.55 |
| Hex | 42 | E0 | 37 | 47 | 0 | 4B | C | 74 | 49 | 37 |
| Octal | 102 | 340 | 67 | 107 | 0 | 113 | 14 | 164 | 111 | 67 |
| Binary | 1000010 | 11100000 | 110111 | 1000111 | 0 | 1001011 | 1100 | 1110100 | 1001001 | 110111 |
Color Harmonies of #42E037
Complementary color
Monochromatic Colors of #42E037
Black with #42E037
Text Example
Text Example
White with #42E037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E037; }
p { color: rgb(66,224,55); }
H1.HeaderClassName
{
color: #42E037;
}
.AnyTagClassName
{
color: #42E037;
}
</style>
background-color css
<style>
a { background-color: #42E037; }
a { background-color: rgb(66,224,55); }
div.DivClassName
{
background-color: #42E037;
}
.BgClassName
{
background-color: #42E037;
}
</style>
border-color css
<style>
span { border-color: #42E037; }
span { border-color: rgb(66,224,55); }
td.TdClassName
{
border-color: #42E037;
}
.TagClassName
{
border-color: #42E037;
}
</style>