Shades of Lime Green #42DA34
Tints of Lime Green #42DA34
RGB
CMYK
RGB Variations
Color information
#42DA34 (or 0x42DA34) is known color: Lime Green. HEX triplet: 42, DA and 34. RGB value is (66,218,52). Sum of RGB (Red+Green+Blue) = 66+218+52=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 218 (85.55% from 255 or 64.88% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 218 - color contains mainly: green. Hex color #42DA34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DA34 is #BD25CB. Grayscale: #9A9A9A. Windows color (decimal): -12395980 or 3463746. OLE color: 3463746.
HSL color Cylindrical-coordinate representation of color #42DA34: hue angle of 114.94º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42DA34 is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 218 | 52 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.15 |
| HSL | 114.94º | 0.69% | 0.53% | - |
| HSV(B) | 114.94º | 0.76% | 0.85% | - |
| XYZ | 27.94 | 51.55 | 11.73 | - |
| YUV | 153.63 | 70.64 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 218 | 52 | 0.70 | 0 | 0.76 | 0.15 | 114.94 | 0.69 | 0.53 |
| Hex | 42 | DA | 34 | 46 | 0 | 4C | F | 73 | 45 | 35 |
| Octal | 102 | 332 | 64 | 106 | 0 | 114 | 17 | 163 | 105 | 65 |
| Binary | 1000010 | 11011010 | 110100 | 1000110 | 0 | 1001100 | 1111 | 1110011 | 1000101 | 110101 |
Color Harmonies of #42DA34
Complementary color
Monochromatic Colors of #42DA34
Black with #42DA34
Text Example
Text Example
White with #42DA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DA34; }
p { color: rgb(66,218,52); }
H1.HeaderClassName
{
color: #42DA34;
}
.AnyTagClassName
{
color: #42DA34;
}
</style>
background-color css
<style>
a { background-color: #42DA34; }
a { background-color: rgb(66,218,52); }
div.DivClassName
{
background-color: #42DA34;
}
.BgClassName
{
background-color: #42DA34;
}
</style>
border-color css
<style>
span { border-color: #42DA34; }
span { border-color: rgb(66,218,52); }
td.TdClassName
{
border-color: #42DA34;
}
.TagClassName
{
border-color: #42DA34;
}
</style>