Shades of Lime Green #21B919
Tints of Lime Green #21B919
RGB
CMYK
RGB Variations
Color information
#21B919 (or 0x21B919) is known color: Lime Green. HEX triplet: 21, B9 and 19. RGB value is (33,185,25). Sum of RGB (Red+Green+Blue) = 33+185+25=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 185 (72.66% from 255 or 76.13% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 185 - color contains mainly: green. Hex color #21B919 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21B919 is #DE46E6. Grayscale: #797979. Windows color (decimal): -14567143 or 1685793. OLE color: 1685793.
HSL color Cylindrical-coordinate representation of color #21B919: hue angle of 117º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21B919 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 185 | 25 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.27 |
| HSL | 117º | 0.76% | 0.41% | - |
| HSV(B) | 117º | 0.86% | 0.73% | - |
| XYZ | 18.15 | 35.09 | 6.74 | - |
| YUV | 121.31 | 73.64 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 185 | 25 | 0.82 | 0 | 0.86 | 0.27 | 117 | 0.76 | 0.41 |
| Hex | 21 | B9 | 19 | 52 | 0 | 56 | 1B | 75 | 4C | 29 |
| Octal | 41 | 271 | 31 | 122 | 0 | 126 | 33 | 165 | 114 | 51 |
| Binary | 100001 | 10111001 | 11001 | 1010010 | 0 | 1010110 | 11011 | 1110101 | 1001100 | 101001 |
Color Harmonies of #21B919
Complementary color
Monochromatic Colors of #21B919
Black with #21B919
Text Example
Text Example
White with #21B919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B919; }
p { color: rgb(33,185,25); }
H1.HeaderClassName
{
color: #21B919;
}
.AnyTagClassName
{
color: #21B919;
}
</style>
background-color css
<style>
a { background-color: #21B919; }
a { background-color: rgb(33,185,25); }
div.DivClassName
{
background-color: #21B919;
}
.BgClassName
{
background-color: #21B919;
}
</style>
border-color css
<style>
span { border-color: #21B919; }
span { border-color: rgb(33,185,25); }
td.TdClassName
{
border-color: #21B919;
}
.TagClassName
{
border-color: #21B919;
}
</style>