Shades of Kelly Green #3CC222
Tints of Kelly Green #3CC222
RGB
CMYK
RGB Variations
Color information
#3CC222 (or 0x3CC222) is known color: Kelly Green. HEX triplet: 3C, C2 and 22. RGB value is (60,194,34). Sum of RGB (Red+Green+Blue) = 60+194+34=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 194 (76.17% from 255 or 67.36% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC222 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC222 is #C33DDD. Grayscale: #888888. Windows color (decimal): -12795358 or 2277948. OLE color: 2277948.
HSL color Cylindrical-coordinate representation of color #3CC222: hue angle of 110.25º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3CC222 is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 194 | 34 | - |
| CMYK | 0.69 | 0 | 0.82 | 0.24 |
| HSL | 110.25º | 0.7% | 0.45% | - |
| HSV(B) | 110.25º | 0.82% | 0.76% | - |
| XYZ | 21.44 | 39.66 | 8.04 | - |
| YUV | 135.69 | 70.61 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 194 | 34 | 0.69 | 0 | 0.82 | 0.24 | 110.25 | 0.7 | 0.45 |
| Hex | 3C | C2 | 22 | 45 | 0 | 52 | 18 | 6E | 46 | 2D |
| Octal | 74 | 302 | 42 | 105 | 0 | 122 | 30 | 156 | 106 | 55 |
| Binary | 111100 | 11000010 | 100010 | 1000101 | 0 | 1010010 | 11000 | 1101110 | 1000110 | 101101 |
Color Harmonies of #3CC222
Complementary color
Monochromatic Colors of #3CC222
Black with #3CC222
Text Example
Text Example
White with #3CC222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC222; }
p { color: rgb(60,194,34); }
H1.HeaderClassName
{
color: #3CC222;
}
.AnyTagClassName
{
color: #3CC222;
}
</style>
background-color css
<style>
a { background-color: #3CC222; }
a { background-color: rgb(60,194,34); }
div.DivClassName
{
background-color: #3CC222;
}
.BgClassName
{
background-color: #3CC222;
}
</style>
border-color css
<style>
span { border-color: #3CC222; }
span { border-color: rgb(60,194,34); }
td.TdClassName
{
border-color: #3CC222;
}
.TagClassName
{
border-color: #3CC222;
}
</style>