Shades of Lime Green #21B81D
Tints of Lime Green #21B81D
RGB
CMYK
RGB Variations
Color information
#21B81D (or 0x21B81D) is known color: Lime Green. HEX triplet: 21, B8 and 1D. RGB value is (33,184,29). Sum of RGB (Red+Green+Blue) = 33+184+29=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 184 (72.27% from 255 or 74.80% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 184 - color contains mainly: green. Hex color #21B81D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B81D is #DE47E2. Grayscale: #797979. Windows color (decimal): -14567395 or 1947681. OLE color: 1947681.
HSL color Cylindrical-coordinate representation of color #21B81D: hue angle of 118.45º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21B81D is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 184 | 29 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.28 |
| HSL | 118.45º | 0.73% | 0.42% | - |
| HSV(B) | 118.45º | 0.84% | 0.72% | - |
| XYZ | 17.99 | 34.69 | 6.91 | - |
| YUV | 121.18 | 75.97 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 184 | 29 | 0.82 | 0 | 0.84 | 0.28 | 118.45 | 0.73 | 0.42 |
| Hex | 21 | B8 | 1D | 52 | 0 | 54 | 1C | 76 | 49 | 2A |
| Octal | 41 | 270 | 35 | 122 | 0 | 124 | 34 | 166 | 111 | 52 |
| Binary | 100001 | 10111000 | 11101 | 1010010 | 0 | 1010100 | 11100 | 1110110 | 1001001 | 101010 |
Color Harmonies of #21B81D
Complementary color
Monochromatic Colors of #21B81D
Black with #21B81D
Text Example
Text Example
White with #21B81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B81D; }
p { color: rgb(33,184,29); }
H1.HeaderClassName
{
color: #21B81D;
}
.AnyTagClassName
{
color: #21B81D;
}
</style>
background-color css
<style>
a { background-color: #21B81D; }
a { background-color: rgb(33,184,29); }
div.DivClassName
{
background-color: #21B81D;
}
.BgClassName
{
background-color: #21B81D;
}
</style>
border-color css
<style>
span { border-color: #21B81D; }
span { border-color: rgb(33,184,29); }
td.TdClassName
{
border-color: #21B81D;
}
.TagClassName
{
border-color: #21B81D;
}
</style>