Shades of Lime Green #21D008
Tints of Lime Green #21D008
RGB
CMYK
RGB Variations
Color information
#21D008 (or 0x21D008) is known color: Lime Green. HEX triplet: 21, D0 and 08. RGB value is (33,208,8). Sum of RGB (Red+Green+Blue) = 33+208+8=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 208 (81.64% from 255 or 83.53% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 208 - color contains mainly: green. Hex color #21D008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21D008 is #DE2FF7. Grayscale: #858585. Windows color (decimal): -14561272 or 577569. OLE color: 577569.
HSL color Cylindrical-coordinate representation of color #21D008: hue angle of 112.5º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #21D008 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 208 | 8 | - |
| CMYK | 0.84 | 0 | 0.96 | 0.18 |
| HSL | 112.5º | 0.93% | 0.42% | - |
| HSV(B) | 112.5º | 0.96% | 0.82% | - |
| XYZ | 23.23 | 45.45 | 7.78 | - |
| YUV | 132.88 | 57.52 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 208 | 8 | 0.84 | 0 | 0.96 | 0.18 | 112.5 | 0.93 | 0.42 |
| Hex | 21 | D0 | 8 | 54 | 0 | 60 | 12 | 70 | 5D | 2A |
| Octal | 41 | 320 | 10 | 124 | 0 | 140 | 22 | 160 | 135 | 52 |
| Binary | 100001 | 11010000 | 1000 | 1010100 | 0 | 1100000 | 10010 | 1110000 | 1011101 | 101010 |
Color Harmonies of #21D008
Complementary color
Monochromatic Colors of #21D008
Black with #21D008
Text Example
Text Example
White with #21D008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D008; }
p { color: rgb(33,208,8); }
H1.HeaderClassName
{
color: #21D008;
}
.AnyTagClassName
{
color: #21D008;
}
</style>
background-color css
<style>
a { background-color: #21D008; }
a { background-color: rgb(33,208,8); }
div.DivClassName
{
background-color: #21D008;
}
.BgClassName
{
background-color: #21D008;
}
</style>
border-color css
<style>
span { border-color: #21D008; }
span { border-color: rgb(33,208,8); }
td.TdClassName
{
border-color: #21D008;
}
.TagClassName
{
border-color: #21D008;
}
</style>