Shades of Lime Green #21B519
Tints of Lime Green #21B519
RGB
CMYK
RGB Variations
Color information
#21B519 (or 0x21B519) is known color: Lime Green. HEX triplet: 21, B5 and 19. RGB value is (33,181,25). Sum of RGB (Red+Green+Blue) = 33+181+25=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 181 (71.09% from 255 or 75.73% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 181 - color contains mainly: green. Hex color #21B519 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21B519 is #DE4AE6. Grayscale: #777777. Windows color (decimal): -14568167 or 1684769. OLE color: 1684769.
HSL color Cylindrical-coordinate representation of color #21B519: hue angle of 116.92º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21B519 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 181 | 25 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.29 |
| HSL | 116.92º | 0.76% | 0.4% | - |
| HSV(B) | 116.92º | 0.86% | 0.71% | - |
| XYZ | 17.33 | 33.44 | 6.46 | - |
| YUV | 118.96 | 74.97 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 181 | 25 | 0.82 | 0 | 0.86 | 0.29 | 116.92 | 0.76 | 0.4 |
| Hex | 21 | B5 | 19 | 52 | 0 | 56 | 1D | 75 | 4C | 28 |
| Octal | 41 | 265 | 31 | 122 | 0 | 126 | 35 | 165 | 114 | 50 |
| Binary | 100001 | 10110101 | 11001 | 1010010 | 0 | 1010110 | 11101 | 1110101 | 1001100 | 101000 |
Color Harmonies of #21B519
Complementary color
Monochromatic Colors of #21B519
Black with #21B519
Text Example
Text Example
White with #21B519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B519; }
p { color: rgb(33,181,25); }
H1.HeaderClassName
{
color: #21B519;
}
.AnyTagClassName
{
color: #21B519;
}
</style>
background-color css
<style>
a { background-color: #21B519; }
a { background-color: rgb(33,181,25); }
div.DivClassName
{
background-color: #21B519;
}
.BgClassName
{
background-color: #21B519;
}
</style>
border-color css
<style>
span { border-color: #21B519; }
span { border-color: rgb(33,181,25); }
td.TdClassName
{
border-color: #21B519;
}
.TagClassName
{
border-color: #21B519;
}
</style>