Shades of Lime Green #22BC0C
Tints of Lime Green #22BC0C
RGB
CMYK
RGB Variations
Color information
#22BC0C (or 0x22BC0C) is known color: Lime Green. HEX triplet: 22, BC and 0C. RGB value is (34,188,12). Sum of RGB (Red+Green+Blue) = 34+188+12=234 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.53% from 234); Green value is 188 (73.83% from 255 or 80.34% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 188 - color contains mainly: green. Hex color #22BC0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22BC0C is #DD43F3. Grayscale: #7A7A7A. Windows color (decimal): -14500852 or 834594. OLE color: 834594.
HSL color Cylindrical-coordinate representation of color #22BC0C: hue angle of 112.5º 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 #22BC0C is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 188 | 12 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.26 |
| HSL | 112.5º | 0.88% | 0.39% | - |
| HSV(B) | 112.5º | 0.94% | 0.74% | - |
| XYZ | 18.71 | 36.33 | 6.37 | - |
| YUV | 121.89 | 65.98 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 188 | 12 | 0.82 | 0 | 0.94 | 0.26 | 112.5 | 0.88 | 0.39 |
| Hex | 22 | BC | C | 52 | 0 | 5E | 1A | 70 | 58 | 27 |
| Octal | 42 | 274 | 14 | 122 | 0 | 136 | 32 | 160 | 130 | 47 |
| Binary | 100010 | 10111100 | 1100 | 1010010 | 0 | 1011110 | 11010 | 1110000 | 1011000 | 100111 |
Color Harmonies of #22BC0C
Complementary color
Monochromatic Colors of #22BC0C
Black with #22BC0C
Text Example
Text Example
White with #22BC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BC0C; }
p { color: rgb(34,188,12); }
H1.HeaderClassName
{
color: #22BC0C;
}
.AnyTagClassName
{
color: #22BC0C;
}
</style>
background-color css
<style>
a { background-color: #22BC0C; }
a { background-color: rgb(34,188,12); }
div.DivClassName
{
background-color: #22BC0C;
}
.BgClassName
{
background-color: #22BC0C;
}
</style>
border-color css
<style>
span { border-color: #22BC0C; }
span { border-color: rgb(34,188,12); }
td.TdClassName
{
border-color: #22BC0C;
}
.TagClassName
{
border-color: #22BC0C;
}
</style>