Shades of Lime Green #21C218
Tints of Lime Green #21C218
RGB
CMYK
RGB Variations
Color information
#21C218 (or 0x21C218) is known color: Lime Green. HEX triplet: 21, C2 and 18. RGB value is (33,194,24). Sum of RGB (Red+Green+Blue) = 33+194+24=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 194 (76.17% from 255 or 77.29% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 194 - color contains mainly: green. Hex color #21C218 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C218 is #DE3DE7. Grayscale: #7F7F7F. Windows color (decimal): -14564840 or 1622561. OLE color: 1622561.
HSL color Cylindrical-coordinate representation of color #21C218: hue angle of 116.82º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21C218 is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 194 | 24 | - |
| CMYK | 0.83 | 0 | 0.88 | 0.24 |
| HSL | 116.82º | 0.78% | 0.43% | - |
| HSV(B) | 116.82º | 0.88% | 0.76% | - |
| XYZ | 20.08 | 38.97 | 7.33 | - |
| YUV | 126.48 | 70.16 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 194 | 24 | 0.83 | 0 | 0.88 | 0.24 | 116.82 | 0.78 | 0.43 |
| Hex | 21 | C2 | 18 | 53 | 0 | 58 | 18 | 75 | 4E | 2B |
| Octal | 41 | 302 | 30 | 123 | 0 | 130 | 30 | 165 | 116 | 53 |
| Binary | 100001 | 11000010 | 11000 | 1010011 | 0 | 1011000 | 11000 | 1110101 | 1001110 | 101011 |
Color Harmonies of #21C218
Complementary color
Monochromatic Colors of #21C218
Black with #21C218
Text Example
Text Example
White with #21C218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C218; }
p { color: rgb(33,194,24); }
H1.HeaderClassName
{
color: #21C218;
}
.AnyTagClassName
{
color: #21C218;
}
</style>
background-color css
<style>
a { background-color: #21C218; }
a { background-color: rgb(33,194,24); }
div.DivClassName
{
background-color: #21C218;
}
.BgClassName
{
background-color: #21C218;
}
</style>
border-color css
<style>
span { border-color: #21C218; }
span { border-color: rgb(33,194,24); }
td.TdClassName
{
border-color: #21C218;
}
.TagClassName
{
border-color: #21C218;
}
</style>