Shades of Lime Green #42EA23
Tints of Lime Green #42EA23
RGB
CMYK
RGB Variations
Color information
#42EA23 (or 0x42EA23) is known color: Lime Green. HEX triplet: 42, EA and 23. RGB value is (66,234,35). Sum of RGB (Red+Green+Blue) = 66+234+35=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 234 (91.80% from 255 or 69.85% from 335); Blue value is 35 (14.06% from 255 or 10.45% from 335); Max value from RGB is 234 - color contains mainly: green. Hex color #42EA23 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42EA23 is #BD15DC. Grayscale: #A1A1A1. Windows color (decimal): -12391901 or 2353730. OLE color: 2353730.
HSL color Cylindrical-coordinate representation of color #42EA23: hue angle of 110.65º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42EA23 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 234 | 35 | - |
| CMYK | 0.72 | 0 | 0.85 | 0.08 |
| HSL | 110.65º | 0.83% | 0.53% | - |
| HSV(B) | 110.65º | 0.85% | 0.92% | - |
| XYZ | 31.97 | 60.13 | 11.51 | - |
| YUV | 161.08 | 56.84 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 234 | 35 | 0.72 | 0 | 0.85 | 0.08 | 110.65 | 0.83 | 0.53 |
| Hex | 42 | EA | 23 | 48 | 0 | 55 | 8 | 6F | 53 | 35 |
| Octal | 102 | 352 | 43 | 110 | 0 | 125 | 10 | 157 | 123 | 65 |
| Binary | 1000010 | 11101010 | 100011 | 1001000 | 0 | 1010101 | 1000 | 1101111 | 1010011 | 110101 |
Color Harmonies of #42EA23
Complementary color
Monochromatic Colors of #42EA23
Black with #42EA23
Text Example
Text Example
White with #42EA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EA23; }
p { color: rgb(66,234,35); }
H1.HeaderClassName
{
color: #42EA23;
}
.AnyTagClassName
{
color: #42EA23;
}
</style>
background-color css
<style>
a { background-color: #42EA23; }
a { background-color: rgb(66,234,35); }
div.DivClassName
{
background-color: #42EA23;
}
.BgClassName
{
background-color: #42EA23;
}
</style>
border-color css
<style>
span { border-color: #42EA23; }
span { border-color: rgb(66,234,35); }
td.TdClassName
{
border-color: #42EA23;
}
.TagClassName
{
border-color: #42EA23;
}
</style>