Shades of Lime Green #21C121
Tints of Lime Green #21C121
RGB
CMYK
RGB Variations
Color information
#21C121 (or 0x21C121) is known color: Lime Green. HEX triplet: 21, C1 and 21. RGB value is (33,193,33). Sum of RGB (Red+Green+Blue) = 33+193+33=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 193 (75.78% from 255 or 74.52% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 193 - color contains mainly: green. Hex color #21C121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C121 is #DE3EDE. Grayscale: #7F7F7F. Windows color (decimal): -14565087 or 2212129. OLE color: 2212129.
HSL color Cylindrical-coordinate representation of color #21C121: hue angle of 120º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C121 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 193 | 33 | - |
| CMYK | 0.83 | 0 | 0.83 | 0.24 |
| HSL | 120º | 0.71% | 0.44% | - |
| HSV(B) | 120º | 0.83% | 0.76% | - |
| XYZ | 19.97 | 38.57 | 7.83 | - |
| YUV | 126.92 | 74.99 | 61.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 193 | 33 | 0.83 | 0 | 0.83 | 0.24 | 120 | 0.71 | 0.44 |
| Hex | 21 | C1 | 21 | 53 | 0 | 53 | 18 | 78 | 47 | 2C |
| Octal | 41 | 301 | 41 | 123 | 0 | 123 | 30 | 170 | 107 | 54 |
| Binary | 100001 | 11000001 | 100001 | 1010011 | 0 | 1010011 | 11000 | 1111000 | 1000111 | 101100 |
Color Harmonies of #21C121
Complementary color
Monochromatic Colors of #21C121
Black with #21C121
Text Example
Text Example
White with #21C121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C121; }
p { color: rgb(33,193,33); }
H1.HeaderClassName
{
color: #21C121;
}
.AnyTagClassName
{
color: #21C121;
}
</style>
background-color css
<style>
a { background-color: #21C121; }
a { background-color: rgb(33,193,33); }
div.DivClassName
{
background-color: #21C121;
}
.BgClassName
{
background-color: #21C121;
}
</style>
border-color css
<style>
span { border-color: #21C121; }
span { border-color: rgb(33,193,33); }
td.TdClassName
{
border-color: #21C121;
}
.TagClassName
{
border-color: #21C121;
}
</style>