Shades of Lime Green #21D22B
Tints of Lime Green #21D22B
RGB
CMYK
RGB Variations
Color information
#21D22B (or 0x21D22B) is known color: Lime Green. HEX triplet: 21, D2 and 2B. RGB value is (33,210,43). Sum of RGB (Red+Green+Blue) = 33+210+43=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 210 (82.42% from 255 or 73.43% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 210 - color contains mainly: green. Hex color #21D22B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D22B is #DE2DD4. Grayscale: #8A8A8A. Windows color (decimal): -14560725 or 2871841. OLE color: 2871841.
HSL color Cylindrical-coordinate representation of color #21D22B: hue angle of 123.39º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D22B is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 210 | 43 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.18 |
| HSL | 123.39º | 0.73% | 0.48% | - |
| HSV(B) | 123.39º | 0.84% | 0.82% | - |
| XYZ | 24.11 | 46.59 | 10.01 | - |
| YUV | 138.04 | 74.36 | 53.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 210 | 43 | 0.84 | 0 | 0.80 | 0.18 | 123.39 | 0.73 | 0.48 |
| Hex | 21 | D2 | 2B | 54 | 0 | 50 | 12 | 7B | 49 | 30 |
| Octal | 41 | 322 | 53 | 124 | 0 | 120 | 22 | 173 | 111 | 60 |
| Binary | 100001 | 11010010 | 101011 | 1010100 | 0 | 1010000 | 10010 | 1111011 | 1001001 | 110000 |
Color Harmonies of #21D22B
Complementary color
Monochromatic Colors of #21D22B
Black with #21D22B
Text Example
Text Example
White with #21D22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D22B; }
p { color: rgb(33,210,43); }
H1.HeaderClassName
{
color: #21D22B;
}
.AnyTagClassName
{
color: #21D22B;
}
</style>
background-color css
<style>
a { background-color: #21D22B; }
a { background-color: rgb(33,210,43); }
div.DivClassName
{
background-color: #21D22B;
}
.BgClassName
{
background-color: #21D22B;
}
</style>
border-color css
<style>
span { border-color: #21D22B; }
span { border-color: rgb(33,210,43); }
td.TdClassName
{
border-color: #21D22B;
}
.TagClassName
{
border-color: #21D22B;
}
</style>