Shades of Lime Green #42D720
Tints of Lime Green #42D720
RGB
CMYK
RGB Variations
Color information
#42D720 (or 0x42D720) is known color: Lime Green. HEX triplet: 42, D7 and 20. RGB value is (66,215,32). Sum of RGB (Red+Green+Blue) = 66+215+32=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 215 (84.38% from 255 or 68.69% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 215 - color contains mainly: green. Hex color #42D720 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D720 is #BD28DF. Grayscale: #969696. Windows color (decimal): -12396768 or 2152258. OLE color: 2152258.
HSL color Cylindrical-coordinate representation of color #42D720: hue angle of 108.85º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42D720 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 215 | 32 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.16 |
| HSL | 108.85º | 0.74% | 0.48% | - |
| HSV(B) | 108.85º | 0.85% | 0.84% | - |
| XYZ | 26.81 | 49.86 | 9.58 | - |
| YUV | 149.59 | 61.64 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 215 | 32 | 0.69 | 0 | 0.85 | 0.16 | 108.85 | 0.74 | 0.48 |
| Hex | 42 | D7 | 20 | 45 | 0 | 55 | 10 | 6D | 4A | 30 |
| Octal | 102 | 327 | 40 | 105 | 0 | 125 | 20 | 155 | 112 | 60 |
| Binary | 1000010 | 11010111 | 100000 | 1000101 | 0 | 1010101 | 10000 | 1101101 | 1001010 | 110000 |
Color Harmonies of #42D720
Complementary color
Monochromatic Colors of #42D720
Black with #42D720
Text Example
Text Example
White with #42D720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D720; }
p { color: rgb(66,215,32); }
H1.HeaderClassName
{
color: #42D720;
}
.AnyTagClassName
{
color: #42D720;
}
</style>
background-color css
<style>
a { background-color: #42D720; }
a { background-color: rgb(66,215,32); }
div.DivClassName
{
background-color: #42D720;
}
.BgClassName
{
background-color: #42D720;
}
</style>
border-color css
<style>
span { border-color: #42D720; }
span { border-color: rgb(66,215,32); }
td.TdClassName
{
border-color: #42D720;
}
.TagClassName
{
border-color: #42D720;
}
</style>