Shades of Lime Green #42E040
Tints of Lime Green #42E040
RGB
CMYK
RGB Variations
Color information
#42E040 (or 0x42E040) is known color: Lime Green. HEX triplet: 42, E0 and 40. RGB value is (66,224,64). Sum of RGB (Red+Green+Blue) = 66+224+64=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 224 (87.89% from 255 or 63.28% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 224 - color contains mainly: green. Hex color #42E040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E040 is #BD1FBF. Grayscale: #9F9F9F. Windows color (decimal): -12394432 or 4251714. OLE color: 4251714.
HSL color Cylindrical-coordinate representation of color #42E040: hue angle of 119.25º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E040 is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 224 | 64 | - |
| CMYK | 0.71 | 0 | 0.71 | 0.12 |
| HSL | 119.25º | 0.72% | 0.56% | - |
| HSV(B) | 119.25º | 0.71% | 0.88% | - |
| XYZ | 29.83 | 54.84 | 13.86 | - |
| YUV | 158.52 | 74.65 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 224 | 64 | 0.71 | 0 | 0.71 | 0.12 | 119.25 | 0.72 | 0.56 |
| Hex | 42 | E0 | 40 | 47 | 0 | 47 | C | 77 | 48 | 38 |
| Octal | 102 | 340 | 100 | 107 | 0 | 107 | 14 | 167 | 110 | 70 |
| Binary | 1000010 | 11100000 | 1000000 | 1000111 | 0 | 1000111 | 1100 | 1110111 | 1001000 | 111000 |
Color Harmonies of #42E040
Complementary color
Monochromatic Colors of #42E040
Black with #42E040
Text Example
Text Example
White with #42E040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E040; }
p { color: rgb(66,224,64); }
H1.HeaderClassName
{
color: #42E040;
}
.AnyTagClassName
{
color: #42E040;
}
</style>
background-color css
<style>
a { background-color: #42E040; }
a { background-color: rgb(66,224,64); }
div.DivClassName
{
background-color: #42E040;
}
.BgClassName
{
background-color: #42E040;
}
</style>
border-color css
<style>
span { border-color: #42E040; }
span { border-color: rgb(66,224,64); }
td.TdClassName
{
border-color: #42E040;
}
.TagClassName
{
border-color: #42E040;
}
</style>