Shades of Lime Green #21BC10
Tints of Lime Green #21BC10
RGB
CMYK
RGB Variations
Color information
#21BC10 (or 0x21BC10) is known color: Lime Green. HEX triplet: 21, BC and 10. RGB value is (33,188,16). Sum of RGB (Red+Green+Blue) = 33+188+16=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 188 (73.83% from 255 or 79.32% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21BC10 is #DE43EF. Grayscale: #7A7A7A. Windows color (decimal): -14566384 or 1096737. OLE color: 1096737.
HSL color Cylindrical-coordinate representation of color #21BC10: hue angle of 114.07º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #21BC10 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 188 | 16 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.26 |
| HSL | 114.07º | 0.84% | 0.4% | - |
| HSV(B) | 114.07º | 0.91% | 0.74% | - |
| XYZ | 18.7 | 36.33 | 6.52 | - |
| YUV | 122.05 | 68.15 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 16 | 0.82 | 0 | 0.91 | 0.26 | 114.07 | 0.84 | 0.4 |
| Hex | 21 | BC | 10 | 52 | 0 | 5B | 1A | 72 | 54 | 28 |
| Octal | 41 | 274 | 20 | 122 | 0 | 133 | 32 | 162 | 124 | 50 |
| Binary | 100001 | 10111100 | 10000 | 1010010 | 0 | 1011011 | 11010 | 1110010 | 1010100 | 101000 |
Color Harmonies of #21BC10
Complementary color
Monochromatic Colors of #21BC10
Black with #21BC10
Text Example
Text Example
White with #21BC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BC10; }
p { color: rgb(33,188,16); }
H1.HeaderClassName
{
color: #21BC10;
}
.AnyTagClassName
{
color: #21BC10;
}
</style>
background-color css
<style>
a { background-color: #21BC10; }
a { background-color: rgb(33,188,16); }
div.DivClassName
{
background-color: #21BC10;
}
.BgClassName
{
background-color: #21BC10;
}
</style>
border-color css
<style>
span { border-color: #21BC10; }
span { border-color: rgb(33,188,16); }
td.TdClassName
{
border-color: #21BC10;
}
.TagClassName
{
border-color: #21BC10;
}
</style>