Shades of Lime Green #21BC0C
Tints of Lime Green #21BC0C
RGB
CMYK
RGB Variations
Color information
#21BC0C (or 0x21BC0C) is known color: Lime Green. HEX triplet: 21, BC and 0C. RGB value is (33,188,12). Sum of RGB (Red+Green+Blue) = 33+188+12=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 188 (73.83% from 255 or 80.69% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21BC0C is #DE43F3. Grayscale: #7A7A7A. Windows color (decimal): -14566388 or 834593. OLE color: 834593.
HSL color Cylindrical-coordinate representation of color #21BC0C: hue angle of 112.84º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #21BC0C is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 188 | 12 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.26 |
| HSL | 112.84º | 0.88% | 0.39% | - |
| HSV(B) | 112.84º | 0.94% | 0.74% | - |
| XYZ | 18.68 | 36.32 | 6.37 | - |
| YUV | 121.59 | 66.15 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 12 | 0.82 | 0 | 0.94 | 0.26 | 112.84 | 0.88 | 0.39 |
| Hex | 21 | BC | C | 52 | 0 | 5E | 1A | 71 | 58 | 27 |
| Octal | 41 | 274 | 14 | 122 | 0 | 136 | 32 | 161 | 130 | 47 |
| Binary | 100001 | 10111100 | 1100 | 1010010 | 0 | 1011110 | 11010 | 1110001 | 1011000 | 100111 |
Color Harmonies of #21BC0C
Complementary color
Monochromatic Colors of #21BC0C
Black with #21BC0C
Text Example
Text Example
White with #21BC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BC0C; }
p { color: rgb(33,188,12); }
H1.HeaderClassName
{
color: #21BC0C;
}
.AnyTagClassName
{
color: #21BC0C;
}
</style>
background-color css
<style>
a { background-color: #21BC0C; }
a { background-color: rgb(33,188,12); }
div.DivClassName
{
background-color: #21BC0C;
}
.BgClassName
{
background-color: #21BC0C;
}
</style>
border-color css
<style>
span { border-color: #21BC0C; }
span { border-color: rgb(33,188,12); }
td.TdClassName
{
border-color: #21BC0C;
}
.TagClassName
{
border-color: #21BC0C;
}
</style>