Shades of Lime Green #42E123
Tints of Lime Green #42E123
RGB
CMYK
RGB Variations
Color information
#42E123 (or 0x42E123) is known color: Lime Green. HEX triplet: 42, E1 and 23. RGB value is (66,225,35). Sum of RGB (Red+Green+Blue) = 66+225+35=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 225 (88.28% from 255 or 69.02% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 225 - color contains mainly: green. Hex color #42E123 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E123 is #BD1EDC. Grayscale: #9C9C9C. Windows color (decimal): -12394205 or 2351426. OLE color: 2351426.
HSL color Cylindrical-coordinate representation of color #42E123: hue angle of 110.21º degrees, saturation: 0.76, 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 #42E123 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 225 | 35 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.12 |
| HSL | 110.21º | 0.76% | 0.51% | - |
| HSV(B) | 110.21º | 0.84% | 0.88% | - |
| XYZ | 29.48 | 55.13 | 10.68 | - |
| YUV | 155.8 | 59.82 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 225 | 35 | 0.71 | 0 | 0.84 | 0.12 | 110.21 | 0.76 | 0.51 |
| Hex | 42 | E1 | 23 | 47 | 0 | 54 | C | 6E | 4C | 33 |
| Octal | 102 | 341 | 43 | 107 | 0 | 124 | 14 | 156 | 114 | 63 |
| Binary | 1000010 | 11100001 | 100011 | 1000111 | 0 | 1010100 | 1100 | 1101110 | 1001100 | 110011 |
Color Harmonies of #42E123
Complementary color
Monochromatic Colors of #42E123
Black with #42E123
Text Example
Text Example
White with #42E123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E123; }
p { color: rgb(66,225,35); }
H1.HeaderClassName
{
color: #42E123;
}
.AnyTagClassName
{
color: #42E123;
}
</style>
background-color css
<style>
a { background-color: #42E123; }
a { background-color: rgb(66,225,35); }
div.DivClassName
{
background-color: #42E123;
}
.BgClassName
{
background-color: #42E123;
}
</style>
border-color css
<style>
span { border-color: #42E123; }
span { border-color: rgb(66,225,35); }
td.TdClassName
{
border-color: #42E123;
}
.TagClassName
{
border-color: #42E123;
}
</style>