Shades of Lime Green #21B71D
Tints of Lime Green #21B71D
RGB
CMYK
RGB Variations
Color information
#21B71D (or 0x21B71D) is known color: Lime Green. HEX triplet: 21, B7 and 1D. RGB value is (33,183,29). Sum of RGB (Red+Green+Blue) = 33+183+29=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 183 (71.88% from 255 or 74.69% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 183 - color contains mainly: green. Hex color #21B71D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B71D is #DE48E2. Grayscale: #797979. Windows color (decimal): -14567651 or 1947425. OLE color: 1947425.
HSL color Cylindrical-coordinate representation of color #21B71D: hue angle of 118.44º 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 #21B71D is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 183 | 29 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.28 |
| HSL | 118.44º | 0.73% | 0.42% | - |
| HSV(B) | 118.44º | 0.84% | 0.72% | - |
| XYZ | 17.78 | 34.28 | 6.84 | - |
| YUV | 120.59 | 76.31 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 183 | 29 | 0.82 | 0 | 0.84 | 0.28 | 118.44 | 0.73 | 0.42 |
| Hex | 21 | B7 | 1D | 52 | 0 | 54 | 1C | 76 | 49 | 2A |
| Octal | 41 | 267 | 35 | 122 | 0 | 124 | 34 | 166 | 111 | 52 |
| Binary | 100001 | 10110111 | 11101 | 1010010 | 0 | 1010100 | 11100 | 1110110 | 1001001 | 101010 |
Color Harmonies of #21B71D
Complementary color
Monochromatic Colors of #21B71D
Black with #21B71D
Text Example
Text Example
White with #21B71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B71D; }
p { color: rgb(33,183,29); }
H1.HeaderClassName
{
color: #21B71D;
}
.AnyTagClassName
{
color: #21B71D;
}
</style>
background-color css
<style>
a { background-color: #21B71D; }
a { background-color: rgb(33,183,29); }
div.DivClassName
{
background-color: #21B71D;
}
.BgClassName
{
background-color: #21B71D;
}
</style>
border-color css
<style>
span { border-color: #21B71D; }
span { border-color: rgb(33,183,29); }
td.TdClassName
{
border-color: #21B71D;
}
.TagClassName
{
border-color: #21B71D;
}
</style>