Shades of Lime Green #21C908
Tints of Lime Green #21C908
RGB
CMYK
RGB Variations
Color information
#21C908 (or 0x21C908) is known color: Lime Green. HEX triplet: 21, C9 and 08. RGB value is (33,201,8). Sum of RGB (Red+Green+Blue) = 33+201+8=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 201 (78.91% from 255 or 83.06% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 201 - color contains mainly: green. Hex color #21C908 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C908 is #DE36F7. Grayscale: #818181. Windows color (decimal): -14563064 or 575777. OLE color: 575777.
HSL color Cylindrical-coordinate representation of color #21C908: hue angle of 112.23º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #21C908 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 201 | 8 | - |
| CMYK | 0.84 | 0 | 0.96 | 0.21 |
| HSL | 112.23º | 0.92% | 0.41% | - |
| HSV(B) | 112.23º | 0.96% | 0.79% | - |
| XYZ | 21.56 | 42.11 | 7.22 | - |
| YUV | 128.77 | 59.84 | 59.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 201 | 8 | 0.84 | 0 | 0.96 | 0.21 | 112.23 | 0.92 | 0.41 |
| Hex | 21 | C9 | 8 | 54 | 0 | 60 | 15 | 70 | 5C | 29 |
| Octal | 41 | 311 | 10 | 124 | 0 | 140 | 25 | 160 | 134 | 51 |
| Binary | 100001 | 11001001 | 1000 | 1010100 | 0 | 1100000 | 10101 | 1110000 | 1011100 | 101001 |
Color Harmonies of #21C908
Complementary color
Monochromatic Colors of #21C908
Black with #21C908
Text Example
Text Example
White with #21C908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C908; }
p { color: rgb(33,201,8); }
H1.HeaderClassName
{
color: #21C908;
}
.AnyTagClassName
{
color: #21C908;
}
</style>
background-color css
<style>
a { background-color: #21C908; }
a { background-color: rgb(33,201,8); }
div.DivClassName
{
background-color: #21C908;
}
.BgClassName
{
background-color: #21C908;
}
</style>
border-color css
<style>
span { border-color: #21C908; }
span { border-color: rgb(33,201,8); }
td.TdClassName
{
border-color: #21C908;
}
.TagClassName
{
border-color: #21C908;
}
</style>