Shades of Lime Green #21C811
Tints of Lime Green #21C811
RGB
CMYK
RGB Variations
Color information
#21C811 (or 0x21C811) is known color: Lime Green. HEX triplet: 21, C8 and 11. RGB value is (33,200,17). Sum of RGB (Red+Green+Blue) = 33+200+17=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 200 (78.52% from 255 or 80% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 200 - color contains mainly: green. Hex color #21C811 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C811 is #DE37EE. Grayscale: #818181. Windows color (decimal): -14563311 or 1165345. OLE color: 1165345.
HSL color Cylindrical-coordinate representation of color #21C811: hue angle of 114.75º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #21C811 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 200 | 17 | - |
| CMYK | 0.84 | 0 | 0.92 | 0.22 |
| HSL | 114.75º | 0.84% | 0.43% | - |
| HSV(B) | 114.75º | 0.92% | 0.78% | - |
| XYZ | 21.38 | 41.67 | 7.45 | - |
| YUV | 129.21 | 64.67 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 200 | 17 | 0.84 | 0 | 0.92 | 0.22 | 114.75 | 0.84 | 0.43 |
| Hex | 21 | C8 | 11 | 54 | 0 | 5C | 16 | 73 | 54 | 2B |
| Octal | 41 | 310 | 21 | 124 | 0 | 134 | 26 | 163 | 124 | 53 |
| Binary | 100001 | 11001000 | 10001 | 1010100 | 0 | 1011100 | 10110 | 1110011 | 1010100 | 101011 |
Color Harmonies of #21C811
Complementary color
Monochromatic Colors of #21C811
Black with #21C811
Text Example
Text Example
White with #21C811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C811; }
p { color: rgb(33,200,17); }
H1.HeaderClassName
{
color: #21C811;
}
.AnyTagClassName
{
color: #21C811;
}
</style>
background-color css
<style>
a { background-color: #21C811; }
a { background-color: rgb(33,200,17); }
div.DivClassName
{
background-color: #21C811;
}
.BgClassName
{
background-color: #21C811;
}
</style>
border-color css
<style>
span { border-color: #21C811; }
span { border-color: rgb(33,200,17); }
td.TdClassName
{
border-color: #21C811;
}
.TagClassName
{
border-color: #21C811;
}
</style>