Shades of Lime Green #21C132
Tints of Lime Green #21C132
RGB
CMYK
RGB Variations
Color information
#21C132 (or 0x21C132) is known color: Lime Green. HEX triplet: 21, C1 and 32. RGB value is (33,193,50). Sum of RGB (Red+Green+Blue) = 33+193+50=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 193 (75.78% from 255 or 69.93% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 193 - color contains mainly: green. Hex color #21C132 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C132 is #DE3ECD. Grayscale: #818181. Windows color (decimal): -14565070 or 3326241. OLE color: 3326241.
HSL color Cylindrical-coordinate representation of color #21C132: hue angle of 126.38º 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 #21C132 is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 193 | 50 | - |
| CMYK | 0.83 | 0 | 0.74 | 0.24 |
| HSL | 126.38º | 0.71% | 0.44% | - |
| HSV(B) | 126.38º | 0.83% | 0.76% | - |
| XYZ | 20.27 | 38.69 | 9.42 | - |
| YUV | 128.86 | 83.49 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 193 | 50 | 0.83 | 0 | 0.74 | 0.24 | 126.38 | 0.71 | 0.44 |
| Hex | 21 | C1 | 32 | 53 | 0 | 4A | 18 | 7E | 47 | 2C |
| Octal | 41 | 301 | 62 | 123 | 0 | 112 | 30 | 176 | 107 | 54 |
| Binary | 100001 | 11000001 | 110010 | 1010011 | 0 | 1001010 | 11000 | 1111110 | 1000111 | 101100 |
Color Harmonies of #21C132
Complementary color
Monochromatic Colors of #21C132
Black with #21C132
Text Example
Text Example
White with #21C132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C132; }
p { color: rgb(33,193,50); }
H1.HeaderClassName
{
color: #21C132;
}
.AnyTagClassName
{
color: #21C132;
}
</style>
background-color css
<style>
a { background-color: #21C132; }
a { background-color: rgb(33,193,50); }
div.DivClassName
{
background-color: #21C132;
}
.BgClassName
{
background-color: #21C132;
}
</style>
border-color css
<style>
span { border-color: #21C132; }
span { border-color: rgb(33,193,50); }
td.TdClassName
{
border-color: #21C132;
}
.TagClassName
{
border-color: #21C132;
}
</style>