Shades of Lime Green #21C93A
Tints of Lime Green #21C93A
RGB
CMYK
RGB Variations
Color information
#21C93A (or 0x21C93A) is known color: Lime Green. HEX triplet: 21, C9 and 3A. RGB value is (33,201,58). Sum of RGB (Red+Green+Blue) = 33+201+58=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 201 (78.91% from 255 or 68.84% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 201 - color contains mainly: green. Hex color #21C93A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C93A is #DE36C5. Grayscale: #868686. Windows color (decimal): -14563014 or 3852577. OLE color: 3852577.
HSL color Cylindrical-coordinate representation of color #21C93A: hue angle of 128.93º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21C93A is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 201 | 58 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.21 |
| HSL | 128.93º | 0.72% | 0.46% | - |
| HSV(B) | 128.93º | 0.84% | 0.79% | - |
| XYZ | 22.28 | 42.4 | 11.01 | - |
| YUV | 134.47 | 84.84 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 201 | 58 | 0.84 | 0 | 0.71 | 0.21 | 128.93 | 0.72 | 0.46 |
| Hex | 21 | C9 | 3A | 54 | 0 | 47 | 15 | 81 | 48 | 2E |
| Octal | 41 | 311 | 72 | 124 | 0 | 107 | 25 | 201 | 110 | 56 |
| Binary | 100001 | 11001001 | 111010 | 1010100 | 0 | 1000111 | 10101 | 10000001 | 1001000 | 101110 |
Color Harmonies of #21C93A
Complementary color
Monochromatic Colors of #21C93A
Black with #21C93A
Text Example
Text Example
White with #21C93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C93A; }
p { color: rgb(33,201,58); }
H1.HeaderClassName
{
color: #21C93A;
}
.AnyTagClassName
{
color: #21C93A;
}
</style>
background-color css
<style>
a { background-color: #21C93A; }
a { background-color: rgb(33,201,58); }
div.DivClassName
{
background-color: #21C93A;
}
.BgClassName
{
background-color: #21C93A;
}
</style>
border-color css
<style>
span { border-color: #21C93A; }
span { border-color: rgb(33,201,58); }
td.TdClassName
{
border-color: #21C93A;
}
.TagClassName
{
border-color: #21C93A;
}
</style>