Shades of Kelly Green #3CB222
Tints of Kelly Green #3CB222
RGB
CMYK
RGB Variations
Color information
#3CB222 (or 0x3CB222) is known color: Kelly Green. HEX triplet: 3C, B2 and 22. RGB value is (60,178,34). Sum of RGB (Red+Green+Blue) = 60+178+34=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 178 (69.92% from 255 or 65.44% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB222 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB222 is #C34DDD. Grayscale: #7E7E7E. Windows color (decimal): -12799454 or 2273852. OLE color: 2273852.
HSL color Cylindrical-coordinate representation of color #3CB222: hue angle of 109.17º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3CB222 is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 34 | - |
| CMYK | 0.66 | 0 | 0.81 | 0.30 |
| HSL | 109.17º | 0.68% | 0.42% | - |
| HSV(B) | 109.17º | 0.81% | 0.7% | - |
| XYZ | 18.07 | 32.92 | 6.91 | - |
| YUV | 126.3 | 75.91 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 34 | 0.66 | 0 | 0.81 | 0.30 | 109.17 | 0.68 | 0.42 |
| Hex | 3C | B2 | 22 | 42 | 0 | 51 | 1E | 6D | 44 | 2A |
| Octal | 74 | 262 | 42 | 102 | 0 | 121 | 36 | 155 | 104 | 52 |
| Binary | 111100 | 10110010 | 100010 | 1000010 | 0 | 1010001 | 11110 | 1101101 | 1000100 | 101010 |
Color Harmonies of #3CB222
Complementary color
Monochromatic Colors of #3CB222
Black with #3CB222
Text Example
Text Example
White with #3CB222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB222; }
p { color: rgb(60,178,34); }
H1.HeaderClassName
{
color: #3CB222;
}
.AnyTagClassName
{
color: #3CB222;
}
</style>
background-color css
<style>
a { background-color: #3CB222; }
a { background-color: rgb(60,178,34); }
div.DivClassName
{
background-color: #3CB222;
}
.BgClassName
{
background-color: #3CB222;
}
</style>
border-color css
<style>
span { border-color: #3CB222; }
span { border-color: rgb(60,178,34); }
td.TdClassName
{
border-color: #3CB222;
}
.TagClassName
{
border-color: #3CB222;
}
</style>