Shades of Lime Green #42DB31
Tints of Lime Green #42DB31
RGB
CMYK
RGB Variations
Color information
#42DB31 (or 0x42DB31) is known color: Lime Green. HEX triplet: 42, DB and 31. RGB value is (66,219,49). Sum of RGB (Red+Green+Blue) = 66+219+49=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 219 (85.94% from 255 or 65.57% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 219 - color contains mainly: green. Hex color #42DB31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DB31 is #BD24CE. Grayscale: #9A9A9A. Windows color (decimal): -12395727 or 3267394. OLE color: 3267394.
HSL color Cylindrical-coordinate representation of color #42DB31: hue angle of 114º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42DB31 is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 219 | 49 | - |
| CMYK | 0.70 | 0 | 0.78 | 0.14 |
| HSL | 114º | 0.7% | 0.53% | - |
| HSV(B) | 114º | 0.78% | 0.86% | - |
| XYZ | 28.13 | 52.04 | 11.47 | - |
| YUV | 153.87 | 68.81 | 65.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 219 | 49 | 0.70 | 0 | 0.78 | 0.14 | 114 | 0.7 | 0.53 |
| Hex | 42 | DB | 31 | 46 | 0 | 4E | E | 72 | 46 | 35 |
| Octal | 102 | 333 | 61 | 106 | 0 | 116 | 16 | 162 | 106 | 65 |
| Binary | 1000010 | 11011011 | 110001 | 1000110 | 0 | 1001110 | 1110 | 1110010 | 1000110 | 110101 |
Color Harmonies of #42DB31
Complementary color
Monochromatic Colors of #42DB31
Black with #42DB31
Text Example
Text Example
White with #42DB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DB31; }
p { color: rgb(66,219,49); }
H1.HeaderClassName
{
color: #42DB31;
}
.AnyTagClassName
{
color: #42DB31;
}
</style>
background-color css
<style>
a { background-color: #42DB31; }
a { background-color: rgb(66,219,49); }
div.DivClassName
{
background-color: #42DB31;
}
.BgClassName
{
background-color: #42DB31;
}
</style>
border-color css
<style>
span { border-color: #42DB31; }
span { border-color: rgb(66,219,49); }
td.TdClassName
{
border-color: #42DB31;
}
.TagClassName
{
border-color: #42DB31;
}
</style>