Shades of Lime Green #22BC41
Tints of Lime Green #22BC41
RGB
CMYK
RGB Variations
Color information
#22BC41 (or 0x22BC41) is known color: Lime Green. HEX triplet: 22, BC and 41. RGB value is (34,188,65). Sum of RGB (Red+Green+Blue) = 34+188+65=287 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.85% from 287); Green value is 188 (73.83% from 255 or 65.51% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 188 - color contains mainly: green. Hex color #22BC41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BC41 is #DD43BE. Grayscale: #808080. Windows color (decimal): -14500799 or 4308002. OLE color: 4308002.
HSL color Cylindrical-coordinate representation of color #22BC41: hue angle of 132.08º 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 #22BC41 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 188 | 65 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.26 |
| HSL | 132.08º | 0.69% | 0.44% | - |
| HSV(B) | 132.08º | 0.82% | 0.74% | - |
| XYZ | 19.6 | 36.69 | 11.05 | - |
| YUV | 127.93 | 92.48 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 188 | 65 | 0.82 | 0 | 0.65 | 0.26 | 132.08 | 0.69 | 0.44 |
| Hex | 22 | BC | 41 | 52 | 0 | 41 | 1A | 84 | 45 | 2C |
| Octal | 42 | 274 | 101 | 122 | 0 | 101 | 32 | 204 | 105 | 54 |
| Binary | 100010 | 10111100 | 1000001 | 1010010 | 0 | 1000001 | 11010 | 10000100 | 1000101 | 101100 |
Color Harmonies of #22BC41
Complementary color
Monochromatic Colors of #22BC41
Black with #22BC41
Text Example
Text Example
White with #22BC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BC41; }
p { color: rgb(34,188,65); }
H1.HeaderClassName
{
color: #22BC41;
}
.AnyTagClassName
{
color: #22BC41;
}
</style>
background-color css
<style>
a { background-color: #22BC41; }
a { background-color: rgb(34,188,65); }
div.DivClassName
{
background-color: #22BC41;
}
.BgClassName
{
background-color: #22BC41;
}
</style>
border-color css
<style>
span { border-color: #22BC41; }
span { border-color: rgb(34,188,65); }
td.TdClassName
{
border-color: #22BC41;
}
.TagClassName
{
border-color: #22BC41;
}
</style>