Shades of Lime Green #21B912
Tints of Lime Green #21B912
RGB
CMYK
RGB Variations
Color information
#21B912 (or 0x21B912) is known color: Lime Green. HEX triplet: 21, B9 and 12. RGB value is (33,185,18). Sum of RGB (Red+Green+Blue) = 33+185+18=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 185 (72.66% from 255 or 78.39% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 185 - color contains mainly: green. Hex color #21B912 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21B912 is #DE46ED. Grayscale: #797979. Windows color (decimal): -14567150 or 1227041. OLE color: 1227041.
HSL color Cylindrical-coordinate representation of color #21B912: hue angle of 114.61º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #21B912 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 185 | 18 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.27 |
| HSL | 114.61º | 0.82% | 0.4% | - |
| HSV(B) | 114.61º | 0.9% | 0.73% | - |
| XYZ | 18.09 | 35.06 | 6.39 | - |
| YUV | 120.51 | 70.14 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 185 | 18 | 0.82 | 0 | 0.90 | 0.27 | 114.61 | 0.82 | 0.4 |
| Hex | 21 | B9 | 12 | 52 | 0 | 5A | 1B | 73 | 52 | 28 |
| Octal | 41 | 271 | 22 | 122 | 0 | 132 | 33 | 163 | 122 | 50 |
| Binary | 100001 | 10111001 | 10010 | 1010010 | 0 | 1011010 | 11011 | 1110011 | 1010010 | 101000 |
Color Harmonies of #21B912
Complementary color
Monochromatic Colors of #21B912
Black with #21B912
Text Example
Text Example
White with #21B912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B912; }
p { color: rgb(33,185,18); }
H1.HeaderClassName
{
color: #21B912;
}
.AnyTagClassName
{
color: #21B912;
}
</style>
background-color css
<style>
a { background-color: #21B912; }
a { background-color: rgb(33,185,18); }
div.DivClassName
{
background-color: #21B912;
}
.BgClassName
{
background-color: #21B912;
}
</style>
border-color css
<style>
span { border-color: #21B912; }
span { border-color: rgb(33,185,18); }
td.TdClassName
{
border-color: #21B912;
}
.TagClassName
{
border-color: #21B912;
}
</style>