Shades of Lime Green #22C02D
Tints of Lime Green #22C02D
RGB
CMYK
RGB Variations
Color information
#22C02D (or 0x22C02D) is known color: Lime Green. HEX triplet: 22, C0 and 2D. RGB value is (34,192,45). Sum of RGB (Red+Green+Blue) = 34+192+45=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 192 (75.39% from 255 or 70.85% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 192 - color contains mainly: green. Hex color #22C02D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C02D is #DD3FD2. Grayscale: #808080. Windows color (decimal): -14499795 or 2998306. OLE color: 2998306.
HSL color Cylindrical-coordinate representation of color #22C02D: hue angle of 124.18º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22C02D is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 192 | 45 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.25 |
| HSL | 124.18º | 0.7% | 0.44% | - |
| HSV(B) | 124.18º | 0.82% | 0.75% | - |
| XYZ | 19.98 | 38.23 | 8.81 | - |
| YUV | 128 | 81.15 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 192 | 45 | 0.82 | 0 | 0.77 | 0.25 | 124.18 | 0.7 | 0.44 |
| Hex | 22 | C0 | 2D | 52 | 0 | 4D | 19 | 7C | 46 | 2C |
| Octal | 42 | 300 | 55 | 122 | 0 | 115 | 31 | 174 | 106 | 54 |
| Binary | 100010 | 11000000 | 101101 | 1010010 | 0 | 1001101 | 11001 | 1111100 | 1000110 | 101100 |
Color Harmonies of #22C02D
Complementary color
Monochromatic Colors of #22C02D
Black with #22C02D
Text Example
Text Example
White with #22C02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C02D; }
p { color: rgb(34,192,45); }
H1.HeaderClassName
{
color: #22C02D;
}
.AnyTagClassName
{
color: #22C02D;
}
</style>
background-color css
<style>
a { background-color: #22C02D; }
a { background-color: rgb(34,192,45); }
div.DivClassName
{
background-color: #22C02D;
}
.BgClassName
{
background-color: #22C02D;
}
</style>
border-color css
<style>
span { border-color: #22C02D; }
span { border-color: rgb(34,192,45); }
td.TdClassName
{
border-color: #22C02D;
}
.TagClassName
{
border-color: #22C02D;
}
</style>