Shades of Lime Green #22C91D
Tints of Lime Green #22C91D
RGB
CMYK
RGB Variations
Color information
#22C91D (or 0x22C91D) is known color: Lime Green. HEX triplet: 22, C9 and 1D. RGB value is (34,201,29). Sum of RGB (Red+Green+Blue) = 34+201+29=264 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.88% from 264); Green value is 201 (78.91% from 255 or 76.14% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 201 - color contains mainly: green. Hex color #22C91D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C91D is #DD36E2. Grayscale: #838383. Windows color (decimal): -14497507 or 1952034. OLE color: 1952034.
HSL color Cylindrical-coordinate representation of color #22C91D: hue angle of 118.26º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22C91D is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 201 | 29 | - |
| CMYK | 0.83 | 0 | 0.86 | 0.21 |
| HSL | 118.26º | 0.75% | 0.45% | - |
| HSV(B) | 118.26º | 0.86% | 0.79% | - |
| XYZ | 21.77 | 42.2 | 8.16 | - |
| YUV | 131.46 | 70.17 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 201 | 29 | 0.83 | 0 | 0.86 | 0.21 | 118.26 | 0.75 | 0.45 |
| Hex | 22 | C9 | 1D | 53 | 0 | 56 | 15 | 76 | 4B | 2D |
| Octal | 42 | 311 | 35 | 123 | 0 | 126 | 25 | 166 | 113 | 55 |
| Binary | 100010 | 11001001 | 11101 | 1010011 | 0 | 1010110 | 10101 | 1110110 | 1001011 | 101101 |
Color Harmonies of #22C91D
Complementary color
Monochromatic Colors of #22C91D
Black with #22C91D
Text Example
Text Example
White with #22C91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C91D; }
p { color: rgb(34,201,29); }
H1.HeaderClassName
{
color: #22C91D;
}
.AnyTagClassName
{
color: #22C91D;
}
</style>
background-color css
<style>
a { background-color: #22C91D; }
a { background-color: rgb(34,201,29); }
div.DivClassName
{
background-color: #22C91D;
}
.BgClassName
{
background-color: #22C91D;
}
</style>
border-color css
<style>
span { border-color: #22C91D; }
span { border-color: rgb(34,201,29); }
td.TdClassName
{
border-color: #22C91D;
}
.TagClassName
{
border-color: #22C91D;
}
</style>