Shades of Lime Green #42E126
Tints of Lime Green #42E126
RGB
CMYK
RGB Variations
Color information
#42E126 (or 0x42E126) is known color: Lime Green. HEX triplet: 42, E1 and 26. RGB value is (66,225,38). Sum of RGB (Red+Green+Blue) = 66+225+38=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 225 (88.28% from 255 or 68.39% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 225 - color contains mainly: green. Hex color #42E126 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E126 is #BD1ED9. Grayscale: #9C9C9C. Windows color (decimal): -12394202 or 2548034. OLE color: 2548034.
HSL color Cylindrical-coordinate representation of color #42E126: hue angle of 111.02º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42E126 is Cyan = 0.71, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 225 | 38 | - |
| CMYK | 0.71 | 0 | 0.83 | 0.12 |
| HSL | 111.02º | 0.76% | 0.52% | - |
| HSV(B) | 111.02º | 0.83% | 0.88% | - |
| XYZ | 29.52 | 55.15 | 10.92 | - |
| YUV | 156.14 | 61.32 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 225 | 38 | 0.71 | 0 | 0.83 | 0.12 | 111.02 | 0.76 | 0.52 |
| Hex | 42 | E1 | 26 | 47 | 0 | 53 | C | 6F | 4C | 34 |
| Octal | 102 | 341 | 46 | 107 | 0 | 123 | 14 | 157 | 114 | 64 |
| Binary | 1000010 | 11100001 | 100110 | 1000111 | 0 | 1010011 | 1100 | 1101111 | 1001100 | 110100 |
Color Harmonies of #42E126
Complementary color
Monochromatic Colors of #42E126
Black with #42E126
Text Example
Text Example
White with #42E126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E126; }
p { color: rgb(66,225,38); }
H1.HeaderClassName
{
color: #42E126;
}
.AnyTagClassName
{
color: #42E126;
}
</style>
background-color css
<style>
a { background-color: #42E126; }
a { background-color: rgb(66,225,38); }
div.DivClassName
{
background-color: #42E126;
}
.BgClassName
{
background-color: #42E126;
}
</style>
border-color css
<style>
span { border-color: #42E126; }
span { border-color: rgb(66,225,38); }
td.TdClassName
{
border-color: #42E126;
}
.TagClassName
{
border-color: #42E126;
}
</style>