Shades of Lime Green #42E023
Tints of Lime Green #42E023
RGB
CMYK
RGB Variations
Color information
#42E023 (or 0x42E023) is known color: Lime Green. HEX triplet: 42, E0 and 23. RGB value is (66,224,35). Sum of RGB (Red+Green+Blue) = 66+224+35=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 224 (87.89% from 255 or 68.92% from 325); Blue value is 35 (14.06% from 255 or 10.77% from 325); Max value from RGB is 224 - color contains mainly: green. Hex color #42E023 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E023 is #BD1FDC. Grayscale: #9B9B9B. Windows color (decimal): -12394461 or 2351170. OLE color: 2351170.
HSL color Cylindrical-coordinate representation of color #42E023: hue angle of 110.16º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42E023 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 224 | 35 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.12 |
| HSL | 110.16º | 0.75% | 0.51% | - |
| HSV(B) | 110.16º | 0.84% | 0.88% | - |
| XYZ | 29.21 | 54.59 | 10.59 | - |
| YUV | 155.21 | 60.15 | 64.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 224 | 35 | 0.71 | 0 | 0.84 | 0.12 | 110.16 | 0.75 | 0.51 |
| Hex | 42 | E0 | 23 | 47 | 0 | 54 | C | 6E | 4B | 33 |
| Octal | 102 | 340 | 43 | 107 | 0 | 124 | 14 | 156 | 113 | 63 |
| Binary | 1000010 | 11100000 | 100011 | 1000111 | 0 | 1010100 | 1100 | 1101110 | 1001011 | 110011 |
Color Harmonies of #42E023
Complementary color
Monochromatic Colors of #42E023
Black with #42E023
Text Example
Text Example
White with #42E023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E023; }
p { color: rgb(66,224,35); }
H1.HeaderClassName
{
color: #42E023;
}
.AnyTagClassName
{
color: #42E023;
}
</style>
background-color css
<style>
a { background-color: #42E023; }
a { background-color: rgb(66,224,35); }
div.DivClassName
{
background-color: #42E023;
}
.BgClassName
{
background-color: #42E023;
}
</style>
border-color css
<style>
span { border-color: #42E023; }
span { border-color: rgb(66,224,35); }
td.TdClassName
{
border-color: #42E023;
}
.TagClassName
{
border-color: #42E023;
}
</style>