Shades of Lime Green #21B32D
Tints of Lime Green #21B32D
RGB
CMYK
RGB Variations
Color information
#21B32D (or 0x21B32D) is known color: Lime Green. HEX triplet: 21, B3 and 2D. RGB value is (33,179,45). Sum of RGB (Red+Green+Blue) = 33+179+45=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 179 (70.31% from 255 or 69.65% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 179 - color contains mainly: green. Hex color #21B32D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B32D is #DE4CD2. Grayscale: #787878. Windows color (decimal): -14568659 or 2994977. OLE color: 2994977.
HSL color Cylindrical-coordinate representation of color #21B32D: hue angle of 124.93º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B32D is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 179 | 45 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.30 |
| HSL | 124.93º | 0.69% | 0.42% | - |
| HSV(B) | 124.93º | 0.82% | 0.7% | - |
| XYZ | 17.22 | 32.75 | 7.9 | - |
| YUV | 120.07 | 85.63 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 179 | 45 | 0.82 | 0 | 0.75 | 0.30 | 124.93 | 0.69 | 0.42 |
| Hex | 21 | B3 | 2D | 52 | 0 | 4B | 1E | 7D | 45 | 2A |
| Octal | 41 | 263 | 55 | 122 | 0 | 113 | 36 | 175 | 105 | 52 |
| Binary | 100001 | 10110011 | 101101 | 1010010 | 0 | 1001011 | 11110 | 1111101 | 1000101 | 101010 |
Color Harmonies of #21B32D
Complementary color
Monochromatic Colors of #21B32D
Black with #21B32D
Text Example
Text Example
White with #21B32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B32D; }
p { color: rgb(33,179,45); }
H1.HeaderClassName
{
color: #21B32D;
}
.AnyTagClassName
{
color: #21B32D;
}
</style>
background-color css
<style>
a { background-color: #21B32D; }
a { background-color: rgb(33,179,45); }
div.DivClassName
{
background-color: #21B32D;
}
.BgClassName
{
background-color: #21B32D;
}
</style>
border-color css
<style>
span { border-color: #21B32D; }
span { border-color: rgb(33,179,45); }
td.TdClassName
{
border-color: #21B32D;
}
.TagClassName
{
border-color: #21B32D;
}
</style>