Shades of Lime Green #22C018
Tints of Lime Green #22C018
RGB
CMYK
RGB Variations
Color information
#22C018 (or 0x22C018) is known color: Lime Green. HEX triplet: 22, C0 and 18. RGB value is (34,192,24). Sum of RGB (Red+Green+Blue) = 34+192+24=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 192 (75.39% from 255 or 76.8% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 192 - color contains mainly: green. Hex color #22C018 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22C018 is #DD3FE7. Grayscale: #7E7E7E. Windows color (decimal): -14499816 or 1622050. OLE color: 1622050.
HSL color Cylindrical-coordinate representation of color #22C018: hue angle of 116.43º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #22C018 is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 192 | 24 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.25 |
| HSL | 116.43º | 0.78% | 0.42% | - |
| HSV(B) | 116.43º | 0.88% | 0.75% | - |
| XYZ | 19.67 | 38.11 | 7.18 | - |
| YUV | 125.61 | 70.65 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 192 | 24 | 0.82 | 0 | 0.88 | 0.25 | 116.43 | 0.78 | 0.42 |
| Hex | 22 | C0 | 18 | 52 | 0 | 58 | 19 | 74 | 4E | 2A |
| Octal | 42 | 300 | 30 | 122 | 0 | 130 | 31 | 164 | 116 | 52 |
| Binary | 100010 | 11000000 | 11000 | 1010010 | 0 | 1011000 | 11001 | 1110100 | 1001110 | 101010 |
Color Harmonies of #22C018
Complementary color
Monochromatic Colors of #22C018
Black with #22C018
Text Example
Text Example
White with #22C018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C018; }
p { color: rgb(34,192,24); }
H1.HeaderClassName
{
color: #22C018;
}
.AnyTagClassName
{
color: #22C018;
}
</style>
background-color css
<style>
a { background-color: #22C018; }
a { background-color: rgb(34,192,24); }
div.DivClassName
{
background-color: #22C018;
}
.BgClassName
{
background-color: #22C018;
}
</style>
border-color css
<style>
span { border-color: #22C018; }
span { border-color: rgb(34,192,24); }
td.TdClassName
{
border-color: #22C018;
}
.TagClassName
{
border-color: #22C018;
}
</style>