Shades of Lime Green #21BC2B
Tints of Lime Green #21BC2B
RGB
CMYK
RGB Variations
Color information
#21BC2B (or 0x21BC2B) is known color: Lime Green. HEX triplet: 21, BC and 2B. RGB value is (33,188,43). Sum of RGB (Red+Green+Blue) = 33+188+43=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 188 (73.83% from 255 or 71.21% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BC2B is #DE43D4. Grayscale: #7D7D7D. Windows color (decimal): -14566357 or 2866209. OLE color: 2866209.
HSL color Cylindrical-coordinate representation of color #21BC2B: hue angle of 123.87º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BC2B is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 188 | 43 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.26 |
| HSL | 123.87º | 0.7% | 0.43% | - |
| HSV(B) | 123.87º | 0.82% | 0.74% | - |
| XYZ | 19.05 | 36.46 | 8.32 | - |
| YUV | 125.13 | 81.65 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 43 | 0.82 | 0 | 0.77 | 0.26 | 123.87 | 0.7 | 0.43 |
| Hex | 21 | BC | 2B | 52 | 0 | 4D | 1A | 7C | 46 | 2B |
| Octal | 41 | 274 | 53 | 122 | 0 | 115 | 32 | 174 | 106 | 53 |
| Binary | 100001 | 10111100 | 101011 | 1010010 | 0 | 1001101 | 11010 | 1111100 | 1000110 | 101011 |
Color Harmonies of #21BC2B
Complementary color
Monochromatic Colors of #21BC2B
Black with #21BC2B
Text Example
Text Example
White with #21BC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BC2B; }
p { color: rgb(33,188,43); }
H1.HeaderClassName
{
color: #21BC2B;
}
.AnyTagClassName
{
color: #21BC2B;
}
</style>
background-color css
<style>
a { background-color: #21BC2B; }
a { background-color: rgb(33,188,43); }
div.DivClassName
{
background-color: #21BC2B;
}
.BgClassName
{
background-color: #21BC2B;
}
</style>
border-color css
<style>
span { border-color: #21BC2B; }
span { border-color: rgb(33,188,43); }
td.TdClassName
{
border-color: #21BC2B;
}
.TagClassName
{
border-color: #21BC2B;
}
</style>