Shades of Lime Green #22C908
Tints of Lime Green #22C908
RGB
CMYK
RGB Variations
Color information
#22C908 (or 0x22C908) is known color: Lime Green. HEX triplet: 22, C9 and 08. RGB value is (34,201,8). Sum of RGB (Red+Green+Blue) = 34+201+8=243 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.99% from 243); Green value is 201 (78.91% from 255 or 82.72% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 201 - color contains mainly: green. Hex color #22C908 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22C908 is #DD36F7. Grayscale: #818181. Windows color (decimal): -14497528 or 575778. OLE color: 575778.
HSL color Cylindrical-coordinate representation of color #22C908: hue angle of 111.92º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #22C908 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 201 | 8 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.21 |
| HSL | 111.92º | 0.92% | 0.41% | - |
| HSV(B) | 111.92º | 0.96% | 0.79% | - |
| XYZ | 21.59 | 42.13 | 7.22 | - |
| YUV | 129.07 | 59.67 | 60.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 201 | 8 | 0.83 | 0 | 0.96 | 0.21 | 111.92 | 0.92 | 0.41 |
| Hex | 22 | C9 | 8 | 53 | 0 | 60 | 15 | 70 | 5C | 29 |
| Octal | 42 | 311 | 10 | 123 | 0 | 140 | 25 | 160 | 134 | 51 |
| Binary | 100010 | 11001001 | 1000 | 1010011 | 0 | 1100000 | 10101 | 1110000 | 1011100 | 101001 |
Color Harmonies of #22C908
Complementary color
Monochromatic Colors of #22C908
Black with #22C908
Text Example
Text Example
White with #22C908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C908; }
p { color: rgb(34,201,8); }
H1.HeaderClassName
{
color: #22C908;
}
.AnyTagClassName
{
color: #22C908;
}
</style>
background-color css
<style>
a { background-color: #22C908; }
a { background-color: rgb(34,201,8); }
div.DivClassName
{
background-color: #22C908;
}
.BgClassName
{
background-color: #22C908;
}
</style>
border-color css
<style>
span { border-color: #22C908; }
span { border-color: rgb(34,201,8); }
td.TdClassName
{
border-color: #22C908;
}
.TagClassName
{
border-color: #22C908;
}
</style>