Shades of Kelly Green #22C002
Tints of Kelly Green #22C002
RGB
CMYK
RGB Variations
Color information
#22C002 (or 0x22C002) is known color: Kelly Green. HEX triplet: 22, C0 and 02. RGB value is (34,192,2). Sum of RGB (Red+Green+Blue) = 34+192+2=228 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.91% from 228); Green value is 192 (75.39% from 255 or 84.21% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 192 - color contains mainly: green. Hex color #22C002 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22C002 is #DD3FFD. Grayscale: #7B7B7B. Windows color (decimal): -14499838 or 180258. OLE color: 180258.
HSL color Cylindrical-coordinate representation of color #22C002: hue angle of 109.89º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #22C002 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 192 | 2 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.25 |
| HSL | 109.89º | 0.98% | 0.38% | - |
| HSV(B) | 109.89º | 0.99% | 0.75% | - |
| XYZ | 19.52 | 38.04 | 6.37 | - |
| YUV | 123.1 | 59.65 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 192 | 2 | 0.82 | 0 | 0.99 | 0.25 | 109.89 | 0.98 | 0.38 |
| Hex | 22 | C0 | 2 | 52 | 0 | 63 | 19 | 6E | 62 | 26 |
| Octal | 42 | 300 | 2 | 122 | 0 | 143 | 31 | 156 | 142 | 46 |
| Binary | 100010 | 11000000 | 10 | 1010010 | 0 | 1100011 | 11001 | 1101110 | 1100010 | 100110 |
Color Harmonies of #22C002
Complementary color
Monochromatic Colors of #22C002
Black with #22C002
Text Example
Text Example
White with #22C002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C002; }
p { color: rgb(34,192,2); }
H1.HeaderClassName
{
color: #22C002;
}
.AnyTagClassName
{
color: #22C002;
}
</style>
background-color css
<style>
a { background-color: #22C002; }
a { background-color: rgb(34,192,2); }
div.DivClassName
{
background-color: #22C002;
}
.BgClassName
{
background-color: #22C002;
}
</style>
border-color css
<style>
span { border-color: #22C002; }
span { border-color: rgb(34,192,2); }
td.TdClassName
{
border-color: #22C002;
}
.TagClassName
{
border-color: #22C002;
}
</style>