Shades of Lime Green #21CC08
Tints of Lime Green #21CC08
RGB
CMYK
RGB Variations
Color information
#21CC08 (or 0x21CC08) is known color: Lime Green. HEX triplet: 21, CC and 08. RGB value is (33,204,8). Sum of RGB (Red+Green+Blue) = 33+204+8=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 204 (80.08% from 255 or 83.27% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21CC08 is #DE33F7. Grayscale: #838383. Windows color (decimal): -14562296 or 576545. OLE color: 576545.
HSL color Cylindrical-coordinate representation of color #21CC08: hue angle of 112.35º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #21CC08 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 204 | 8 | - |
| CMYK | 0.84 | 0 | 0.96 | 0.2 |
| HSL | 112.35º | 0.92% | 0.42% | - |
| HSV(B) | 112.35º | 0.96% | 0.8% | - |
| XYZ | 22.26 | 43.53 | 7.46 | - |
| YUV | 130.53 | 58.85 | 58.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 8 | 0.84 | 0 | 0.96 | 0.2 | 112.35 | 0.92 | 0.42 |
| Hex | 21 | CC | 8 | 54 | 0 | 60 | 14 | 70 | 5C | 2A |
| Octal | 41 | 314 | 10 | 124 | 0 | 140 | 24 | 160 | 134 | 52 |
| Binary | 100001 | 11001100 | 1000 | 1010100 | 0 | 1100000 | 10100 | 1110000 | 1011100 | 101010 |
Color Harmonies of #21CC08
Complementary color
Monochromatic Colors of #21CC08
Black with #21CC08
Text Example
Text Example
White with #21CC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CC08; }
p { color: rgb(33,204,8); }
H1.HeaderClassName
{
color: #21CC08;
}
.AnyTagClassName
{
color: #21CC08;
}
</style>
background-color css
<style>
a { background-color: #21CC08; }
a { background-color: rgb(33,204,8); }
div.DivClassName
{
background-color: #21CC08;
}
.BgClassName
{
background-color: #21CC08;
}
</style>
border-color css
<style>
span { border-color: #21CC08; }
span { border-color: rgb(33,204,8); }
td.TdClassName
{
border-color: #21CC08;
}
.TagClassName
{
border-color: #21CC08;
}
</style>