Shades of Lime Green #42DA4F
Tints of Lime Green #42DA4F
RGB
CMYK
RGB Variations
Color information
#42DA4F (or 0x42DA4F) is known color: Lime Green. HEX triplet: 42, DA and 4F. RGB value is (66,218,79). Sum of RGB (Red+Green+Blue) = 66+218+79=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 218 (85.55% from 255 or 60.06% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 218 - color contains mainly: green. Hex color #42DA4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DA4F is #BD25B0. Grayscale: #9D9D9D. Windows color (decimal): -12395953 or 5233218. OLE color: 5233218.
HSL color Cylindrical-coordinate representation of color #42DA4F: hue angle of 125.13º 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 #42DA4F is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 218 | 79 | - |
| CMYK | 0.70 | 0 | 0.64 | 0.15 |
| HSL | 125.13º | 0.67% | 0.56% | - |
| HSV(B) | 125.13º | 0.7% | 0.85% | - |
| XYZ | 28.73 | 51.87 | 15.89 | - |
| YUV | 156.71 | 84.14 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 218 | 79 | 0.70 | 0 | 0.64 | 0.15 | 125.13 | 0.67 | 0.56 |
| Hex | 42 | DA | 4F | 46 | 0 | 40 | F | 7D | 43 | 38 |
| Octal | 102 | 332 | 117 | 106 | 0 | 100 | 17 | 175 | 103 | 70 |
| Binary | 1000010 | 11011010 | 1001111 | 1000110 | 0 | 1000000 | 1111 | 1111101 | 1000011 | 111000 |
Color Harmonies of #42DA4F
Complementary color
Monochromatic Colors of #42DA4F
Black with #42DA4F
Text Example
Text Example
White with #42DA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DA4F; }
p { color: rgb(66,218,79); }
H1.HeaderClassName
{
color: #42DA4F;
}
.AnyTagClassName
{
color: #42DA4F;
}
</style>
background-color css
<style>
a { background-color: #42DA4F; }
a { background-color: rgb(66,218,79); }
div.DivClassName
{
background-color: #42DA4F;
}
.BgClassName
{
background-color: #42DA4F;
}
</style>
border-color css
<style>
span { border-color: #42DA4F; }
span { border-color: rgb(66,218,79); }
td.TdClassName
{
border-color: #42DA4F;
}
.TagClassName
{
border-color: #42DA4F;
}
</style>