Shades of Lime Green #22C427
Tints of Lime Green #22C427
RGB
CMYK
RGB Variations
Color information
#22C427 (or 0x22C427) is known color: Lime Green. HEX triplet: 22, C4 and 27. RGB value is (34,196,39). Sum of RGB (Red+Green+Blue) = 34+196+39=269 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.64% from 269); Green value is 196 (76.95% from 255 or 72.86% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 196 - color contains mainly: green. Hex color #22C427 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C427 is #DD3BD8. Grayscale: #828282. Windows color (decimal): -14498777 or 2606114. OLE color: 2606114.
HSL color Cylindrical-coordinate representation of color #22C427: hue angle of 121.85º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C427 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 196 | 39 | - |
| CMYK | 0.83 | 0 | 0.80 | 0.23 |
| HSL | 121.85º | 0.7% | 0.45% | - |
| HSV(B) | 121.85º | 0.83% | 0.77% | - |
| XYZ | 20.77 | 39.97 | 8.54 | - |
| YUV | 129.66 | 76.83 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 196 | 39 | 0.83 | 0 | 0.80 | 0.23 | 121.85 | 0.7 | 0.45 |
| Hex | 22 | C4 | 27 | 53 | 0 | 50 | 17 | 7A | 46 | 2D |
| Octal | 42 | 304 | 47 | 123 | 0 | 120 | 27 | 172 | 106 | 55 |
| Binary | 100010 | 11000100 | 100111 | 1010011 | 0 | 1010000 | 10111 | 1111010 | 1000110 | 101101 |
Color Harmonies of #22C427
Complementary color
Monochromatic Colors of #22C427
Black with #22C427
Text Example
Text Example
White with #22C427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C427; }
p { color: rgb(34,196,39); }
H1.HeaderClassName
{
color: #22C427;
}
.AnyTagClassName
{
color: #22C427;
}
</style>
background-color css
<style>
a { background-color: #22C427; }
a { background-color: rgb(34,196,39); }
div.DivClassName
{
background-color: #22C427;
}
.BgClassName
{
background-color: #22C427;
}
</style>
border-color css
<style>
span { border-color: #22C427; }
span { border-color: rgb(34,196,39); }
td.TdClassName
{
border-color: #22C427;
}
.TagClassName
{
border-color: #22C427;
}
</style>