Shades of Lime Green #42DA51
Tints of Lime Green #42DA51
RGB
CMYK
RGB Variations
Color information
#42DA51 (or 0x42DA51) is known color: Lime Green. HEX triplet: 42, DA and 51. RGB value is (66,218,81). Sum of RGB (Red+Green+Blue) = 66+218+81=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 218 (85.55% from 255 or 59.73% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 218 - color contains mainly: green. Hex color #42DA51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DA51 is #BD25AE. Grayscale: #9D9D9D. Windows color (decimal): -12395951 or 5364290. OLE color: 5364290.
HSL color Cylindrical-coordinate representation of color #42DA51: hue angle of 125.92º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DA51 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 218 | 81 | - |
| CMYK | 0.70 | 0 | 0.63 | 0.15 |
| HSL | 125.92º | 0.67% | 0.56% | - |
| HSV(B) | 125.92º | 0.7% | 0.85% | - |
| XYZ | 28.8 | 51.9 | 16.28 | - |
| YUV | 156.93 | 85.14 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 218 | 81 | 0.70 | 0 | 0.63 | 0.15 | 125.92 | 0.67 | 0.56 |
| Hex | 42 | DA | 51 | 46 | 0 | 3F | F | 7E | 43 | 38 |
| Octal | 102 | 332 | 121 | 106 | 0 | 77 | 17 | 176 | 103 | 70 |
| Binary | 1000010 | 11011010 | 1010001 | 1000110 | 0 | 111111 | 1111 | 1111110 | 1000011 | 111000 |
Color Harmonies of #42DA51
Complementary color
Monochromatic Colors of #42DA51
Black with #42DA51
Text Example
Text Example
White with #42DA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DA51; }
p { color: rgb(66,218,81); }
H1.HeaderClassName
{
color: #42DA51;
}
.AnyTagClassName
{
color: #42DA51;
}
</style>
background-color css
<style>
a { background-color: #42DA51; }
a { background-color: rgb(66,218,81); }
div.DivClassName
{
background-color: #42DA51;
}
.BgClassName
{
background-color: #42DA51;
}
</style>
border-color css
<style>
span { border-color: #42DA51; }
span { border-color: rgb(66,218,81); }
td.TdClassName
{
border-color: #42DA51;
}
.TagClassName
{
border-color: #42DA51;
}
</style>