Shades of Lime Green #22C92D
Tints of Lime Green #22C92D
RGB
CMYK
RGB Variations
Color information
#22C92D (or 0x22C92D) is known color: Lime Green. HEX triplet: 22, C9 and 2D. RGB value is (34,201,45). Sum of RGB (Red+Green+Blue) = 34+201+45=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 201 (78.91% from 255 or 71.79% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 201 - color contains mainly: green. Hex color #22C92D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C92D is #DD36D2. Grayscale: #858585. Windows color (decimal): -14497491 or 3000610. OLE color: 3000610.
HSL color Cylindrical-coordinate representation of color #22C92D: hue angle of 123.95º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C92D is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 201 | 45 | - |
| CMYK | 0.83 | 0 | 0.78 | 0.21 |
| HSL | 123.95º | 0.71% | 0.46% | - |
| HSV(B) | 123.95º | 0.83% | 0.79% | - |
| XYZ | 22.02 | 42.3 | 9.49 | - |
| YUV | 133.28 | 78.17 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 201 | 45 | 0.83 | 0 | 0.78 | 0.21 | 123.95 | 0.71 | 0.46 |
| Hex | 22 | C9 | 2D | 53 | 0 | 4E | 15 | 7C | 47 | 2E |
| Octal | 42 | 311 | 55 | 123 | 0 | 116 | 25 | 174 | 107 | 56 |
| Binary | 100010 | 11001001 | 101101 | 1010011 | 0 | 1001110 | 10101 | 1111100 | 1000111 | 101110 |
Color Harmonies of #22C92D
Complementary color
Monochromatic Colors of #22C92D
Black with #22C92D
Text Example
Text Example
White with #22C92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C92D; }
p { color: rgb(34,201,45); }
H1.HeaderClassName
{
color: #22C92D;
}
.AnyTagClassName
{
color: #22C92D;
}
</style>
background-color css
<style>
a { background-color: #22C92D; }
a { background-color: rgb(34,201,45); }
div.DivClassName
{
background-color: #22C92D;
}
.BgClassName
{
background-color: #22C92D;
}
</style>
border-color css
<style>
span { border-color: #22C92D; }
span { border-color: rgb(34,201,45); }
td.TdClassName
{
border-color: #22C92D;
}
.TagClassName
{
border-color: #22C92D;
}
</style>