Shades of Lime Green #22CB14
Tints of Lime Green #22CB14
RGB
CMYK
RGB Variations
Color information
#22CB14 (or 0x22CB14) is known color: Lime Green. HEX triplet: 22, CB and 14. RGB value is (34,203,20). Sum of RGB (Red+Green+Blue) = 34+203+20=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 203 (79.69% from 255 or 78.99% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 203 - color contains mainly: green. Hex color #22CB14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22CB14 is #DD34EB. Grayscale: #848484. Windows color (decimal): -14497004 or 1362722. OLE color: 1362722.
HSL color Cylindrical-coordinate representation of color #22CB14: hue angle of 115.41º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #22CB14 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 203 | 20 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.20 |
| HSL | 115.41º | 0.82% | 0.44% | - |
| HSV(B) | 115.41º | 0.9% | 0.8% | - |
| XYZ | 22.14 | 43.1 | 7.81 | - |
| YUV | 131.61 | 65.01 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 203 | 20 | 0.83 | 0 | 0.90 | 0.20 | 115.41 | 0.82 | 0.44 |
| Hex | 22 | CB | 14 | 53 | 0 | 5A | 14 | 73 | 52 | 2C |
| Octal | 42 | 313 | 24 | 123 | 0 | 132 | 24 | 163 | 122 | 54 |
| Binary | 100010 | 11001011 | 10100 | 1010011 | 0 | 1011010 | 10100 | 1110011 | 1010010 | 101100 |
Color Harmonies of #22CB14
Complementary color
Monochromatic Colors of #22CB14
Black with #22CB14
Text Example
Text Example
White with #22CB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CB14; }
p { color: rgb(34,203,20); }
H1.HeaderClassName
{
color: #22CB14;
}
.AnyTagClassName
{
color: #22CB14;
}
</style>
background-color css
<style>
a { background-color: #22CB14; }
a { background-color: rgb(34,203,20); }
div.DivClassName
{
background-color: #22CB14;
}
.BgClassName
{
background-color: #22CB14;
}
</style>
border-color css
<style>
span { border-color: #22CB14; }
span { border-color: rgb(34,203,20); }
td.TdClassName
{
border-color: #22CB14;
}
.TagClassName
{
border-color: #22CB14;
}
</style>