Shades of Lime Green #42D921
Tints of Lime Green #42D921
RGB
CMYK
RGB Variations
Color information
#42D921 (or 0x42D921) is known color: Lime Green. HEX triplet: 42, D9 and 21. RGB value is (66,217,33). Sum of RGB (Red+Green+Blue) = 66+217+33=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 217 (85.16% from 255 or 68.67% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 217 - color contains mainly: green. Hex color #42D921 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D921 is #BD26DE. Grayscale: #979797. Windows color (decimal): -12396255 or 2218306. OLE color: 2218306.
HSL color Cylindrical-coordinate representation of color #42D921: hue angle of 109.24º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42D921 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 217 | 33 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.15 |
| HSL | 109.24º | 0.74% | 0.49% | - |
| HSV(B) | 109.24º | 0.85% | 0.85% | - |
| XYZ | 27.33 | 50.89 | 9.82 | - |
| YUV | 150.88 | 61.47 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 217 | 33 | 0.70 | 0 | 0.85 | 0.15 | 109.24 | 0.74 | 0.49 |
| Hex | 42 | D9 | 21 | 46 | 0 | 55 | F | 6D | 4A | 31 |
| Octal | 102 | 331 | 41 | 106 | 0 | 125 | 17 | 155 | 112 | 61 |
| Binary | 1000010 | 11011001 | 100001 | 1000110 | 0 | 1010101 | 1111 | 1101101 | 1001010 | 110001 |
Color Harmonies of #42D921
Complementary color
Monochromatic Colors of #42D921
Black with #42D921
Text Example
Text Example
White with #42D921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D921; }
p { color: rgb(66,217,33); }
H1.HeaderClassName
{
color: #42D921;
}
.AnyTagClassName
{
color: #42D921;
}
</style>
background-color css
<style>
a { background-color: #42D921; }
a { background-color: rgb(66,217,33); }
div.DivClassName
{
background-color: #42D921;
}
.BgClassName
{
background-color: #42D921;
}
</style>
border-color css
<style>
span { border-color: #42D921; }
span { border-color: rgb(66,217,33); }
td.TdClassName
{
border-color: #42D921;
}
.TagClassName
{
border-color: #42D921;
}
</style>