Shades of Lime Green #22BC34
Tints of Lime Green #22BC34
RGB
CMYK
RGB Variations
Color information
#22BC34 (or 0x22BC34) is known color: Lime Green. HEX triplet: 22, BC and 34. RGB value is (34,188,52). Sum of RGB (Red+Green+Blue) = 34+188+52=274 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.41% from 274); Green value is 188 (73.83% from 255 or 68.61% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 188 - color contains mainly: green. Hex color #22BC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BC34 is #DD43CB. Grayscale: #7E7E7E. Windows color (decimal): -14500812 or 3456034. OLE color: 3456034.
HSL color Cylindrical-coordinate representation of color #22BC34: hue angle of 127.01º 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 #22BC34 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 188 | 52 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.26 |
| HSL | 127.01º | 0.69% | 0.44% | - |
| HSV(B) | 127.01º | 0.82% | 0.74% | - |
| XYZ | 19.26 | 36.55 | 9.29 | - |
| YUV | 126.45 | 85.98 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 188 | 52 | 0.82 | 0 | 0.72 | 0.26 | 127.01 | 0.69 | 0.44 |
| Hex | 22 | BC | 34 | 52 | 0 | 48 | 1A | 7F | 45 | 2C |
| Octal | 42 | 274 | 64 | 122 | 0 | 110 | 32 | 177 | 105 | 54 |
| Binary | 100010 | 10111100 | 110100 | 1010010 | 0 | 1001000 | 11010 | 1111111 | 1000101 | 101100 |
Color Harmonies of #22BC34
Complementary color
Monochromatic Colors of #22BC34
Black with #22BC34
Text Example
Text Example
White with #22BC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BC34; }
p { color: rgb(34,188,52); }
H1.HeaderClassName
{
color: #22BC34;
}
.AnyTagClassName
{
color: #22BC34;
}
</style>
background-color css
<style>
a { background-color: #22BC34; }
a { background-color: rgb(34,188,52); }
div.DivClassName
{
background-color: #22BC34;
}
.BgClassName
{
background-color: #22BC34;
}
</style>
border-color css
<style>
span { border-color: #22BC34; }
span { border-color: rgb(34,188,52); }
td.TdClassName
{
border-color: #22BC34;
}
.TagClassName
{
border-color: #22BC34;
}
</style>