Shades of Lime Green #22C53D
Tints of Lime Green #22C53D
RGB
CMYK
RGB Variations
Color information
#22C53D (or 0x22C53D) is known color: Lime Green. HEX triplet: 22, C5 and 3D. RGB value is (34,197,61). Sum of RGB (Red+Green+Blue) = 34+197+61=292 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.64% from 292); Green value is 197 (77.34% from 255 or 67.47% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 197 - color contains mainly: green. Hex color #22C53D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C53D is #DD3AC2. Grayscale: #858585. Windows color (decimal): -14498499 or 4048162. OLE color: 4048162.
HSL color Cylindrical-coordinate representation of color #22C53D: hue angle of 129.94º 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 #22C53D is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 197 | 61 | - |
| CMYK | 0.83 | 0 | 0.69 | 0.23 |
| HSL | 129.94º | 0.71% | 0.45% | - |
| HSV(B) | 129.94º | 0.83% | 0.77% | - |
| XYZ | 21.47 | 40.61 | 11.12 | - |
| YUV | 132.76 | 87.5 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 197 | 61 | 0.83 | 0 | 0.69 | 0.23 | 129.94 | 0.71 | 0.45 |
| Hex | 22 | C5 | 3D | 53 | 0 | 45 | 17 | 82 | 47 | 2D |
| Octal | 42 | 305 | 75 | 123 | 0 | 105 | 27 | 202 | 107 | 55 |
| Binary | 100010 | 11000101 | 111101 | 1010011 | 0 | 1000101 | 10111 | 10000010 | 1000111 | 101101 |
Color Harmonies of #22C53D
Complementary color
Monochromatic Colors of #22C53D
Black with #22C53D
Text Example
Text Example
White with #22C53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C53D; }
p { color: rgb(34,197,61); }
H1.HeaderClassName
{
color: #22C53D;
}
.AnyTagClassName
{
color: #22C53D;
}
</style>
background-color css
<style>
a { background-color: #22C53D; }
a { background-color: rgb(34,197,61); }
div.DivClassName
{
background-color: #22C53D;
}
.BgClassName
{
background-color: #22C53D;
}
</style>
border-color css
<style>
span { border-color: #22C53D; }
span { border-color: rgb(34,197,61); }
td.TdClassName
{
border-color: #22C53D;
}
.TagClassName
{
border-color: #22C53D;
}
</style>