Shades of Kelly Green #3CB220
Tints of Kelly Green #3CB220
RGB
CMYK
RGB Variations
Color information
#3CB220 (or 0x3CB220) is known color: Kelly Green. HEX triplet: 3C, B2 and 20. RGB value is (60,178,32). Sum of RGB (Red+Green+Blue) = 60+178+32=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 178 (69.92% from 255 or 65.93% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB220 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB220 is #C34DDF. Grayscale: #7E7E7E. Windows color (decimal): -12799456 or 2142780. OLE color: 2142780.
HSL color Cylindrical-coordinate representation of color #3CB220: hue angle of 108.49º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3CB220 is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 32 | - |
| CMYK | 0.66 | 0 | 0.82 | 0.30 |
| HSL | 108.49º | 0.7% | 0.41% | - |
| HSV(B) | 108.49º | 0.82% | 0.7% | - |
| XYZ | 18.04 | 32.91 | 6.77 | - |
| YUV | 126.07 | 74.91 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 32 | 0.66 | 0 | 0.82 | 0.30 | 108.49 | 0.7 | 0.41 |
| Hex | 3C | B2 | 20 | 42 | 0 | 52 | 1E | 6C | 46 | 29 |
| Octal | 74 | 262 | 40 | 102 | 0 | 122 | 36 | 154 | 106 | 51 |
| Binary | 111100 | 10110010 | 100000 | 1000010 | 0 | 1010010 | 11110 | 1101100 | 1000110 | 101001 |
Color Harmonies of #3CB220
Complementary color
Monochromatic Colors of #3CB220
Black with #3CB220
Text Example
Text Example
White with #3CB220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB220; }
p { color: rgb(60,178,32); }
H1.HeaderClassName
{
color: #3CB220;
}
.AnyTagClassName
{
color: #3CB220;
}
</style>
background-color css
<style>
a { background-color: #3CB220; }
a { background-color: rgb(60,178,32); }
div.DivClassName
{
background-color: #3CB220;
}
.BgClassName
{
background-color: #3CB220;
}
</style>
border-color css
<style>
span { border-color: #3CB220; }
span { border-color: rgb(60,178,32); }
td.TdClassName
{
border-color: #3CB220;
}
.TagClassName
{
border-color: #3CB220;
}
</style>