Shades of Lime Green #42DB2A
Tints of Lime Green #42DB2A
RGB
CMYK
RGB Variations
Color information
#42DB2A (or 0x42DB2A) is known color: Lime Green. HEX triplet: 42, DB and 2A. RGB value is (66,219,42). Sum of RGB (Red+Green+Blue) = 66+219+42=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 219 (85.94% from 255 or 66.97% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 219 - color contains mainly: green. Hex color #42DB2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DB2A is #BD24D5. Grayscale: #999999. Windows color (decimal): -12395734 or 2808642. OLE color: 2808642.
HSL color Cylindrical-coordinate representation of color #42DB2A: hue angle of 111.86º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #42DB2A is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 219 | 42 | - |
| CMYK | 0.70 | 0 | 0.81 | 0.14 |
| HSL | 111.86º | 0.71% | 0.51% | - |
| HSV(B) | 111.86º | 0.81% | 0.86% | - |
| XYZ | 28 | 51.99 | 10.75 | - |
| YUV | 153.08 | 65.31 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 219 | 42 | 0.70 | 0 | 0.81 | 0.14 | 111.86 | 0.71 | 0.51 |
| Hex | 42 | DB | 2A | 46 | 0 | 51 | E | 70 | 47 | 33 |
| Octal | 102 | 333 | 52 | 106 | 0 | 121 | 16 | 160 | 107 | 63 |
| Binary | 1000010 | 11011011 | 101010 | 1000110 | 0 | 1010001 | 1110 | 1110000 | 1000111 | 110011 |
Color Harmonies of #42DB2A
Complementary color
Monochromatic Colors of #42DB2A
Black with #42DB2A
Text Example
Text Example
White with #42DB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DB2A; }
p { color: rgb(66,219,42); }
H1.HeaderClassName
{
color: #42DB2A;
}
.AnyTagClassName
{
color: #42DB2A;
}
</style>
background-color css
<style>
a { background-color: #42DB2A; }
a { background-color: rgb(66,219,42); }
div.DivClassName
{
background-color: #42DB2A;
}
.BgClassName
{
background-color: #42DB2A;
}
</style>
border-color css
<style>
span { border-color: #42DB2A; }
span { border-color: rgb(66,219,42); }
td.TdClassName
{
border-color: #42DB2A;
}
.TagClassName
{
border-color: #42DB2A;
}
</style>