Shades of Lime Green #22BC36
Tints of Lime Green #22BC36
RGB
CMYK
RGB Variations
Color information
#22BC36 (or 0x22BC36) is known color: Lime Green. HEX triplet: 22, BC and 36. RGB value is (34,188,54). Sum of RGB (Red+Green+Blue) = 34+188+54=276 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.32% from 276); Green value is 188 (73.83% from 255 or 68.12% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 188 - color contains mainly: green. Hex color #22BC36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BC36 is #DD43C9. Grayscale: #7F7F7F. Windows color (decimal): -14500810 or 3587106. OLE color: 3587106.
HSL color Cylindrical-coordinate representation of color #22BC36: hue angle of 127.79º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22BC36 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 188 | 54 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.26 |
| HSL | 127.79º | 0.69% | 0.44% | - |
| HSV(B) | 127.79º | 0.82% | 0.74% | - |
| XYZ | 19.31 | 36.57 | 9.53 | - |
| YUV | 126.68 | 86.98 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 188 | 54 | 0.82 | 0 | 0.71 | 0.26 | 127.79 | 0.69 | 0.44 |
| Hex | 22 | BC | 36 | 52 | 0 | 47 | 1A | 80 | 45 | 2C |
| Octal | 42 | 274 | 66 | 122 | 0 | 107 | 32 | 200 | 105 | 54 |
| Binary | 100010 | 10111100 | 110110 | 1010010 | 0 | 1000111 | 11010 | 10000000 | 1000101 | 101100 |
Color Harmonies of #22BC36
Complementary color
Monochromatic Colors of #22BC36
Black with #22BC36
Text Example
Text Example
White with #22BC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BC36; }
p { color: rgb(34,188,54); }
H1.HeaderClassName
{
color: #22BC36;
}
.AnyTagClassName
{
color: #22BC36;
}
</style>
background-color css
<style>
a { background-color: #22BC36; }
a { background-color: rgb(34,188,54); }
div.DivClassName
{
background-color: #22BC36;
}
.BgClassName
{
background-color: #22BC36;
}
</style>
border-color css
<style>
span { border-color: #22BC36; }
span { border-color: rgb(34,188,54); }
td.TdClassName
{
border-color: #22BC36;
}
.TagClassName
{
border-color: #22BC36;
}
</style>