Shades of Lime Green #42D321
Tints of Lime Green #42D321
RGB
CMYK
RGB Variations
Color information
#42D321 (or 0x42D321) is known color: Lime Green. HEX triplet: 42, D3 and 21. RGB value is (66,211,33). Sum of RGB (Red+Green+Blue) = 66+211+33=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 211 (82.81% from 255 or 68.06% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 211 - color contains mainly: green. Hex color #42D321 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D321 is #BD2CDE. Grayscale: #939393. Windows color (decimal): -12397791 or 2216770. OLE color: 2216770.
HSL color Cylindrical-coordinate representation of color #42D321: hue angle of 108.88º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42D321 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 211 | 33 | - |
| CMYK | 0.69 | 0 | 0.84 | 0.17 |
| HSL | 108.88º | 0.73% | 0.48% | - |
| HSV(B) | 108.88º | 0.84% | 0.83% | - |
| XYZ | 25.82 | 47.86 | 9.32 | - |
| YUV | 147.35 | 63.46 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 211 | 33 | 0.69 | 0 | 0.84 | 0.17 | 108.88 | 0.73 | 0.48 |
| Hex | 42 | D3 | 21 | 45 | 0 | 54 | 11 | 6D | 49 | 30 |
| Octal | 102 | 323 | 41 | 105 | 0 | 124 | 21 | 155 | 111 | 60 |
| Binary | 1000010 | 11010011 | 100001 | 1000101 | 0 | 1010100 | 10001 | 1101101 | 1001001 | 110000 |
Color Harmonies of #42D321
Complementary color
Monochromatic Colors of #42D321
Black with #42D321
Text Example
Text Example
White with #42D321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D321; }
p { color: rgb(66,211,33); }
H1.HeaderClassName
{
color: #42D321;
}
.AnyTagClassName
{
color: #42D321;
}
</style>
background-color css
<style>
a { background-color: #42D321; }
a { background-color: rgb(66,211,33); }
div.DivClassName
{
background-color: #42D321;
}
.BgClassName
{
background-color: #42D321;
}
</style>
border-color css
<style>
span { border-color: #42D321; }
span { border-color: rgb(66,211,33); }
td.TdClassName
{
border-color: #42D321;
}
.TagClassName
{
border-color: #42D321;
}
</style>