Shades of Lime Green #21CC05
Tints of Lime Green #21CC05
RGB
CMYK
RGB Variations
Color information
#21CC05 (or 0x21CC05) is known color: Lime Green. HEX triplet: 21, CC and 05. RGB value is (33,204,5). Sum of RGB (Red+Green+Blue) = 33+204+5=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 204 (80.08% from 255 or 84.30% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21CC05 is #DE33FA. Grayscale: #828282. Windows color (decimal): -14562299 or 379937. OLE color: 379937.
HSL color Cylindrical-coordinate representation of color #21CC05: hue angle of 111.56º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #21CC05 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 204 | 5 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.2 |
| HSL | 111.56º | 0.95% | 0.41% | - |
| HSV(B) | 111.56º | 0.98% | 0.8% | - |
| XYZ | 22.25 | 43.52 | 7.37 | - |
| YUV | 130.19 | 57.35 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 5 | 0.84 | 0 | 0.98 | 0.2 | 111.56 | 0.95 | 0.41 |
| Hex | 21 | CC | 5 | 54 | 0 | 62 | 14 | 70 | 5F | 29 |
| Octal | 41 | 314 | 5 | 124 | 0 | 142 | 24 | 160 | 137 | 51 |
| Binary | 100001 | 11001100 | 101 | 1010100 | 0 | 1100010 | 10100 | 1110000 | 1011111 | 101001 |
Color Harmonies of #21CC05
Complementary color
Monochromatic Colors of #21CC05
Black with #21CC05
Text Example
Text Example
White with #21CC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CC05; }
p { color: rgb(33,204,5); }
H1.HeaderClassName
{
color: #21CC05;
}
.AnyTagClassName
{
color: #21CC05;
}
</style>
background-color css
<style>
a { background-color: #21CC05; }
a { background-color: rgb(33,204,5); }
div.DivClassName
{
background-color: #21CC05;
}
.BgClassName
{
background-color: #21CC05;
}
</style>
border-color css
<style>
span { border-color: #21CC05; }
span { border-color: rgb(33,204,5); }
td.TdClassName
{
border-color: #21CC05;
}
.TagClassName
{
border-color: #21CC05;
}
</style>