Shades of Lime Green #21C621
Tints of Lime Green #21C621
RGB
CMYK
RGB Variations
Color information
#21C621 (or 0x21C621) is known color: Lime Green. HEX triplet: 21, C6 and 21. RGB value is (33,198,33). Sum of RGB (Red+Green+Blue) = 33+198+33=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 198 (77.73% from 255 or 75% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 198 - color contains mainly: green. Hex color #21C621 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C621 is #DE39DE. Grayscale: #828282. Windows color (decimal): -14563807 or 2213409. OLE color: 2213409.
HSL color Cylindrical-coordinate representation of color #21C621: hue angle of 120º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C621 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 198 | 33 | - |
| CMYK | 0.83 | 0 | 0.83 | 0.22 |
| HSL | 120º | 0.71% | 0.45% | - |
| HSV(B) | 120º | 0.83% | 0.78% | - |
| XYZ | 21.1 | 40.82 | 8.21 | - |
| YUV | 129.86 | 73.34 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 198 | 33 | 0.83 | 0 | 0.83 | 0.22 | 120 | 0.71 | 0.45 |
| Hex | 21 | C6 | 21 | 53 | 0 | 53 | 16 | 78 | 47 | 2D |
| Octal | 41 | 306 | 41 | 123 | 0 | 123 | 26 | 170 | 107 | 55 |
| Binary | 100001 | 11000110 | 100001 | 1010011 | 0 | 1010011 | 10110 | 1111000 | 1000111 | 101101 |
Color Harmonies of #21C621
Complementary color
Monochromatic Colors of #21C621
Black with #21C621
Text Example
Text Example
White with #21C621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C621; }
p { color: rgb(33,198,33); }
H1.HeaderClassName
{
color: #21C621;
}
.AnyTagClassName
{
color: #21C621;
}
</style>
background-color css
<style>
a { background-color: #21C621; }
a { background-color: rgb(33,198,33); }
div.DivClassName
{
background-color: #21C621;
}
.BgClassName
{
background-color: #21C621;
}
</style>
border-color css
<style>
span { border-color: #21C621; }
span { border-color: rgb(33,198,33); }
td.TdClassName
{
border-color: #21C621;
}
.TagClassName
{
border-color: #21C621;
}
</style>