Shades of Lime Green #21BC16
Tints of Lime Green #21BC16
RGB
CMYK
RGB Variations
Color information
#21BC16 (or 0x21BC16) is known color: Lime Green. HEX triplet: 21, BC and 16. RGB value is (33,188,22). Sum of RGB (Red+Green+Blue) = 33+188+22=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 188 (73.83% from 255 or 77.37% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21BC16 is #DE43E9. Grayscale: #7B7B7B. Windows color (decimal): -14566378 or 1489953. OLE color: 1489953.
HSL color Cylindrical-coordinate representation of color #21BC16: hue angle of 116.02º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21BC16 is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 188 | 22 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.26 |
| HSL | 116.02º | 0.79% | 0.41% | - |
| HSV(B) | 116.02º | 0.88% | 0.74% | - |
| XYZ | 18.76 | 36.35 | 6.79 | - |
| YUV | 122.73 | 71.15 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 22 | 0.82 | 0 | 0.88 | 0.26 | 116.02 | 0.79 | 0.41 |
| Hex | 21 | BC | 16 | 52 | 0 | 58 | 1A | 74 | 4F | 29 |
| Octal | 41 | 274 | 26 | 122 | 0 | 130 | 32 | 164 | 117 | 51 |
| Binary | 100001 | 10111100 | 10110 | 1010010 | 0 | 1011000 | 11010 | 1110100 | 1001111 | 101001 |
Color Harmonies of #21BC16
Complementary color
Monochromatic Colors of #21BC16
Black with #21BC16
Text Example
Text Example
White with #21BC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BC16; }
p { color: rgb(33,188,22); }
H1.HeaderClassName
{
color: #21BC16;
}
.AnyTagClassName
{
color: #21BC16;
}
</style>
background-color css
<style>
a { background-color: #21BC16; }
a { background-color: rgb(33,188,22); }
div.DivClassName
{
background-color: #21BC16;
}
.BgClassName
{
background-color: #21BC16;
}
</style>
border-color css
<style>
span { border-color: #21BC16; }
span { border-color: rgb(33,188,22); }
td.TdClassName
{
border-color: #21BC16;
}
.TagClassName
{
border-color: #21BC16;
}
</style>