Shades of Lime Green #21B329
Tints of Lime Green #21B329
RGB
CMYK
RGB Variations
Color information
#21B329 (or 0x21B329) is known color: Lime Green. HEX triplet: 21, B3 and 29. RGB value is (33,179,41). Sum of RGB (Red+Green+Blue) = 33+179+41=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 179 (70.31% from 255 or 70.75% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 179 - color contains mainly: green. Hex color #21B329 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B329 is #DE4CD6. Grayscale: #787878. Windows color (decimal): -14568663 or 2732833. OLE color: 2732833.
HSL color Cylindrical-coordinate representation of color #21B329: hue angle of 123.29º 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 #21B329 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 179 | 41 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.30 |
| HSL | 123.29º | 0.69% | 0.42% | - |
| HSV(B) | 123.29º | 0.82% | 0.7% | - |
| XYZ | 17.15 | 32.72 | 7.51 | - |
| YUV | 119.61 | 83.63 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 179 | 41 | 0.82 | 0 | 0.77 | 0.30 | 123.29 | 0.69 | 0.42 |
| Hex | 21 | B3 | 29 | 52 | 0 | 4D | 1E | 7B | 45 | 2A |
| Octal | 41 | 263 | 51 | 122 | 0 | 115 | 36 | 173 | 105 | 52 |
| Binary | 100001 | 10110011 | 101001 | 1010010 | 0 | 1001101 | 11110 | 1111011 | 1000101 | 101010 |
Color Harmonies of #21B329
Complementary color
Monochromatic Colors of #21B329
Black with #21B329
Text Example
Text Example
White with #21B329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B329; }
p { color: rgb(33,179,41); }
H1.HeaderClassName
{
color: #21B329;
}
.AnyTagClassName
{
color: #21B329;
}
</style>
background-color css
<style>
a { background-color: #21B329; }
a { background-color: rgb(33,179,41); }
div.DivClassName
{
background-color: #21B329;
}
.BgClassName
{
background-color: #21B329;
}
</style>
border-color css
<style>
span { border-color: #21B329; }
span { border-color: rgb(33,179,41); }
td.TdClassName
{
border-color: #21B329;
}
.TagClassName
{
border-color: #21B329;
}
</style>