Shades of Lime Green #42DE51
Tints of Lime Green #42DE51
RGB
CMYK
RGB Variations
Color information
#42DE51 (or 0x42DE51) is known color: Lime Green. HEX triplet: 42, DE and 51. RGB value is (66,222,81). Sum of RGB (Red+Green+Blue) = 66+222+81=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 222 (87.11% from 255 or 60.16% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 222 - color contains mainly: green. Hex color #42DE51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DE51 is #BD21AE. Grayscale: #9F9F9F. Windows color (decimal): -12394927 or 5365314. OLE color: 5365314.
HSL color Cylindrical-coordinate representation of color #42DE51: hue angle of 125.77º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DE51 is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 222 | 81 | - |
| CMYK | 0.70 | 0 | 0.64 | 0.13 |
| HSL | 125.77º | 0.7% | 0.56% | - |
| HSV(B) | 125.77º | 0.7% | 0.87% | - |
| XYZ | 29.85 | 53.99 | 16.63 | - |
| YUV | 159.28 | 83.82 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 222 | 81 | 0.70 | 0 | 0.64 | 0.13 | 125.77 | 0.7 | 0.56 |
| Hex | 42 | DE | 51 | 46 | 0 | 40 | D | 7E | 46 | 38 |
| Octal | 102 | 336 | 121 | 106 | 0 | 100 | 15 | 176 | 106 | 70 |
| Binary | 1000010 | 11011110 | 1010001 | 1000110 | 0 | 1000000 | 1101 | 1111110 | 1000110 | 111000 |
Color Harmonies of #42DE51
Complementary color
Monochromatic Colors of #42DE51
Black with #42DE51
Text Example
Text Example
White with #42DE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DE51; }
p { color: rgb(66,222,81); }
H1.HeaderClassName
{
color: #42DE51;
}
.AnyTagClassName
{
color: #42DE51;
}
</style>
background-color css
<style>
a { background-color: #42DE51; }
a { background-color: rgb(66,222,81); }
div.DivClassName
{
background-color: #42DE51;
}
.BgClassName
{
background-color: #42DE51;
}
</style>
border-color css
<style>
span { border-color: #42DE51; }
span { border-color: rgb(66,222,81); }
td.TdClassName
{
border-color: #42DE51;
}
.TagClassName
{
border-color: #42DE51;
}
</style>