Shades of Lime Green #42E440
Tints of Lime Green #42E440
RGB
CMYK
RGB Variations
Color information
#42E440 (or 0x42E440) is known color: Lime Green. HEX triplet: 42, E4 and 40. RGB value is (66,228,64). Sum of RGB (Red+Green+Blue) = 66+228+64=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 228 (89.45% from 255 or 63.69% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 228 - color contains mainly: green. Hex color #42E440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E440 is #BD1BBF. Grayscale: #A1A1A1. Windows color (decimal): -12393408 or 4252738. OLE color: 4252738.
HSL color Cylindrical-coordinate representation of color #42E440: hue angle of 119.27º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E440 is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 66 | 228 | 64 | - |
| CMYK | 0.71 | 0 | 0.72 | 0.11 |
| HSL | 119.27º | 0.75% | 0.57% | - |
| HSV(B) | 119.27º | 0.72% | 0.89% | - |
| XYZ | 30.92 | 57.02 | 14.23 | - |
| YUV | 160.87 | 73.33 | 60.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 228 | 64 | 0.71 | 0 | 0.72 | 0.11 | 119.27 | 0.75 | 0.57 |
| Hex | 42 | E4 | 40 | 47 | 0 | 48 | B | 77 | 4B | 39 |
| Octal | 102 | 344 | 100 | 107 | 0 | 110 | 13 | 167 | 113 | 71 |
| Binary | 1000010 | 11100100 | 1000000 | 1000111 | 0 | 1001000 | 1011 | 1110111 | 1001011 | 111001 |
Color Harmonies of #42E440
Complementary color
Monochromatic Colors of #42E440
Black with #42E440
Text Example
Text Example
White with #42E440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E440; }
p { color: rgb(66,228,64); }
H1.HeaderClassName
{
color: #42E440;
}
.AnyTagClassName
{
color: #42E440;
}
</style>
background-color css
<style>
a { background-color: #42E440; }
a { background-color: rgb(66,228,64); }
div.DivClassName
{
background-color: #42E440;
}
.BgClassName
{
background-color: #42E440;
}
</style>
border-color css
<style>
span { border-color: #42E440; }
span { border-color: rgb(66,228,64); }
td.TdClassName
{
border-color: #42E440;
}
.TagClassName
{
border-color: #42E440;
}
</style>