Shades of Lime Green #22CA3C
Tints of Lime Green #22CA3C
RGB
CMYK
RGB Variations
Color information
#22CA3C (or 0x22CA3C) is known color: Lime Green. HEX triplet: 22, CA and 3C. RGB value is (34,202,60). Sum of RGB (Red+Green+Blue) = 34+202+60=296 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.49% from 296); Green value is 202 (79.30% from 255 or 68.24% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 202 - color contains mainly: green. Hex color #22CA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22CA3C is #DD35C3. Grayscale: #878787. Windows color (decimal): -14497220 or 3983906. OLE color: 3983906.
HSL color Cylindrical-coordinate representation of color #22CA3C: hue angle of 129.29º 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 #22CA3C is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 202 | 60 | - |
| CMYK | 0.83 | 0 | 0.70 | 0.21 |
| HSL | 129.29º | 0.71% | 0.46% | - |
| HSV(B) | 129.29º | 0.83% | 0.79% | - |
| XYZ | 22.6 | 42.91 | 11.37 | - |
| YUV | 135.58 | 85.34 | 55.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 202 | 60 | 0.83 | 0 | 0.70 | 0.21 | 129.29 | 0.71 | 0.46 |
| Hex | 22 | CA | 3C | 53 | 0 | 46 | 15 | 81 | 47 | 2E |
| Octal | 42 | 312 | 74 | 123 | 0 | 106 | 25 | 201 | 107 | 56 |
| Binary | 100010 | 11001010 | 111100 | 1010011 | 0 | 1000110 | 10101 | 10000001 | 1000111 | 101110 |
Color Harmonies of #22CA3C
Complementary color
Monochromatic Colors of #22CA3C
Black with #22CA3C
Text Example
Text Example
White with #22CA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CA3C; }
p { color: rgb(34,202,60); }
H1.HeaderClassName
{
color: #22CA3C;
}
.AnyTagClassName
{
color: #22CA3C;
}
</style>
background-color css
<style>
a { background-color: #22CA3C; }
a { background-color: rgb(34,202,60); }
div.DivClassName
{
background-color: #22CA3C;
}
.BgClassName
{
background-color: #22CA3C;
}
</style>
border-color css
<style>
span { border-color: #22CA3C; }
span { border-color: rgb(34,202,60); }
td.TdClassName
{
border-color: #22CA3C;
}
.TagClassName
{
border-color: #22CA3C;
}
</style>