Shades of Lime Green #21B821
Tints of Lime Green #21B821
RGB
CMYK
RGB Variations
Color information
#21B821 (or 0x21B821) is known color: Lime Green. HEX triplet: 21, B8 and 21. RGB value is (33,184,33). Sum of RGB (Red+Green+Blue) = 33+184+33=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 184 (72.27% from 255 or 73.6% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 184 - color contains mainly: green. Hex color #21B821 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B821 is #DE47DE. Grayscale: #7A7A7A. Windows color (decimal): -14567391 or 2209825. OLE color: 2209825.
HSL color Cylindrical-coordinate representation of color #21B821: hue angle of 120º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B821 is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 184 | 33 | - |
| CMYK | 0.82 | 0 | 0.82 | 0.28 |
| HSL | 120º | 0.7% | 0.43% | - |
| HSV(B) | 120º | 0.82% | 0.72% | - |
| XYZ | 18.04 | 34.71 | 7.19 | - |
| YUV | 121.64 | 77.97 | 64.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 184 | 33 | 0.82 | 0 | 0.82 | 0.28 | 120 | 0.7 | 0.43 |
| Hex | 21 | B8 | 21 | 52 | 0 | 52 | 1C | 78 | 46 | 2B |
| Octal | 41 | 270 | 41 | 122 | 0 | 122 | 34 | 170 | 106 | 53 |
| Binary | 100001 | 10111000 | 100001 | 1010010 | 0 | 1010010 | 11100 | 1111000 | 1000110 | 101011 |
Color Harmonies of #21B821
Complementary color
Monochromatic Colors of #21B821
Black with #21B821
Text Example
Text Example
White with #21B821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B821; }
p { color: rgb(33,184,33); }
H1.HeaderClassName
{
color: #21B821;
}
.AnyTagClassName
{
color: #21B821;
}
</style>
background-color css
<style>
a { background-color: #21B821; }
a { background-color: rgb(33,184,33); }
div.DivClassName
{
background-color: #21B821;
}
.BgClassName
{
background-color: #21B821;
}
</style>
border-color css
<style>
span { border-color: #21B821; }
span { border-color: rgb(33,184,33); }
td.TdClassName
{
border-color: #21B821;
}
.TagClassName
{
border-color: #21B821;
}
</style>