Shades of Lime Green #21C11A
Tints of Lime Green #21C11A
RGB
CMYK
RGB Variations
Color information
#21C11A (or 0x21C11A) is known color: Lime Green. HEX triplet: 21, C1 and 1A. RGB value is (33,193,26). Sum of RGB (Red+Green+Blue) = 33+193+26=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 193 (75.78% from 255 or 76.59% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 193 - color contains mainly: green. Hex color #21C11A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C11A is #DE3EE5. Grayscale: #7E7E7E. Windows color (decimal): -14565094 or 1753377. OLE color: 1753377.
HSL color Cylindrical-coordinate representation of color #21C11A: hue angle of 117.49º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21C11A is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 193 | 26 | - |
| CMYK | 0.83 | 0 | 0.87 | 0.24 |
| HSL | 117.49º | 0.76% | 0.43% | - |
| HSV(B) | 117.49º | 0.87% | 0.76% | - |
| XYZ | 19.88 | 38.54 | 7.37 | - |
| YUV | 126.12 | 71.49 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 193 | 26 | 0.83 | 0 | 0.87 | 0.24 | 117.49 | 0.76 | 0.43 |
| Hex | 21 | C1 | 1A | 53 | 0 | 57 | 18 | 75 | 4C | 2B |
| Octal | 41 | 301 | 32 | 123 | 0 | 127 | 30 | 165 | 114 | 53 |
| Binary | 100001 | 11000001 | 11010 | 1010011 | 0 | 1010111 | 11000 | 1110101 | 1001100 | 101011 |
Color Harmonies of #21C11A
Complementary color
Monochromatic Colors of #21C11A
Black with #21C11A
Text Example
Text Example
White with #21C11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C11A; }
p { color: rgb(33,193,26); }
H1.HeaderClassName
{
color: #21C11A;
}
.AnyTagClassName
{
color: #21C11A;
}
</style>
background-color css
<style>
a { background-color: #21C11A; }
a { background-color: rgb(33,193,26); }
div.DivClassName
{
background-color: #21C11A;
}
.BgClassName
{
background-color: #21C11A;
}
</style>
border-color css
<style>
span { border-color: #21C11A; }
span { border-color: rgb(33,193,26); }
td.TdClassName
{
border-color: #21C11A;
}
.TagClassName
{
border-color: #21C11A;
}
</style>