Shades of Lime Green #42DF35
Tints of Lime Green #42DF35
RGB
CMYK
RGB Variations
Color information
#42DF35 (or 0x42DF35) is known color: Lime Green. HEX triplet: 42, DF and 35. RGB value is (66,223,53). Sum of RGB (Red+Green+Blue) = 66+223+53=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 223 (87.5% from 255 or 65.20% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 223 - color contains mainly: green. Hex color #42DF35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DF35 is #BD20CA. Grayscale: #9D9D9D. Windows color (decimal): -12394699 or 3530562. OLE color: 3530562.
HSL color Cylindrical-coordinate representation of color #42DF35: hue angle of 115.41º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42DF35 is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 223 | 53 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.13 |
| HSL | 115.41º | 0.73% | 0.54% | - |
| HSV(B) | 115.41º | 0.76% | 0.87% | - |
| XYZ | 29.28 | 54.19 | 12.28 | - |
| YUV | 156.68 | 69.49 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 223 | 53 | 0.70 | 0 | 0.76 | 0.13 | 115.41 | 0.73 | 0.54 |
| Hex | 42 | DF | 35 | 46 | 0 | 4C | D | 73 | 49 | 36 |
| Octal | 102 | 337 | 65 | 106 | 0 | 114 | 15 | 163 | 111 | 66 |
| Binary | 1000010 | 11011111 | 110101 | 1000110 | 0 | 1001100 | 1101 | 1110011 | 1001001 | 110110 |
Color Harmonies of #42DF35
Complementary color
Monochromatic Colors of #42DF35
Black with #42DF35
Text Example
Text Example
White with #42DF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DF35; }
p { color: rgb(66,223,53); }
H1.HeaderClassName
{
color: #42DF35;
}
.AnyTagClassName
{
color: #42DF35;
}
</style>
background-color css
<style>
a { background-color: #42DF35; }
a { background-color: rgb(66,223,53); }
div.DivClassName
{
background-color: #42DF35;
}
.BgClassName
{
background-color: #42DF35;
}
</style>
border-color css
<style>
span { border-color: #42DF35; }
span { border-color: rgb(66,223,53); }
td.TdClassName
{
border-color: #42DF35;
}
.TagClassName
{
border-color: #42DF35;
}
</style>