Shades of Lime Green #22C53C
Tints of Lime Green #22C53C
RGB
CMYK
RGB Variations
Color information
#22C53C (or 0x22C53C) is known color: Lime Green. HEX triplet: 22, C5 and 3C. RGB value is (34,197,60). Sum of RGB (Red+Green+Blue) = 34+197+60=291 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.68% from 291); Green value is 197 (77.34% from 255 or 67.70% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 197 - color contains mainly: green. Hex color #22C53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C53C is #DD3AC3. Grayscale: #858585. Windows color (decimal): -14498500 or 3982626. OLE color: 3982626.
HSL color Cylindrical-coordinate representation of color #22C53C: hue angle of 129.57º degrees, saturation: 0.71, 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 #22C53C is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 197 | 60 | - |
| CMYK | 0.83 | 0 | 0.70 | 0.23 |
| HSL | 129.57º | 0.71% | 0.45% | - |
| HSV(B) | 129.57º | 0.83% | 0.77% | - |
| XYZ | 21.44 | 40.6 | 10.98 | - |
| YUV | 132.65 | 87 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 197 | 60 | 0.83 | 0 | 0.70 | 0.23 | 129.57 | 0.71 | 0.45 |
| Hex | 22 | C5 | 3C | 53 | 0 | 46 | 17 | 82 | 47 | 2D |
| Octal | 42 | 305 | 74 | 123 | 0 | 106 | 27 | 202 | 107 | 55 |
| Binary | 100010 | 11000101 | 111100 | 1010011 | 0 | 1000110 | 10111 | 10000010 | 1000111 | 101101 |
Color Harmonies of #22C53C
Complementary color
Monochromatic Colors of #22C53C
Black with #22C53C
Text Example
Text Example
White with #22C53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C53C; }
p { color: rgb(34,197,60); }
H1.HeaderClassName
{
color: #22C53C;
}
.AnyTagClassName
{
color: #22C53C;
}
</style>
background-color css
<style>
a { background-color: #22C53C; }
a { background-color: rgb(34,197,60); }
div.DivClassName
{
background-color: #22C53C;
}
.BgClassName
{
background-color: #22C53C;
}
</style>
border-color css
<style>
span { border-color: #22C53C; }
span { border-color: rgb(34,197,60); }
td.TdClassName
{
border-color: #22C53C;
}
.TagClassName
{
border-color: #22C53C;
}
</style>