Shades of Lime Green #42DC32
Tints of Lime Green #42DC32
RGB
CMYK
RGB Variations
Color information
#42DC32 (or 0x42DC32) is known color: Lime Green. HEX triplet: 42, DC and 32. RGB value is (66,220,50). Sum of RGB (Red+Green+Blue) = 66+220+50=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 220 (86.33% from 255 or 65.48% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 220 - color contains mainly: green. Hex color #42DC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DC32 is #BD23CD. Grayscale: #9B9B9B. Windows color (decimal): -12395470 or 3333186. OLE color: 3333186.
HSL color Cylindrical-coordinate representation of color #42DC32: hue angle of 114.35º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42DC32 is Cyan = 0.7, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 220 | 50 | - |
| CMYK | 0.7 | 0 | 0.77 | 0.14 |
| HSL | 114.35º | 0.71% | 0.53% | - |
| HSV(B) | 114.35º | 0.77% | 0.86% | - |
| XYZ | 28.42 | 52.57 | 11.67 | - |
| YUV | 154.57 | 68.98 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 220 | 50 | 0.7 | 0 | 0.77 | 0.14 | 114.35 | 0.71 | 0.53 |
| Hex | 42 | DC | 32 | 46 | 0 | 4D | E | 72 | 47 | 35 |
| Octal | 102 | 334 | 62 | 106 | 0 | 115 | 16 | 162 | 107 | 65 |
| Binary | 1000010 | 11011100 | 110010 | 1000110 | 0 | 1001101 | 1110 | 1110010 | 1000111 | 110101 |
Color Harmonies of #42DC32
Complementary color
Monochromatic Colors of #42DC32
Black with #42DC32
Text Example
Text Example
White with #42DC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DC32; }
p { color: rgb(66,220,50); }
H1.HeaderClassName
{
color: #42DC32;
}
.AnyTagClassName
{
color: #42DC32;
}
</style>
background-color css
<style>
a { background-color: #42DC32; }
a { background-color: rgb(66,220,50); }
div.DivClassName
{
background-color: #42DC32;
}
.BgClassName
{
background-color: #42DC32;
}
</style>
border-color css
<style>
span { border-color: #42DC32; }
span { border-color: rgb(66,220,50); }
td.TdClassName
{
border-color: #42DC32;
}
.TagClassName
{
border-color: #42DC32;
}
</style>