Shades of Lime Green #42E12B
Tints of Lime Green #42E12B
RGB
CMYK
RGB Variations
Color information
#42E12B (or 0x42E12B) is known color: Lime Green. HEX triplet: 42, E1 and 2B. RGB value is (66,225,43). Sum of RGB (Red+Green+Blue) = 66+225+43=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 225 (88.28% from 255 or 67.37% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 225 - color contains mainly: green. Hex color #42E12B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E12B is #BD1ED4. Grayscale: #9D9D9D. Windows color (decimal): -12394197 or 2875714. OLE color: 2875714.
HSL color Cylindrical-coordinate representation of color #42E12B: hue angle of 112.42º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #42E12B is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 225 | 43 | - |
| CMYK | 0.71 | 0 | 0.81 | 0.12 |
| HSL | 112.42º | 0.75% | 0.53% | - |
| HSV(B) | 112.42º | 0.81% | 0.88% | - |
| XYZ | 29.61 | 55.18 | 11.38 | - |
| YUV | 156.71 | 63.82 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 225 | 43 | 0.71 | 0 | 0.81 | 0.12 | 112.42 | 0.75 | 0.53 |
| Hex | 42 | E1 | 2B | 47 | 0 | 51 | C | 70 | 4B | 35 |
| Octal | 102 | 341 | 53 | 107 | 0 | 121 | 14 | 160 | 113 | 65 |
| Binary | 1000010 | 11100001 | 101011 | 1000111 | 0 | 1010001 | 1100 | 1110000 | 1001011 | 110101 |
Color Harmonies of #42E12B
Complementary color
Monochromatic Colors of #42E12B
Black with #42E12B
Text Example
Text Example
White with #42E12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E12B; }
p { color: rgb(66,225,43); }
H1.HeaderClassName
{
color: #42E12B;
}
.AnyTagClassName
{
color: #42E12B;
}
</style>
background-color css
<style>
a { background-color: #42E12B; }
a { background-color: rgb(66,225,43); }
div.DivClassName
{
background-color: #42E12B;
}
.BgClassName
{
background-color: #42E12B;
}
</style>
border-color css
<style>
span { border-color: #42E12B; }
span { border-color: rgb(66,225,43); }
td.TdClassName
{
border-color: #42E12B;
}
.TagClassName
{
border-color: #42E12B;
}
</style>