Shades of Lime Green #42DC34
Tints of Lime Green #42DC34
RGB
CMYK
RGB Variations
Color information
#42DC34 (or 0x42DC34) is known color: Lime Green. HEX triplet: 42, DC and 34. RGB value is (66,220,52). Sum of RGB (Red+Green+Blue) = 66+220+52=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 220 (86.33% from 255 or 65.09% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 220 - color contains mainly: green. Hex color #42DC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DC34 is #BD23CB. Grayscale: #9B9B9B. Windows color (decimal): -12395468 or 3464258. OLE color: 3464258.
HSL color Cylindrical-coordinate representation of color #42DC34: hue angle of 115º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42DC34 is Cyan = 0.7, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 220 | 52 | - |
| CMYK | 0.7 | 0 | 0.76 | 0.14 |
| HSL | 115º | 0.71% | 0.53% | - |
| HSV(B) | 115º | 0.76% | 0.86% | - |
| XYZ | 28.46 | 52.59 | 11.9 | - |
| YUV | 154.8 | 69.98 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 220 | 52 | 0.7 | 0 | 0.76 | 0.14 | 115 | 0.71 | 0.53 |
| Hex | 42 | DC | 34 | 46 | 0 | 4C | E | 73 | 47 | 35 |
| Octal | 102 | 334 | 64 | 106 | 0 | 114 | 16 | 163 | 107 | 65 |
| Binary | 1000010 | 11011100 | 110100 | 1000110 | 0 | 1001100 | 1110 | 1110011 | 1000111 | 110101 |
Color Harmonies of #42DC34
Complementary color
Monochromatic Colors of #42DC34
Black with #42DC34
Text Example
Text Example
White with #42DC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DC34; }
p { color: rgb(66,220,52); }
H1.HeaderClassName
{
color: #42DC34;
}
.AnyTagClassName
{
color: #42DC34;
}
</style>
background-color css
<style>
a { background-color: #42DC34; }
a { background-color: rgb(66,220,52); }
div.DivClassName
{
background-color: #42DC34;
}
.BgClassName
{
background-color: #42DC34;
}
</style>
border-color css
<style>
span { border-color: #42DC34; }
span { border-color: rgb(66,220,52); }
td.TdClassName
{
border-color: #42DC34;
}
.TagClassName
{
border-color: #42DC34;
}
</style>