Shades of Lime Green #22C63D
Tints of Lime Green #22C63D
RGB
CMYK
RGB Variations
Color information
#22C63D (or 0x22C63D) is known color: Lime Green. HEX triplet: 22, C6 and 3D. RGB value is (34,198,61). Sum of RGB (Red+Green+Blue) = 34+198+61=293 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.60% from 293); Green value is 198 (77.73% from 255 or 67.58% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 198 - color contains mainly: green. Hex color #22C63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C63D is #DD39C2. Grayscale: #858585. Windows color (decimal): -14498243 or 4048418. OLE color: 4048418.
HSL color Cylindrical-coordinate representation of color #22C63D: hue angle of 129.88º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C63D is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 198 | 61 | - |
| CMYK | 0.83 | 0 | 0.69 | 0.22 |
| HSL | 129.88º | 0.71% | 0.45% | - |
| HSV(B) | 129.88º | 0.83% | 0.78% | - |
| XYZ | 21.7 | 41.07 | 11.2 | - |
| YUV | 133.35 | 87.17 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 198 | 61 | 0.83 | 0 | 0.69 | 0.22 | 129.88 | 0.71 | 0.45 |
| Hex | 22 | C6 | 3D | 53 | 0 | 45 | 16 | 82 | 47 | 2D |
| Octal | 42 | 306 | 75 | 123 | 0 | 105 | 26 | 202 | 107 | 55 |
| Binary | 100010 | 11000110 | 111101 | 1010011 | 0 | 1000101 | 10110 | 10000010 | 1000111 | 101101 |
Color Harmonies of #22C63D
Complementary color
Monochromatic Colors of #22C63D
Black with #22C63D
Text Example
Text Example
White with #22C63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C63D; }
p { color: rgb(34,198,61); }
H1.HeaderClassName
{
color: #22C63D;
}
.AnyTagClassName
{
color: #22C63D;
}
</style>
background-color css
<style>
a { background-color: #22C63D; }
a { background-color: rgb(34,198,61); }
div.DivClassName
{
background-color: #22C63D;
}
.BgClassName
{
background-color: #22C63D;
}
</style>
border-color css
<style>
span { border-color: #22C63D; }
span { border-color: rgb(34,198,61); }
td.TdClassName
{
border-color: #22C63D;
}
.TagClassName
{
border-color: #22C63D;
}
</style>