Shades of Lime Green #42DB23
Tints of Lime Green #42DB23
RGB
CMYK
RGB Variations
Color information
#42DB23 (or 0x42DB23) is known color: Lime Green. HEX triplet: 42, DB and 23. RGB value is (66,219,35). Sum of RGB (Red+Green+Blue) = 66+219+35=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 219 (85.94% from 255 or 68.44% from 320); Blue value is 35 (14.06% from 255 or 10.94% from 320); Max value from RGB is 219 - color contains mainly: green. Hex color #42DB23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DB23 is #BD24DC. Grayscale: #989898. Windows color (decimal): -12395741 or 2349890. OLE color: 2349890.
HSL color Cylindrical-coordinate representation of color #42DB23: hue angle of 109.89º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42DB23 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 219 | 35 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.14 |
| HSL | 109.89º | 0.72% | 0.5% | - |
| HSV(B) | 109.89º | 0.84% | 0.86% | - |
| XYZ | 27.88 | 51.94 | 10.15 | - |
| YUV | 152.28 | 61.81 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 219 | 35 | 0.70 | 0 | 0.84 | 0.14 | 109.89 | 0.72 | 0.5 |
| Hex | 42 | DB | 23 | 46 | 0 | 54 | E | 6E | 48 | 32 |
| Octal | 102 | 333 | 43 | 106 | 0 | 124 | 16 | 156 | 110 | 62 |
| Binary | 1000010 | 11011011 | 100011 | 1000110 | 0 | 1010100 | 1110 | 1101110 | 1001000 | 110010 |
Color Harmonies of #42DB23
Complementary color
Monochromatic Colors of #42DB23
Black with #42DB23
Text Example
Text Example
White with #42DB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DB23; }
p { color: rgb(66,219,35); }
H1.HeaderClassName
{
color: #42DB23;
}
.AnyTagClassName
{
color: #42DB23;
}
</style>
background-color css
<style>
a { background-color: #42DB23; }
a { background-color: rgb(66,219,35); }
div.DivClassName
{
background-color: #42DB23;
}
.BgClassName
{
background-color: #42DB23;
}
</style>
border-color css
<style>
span { border-color: #42DB23; }
span { border-color: rgb(66,219,35); }
td.TdClassName
{
border-color: #42DB23;
}
.TagClassName
{
border-color: #42DB23;
}
</style>