Shades of Lime Green #22D311
Tints of Lime Green #22D311
RGB
CMYK
RGB Variations
Color information
#22D311 (or 0x22D311) is known color: Lime Green. HEX triplet: 22, D3 and 11. RGB value is (34,211,17). Sum of RGB (Red+Green+Blue) = 34+211+17=262 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.98% from 262); Green value is 211 (82.81% from 255 or 80.53% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 211 - color contains mainly: green. Hex color #22D311 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22D311 is #DD2CEE. Grayscale: #888888. Windows color (decimal): -14494959 or 1168162. OLE color: 1168162.
HSL color Cylindrical-coordinate representation of color #22D311: hue angle of 114.74º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #22D311 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 34 | 211 | 17 | - |
| CMYK | 0.84 | 0 | 0.92 | 0.17 |
| HSL | 114.74º | 0.85% | 0.45% | - |
| HSV(B) | 114.74º | 0.92% | 0.83% | - |
| XYZ | 24.06 | 46.97 | 8.33 | - |
| YUV | 135.96 | 60.86 | 55.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 211 | 17 | 0.84 | 0 | 0.92 | 0.17 | 114.74 | 0.85 | 0.45 |
| Hex | 22 | D3 | 11 | 54 | 0 | 5C | 11 | 73 | 55 | 2D |
| Octal | 42 | 323 | 21 | 124 | 0 | 134 | 21 | 163 | 125 | 55 |
| Binary | 100010 | 11010011 | 10001 | 1010100 | 0 | 1011100 | 10001 | 1110011 | 1010101 | 101101 |
Color Harmonies of #22D311
Complementary color
Monochromatic Colors of #22D311
Black with #22D311
Text Example
Text Example
White with #22D311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D311; }
p { color: rgb(34,211,17); }
H1.HeaderClassName
{
color: #22D311;
}
.AnyTagClassName
{
color: #22D311;
}
</style>
background-color css
<style>
a { background-color: #22D311; }
a { background-color: rgb(34,211,17); }
div.DivClassName
{
background-color: #22D311;
}
.BgClassName
{
background-color: #22D311;
}
</style>
border-color css
<style>
span { border-color: #22D311; }
span { border-color: rgb(34,211,17); }
td.TdClassName
{
border-color: #22D311;
}
.TagClassName
{
border-color: #22D311;
}
</style>