Shades of Kelly Green #3CB620
Tints of Kelly Green #3CB620
RGB
CMYK
RGB Variations
Color information
#3CB620 (or 0x3CB620) is known color: Kelly Green. HEX triplet: 3C, B6 and 20. RGB value is (60,182,32). Sum of RGB (Red+Green+Blue) = 60+182+32=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 182 (71.48% from 255 or 66.42% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 182 - color contains mainly: green. Hex color #3CB620 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB620 is #C349DF. Grayscale: #808080. Windows color (decimal): -12798432 or 2143804. OLE color: 2143804.
HSL color Cylindrical-coordinate representation of color #3CB620: hue angle of 108.8º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3CB620 is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 182 | 32 | - |
| CMYK | 0.67 | 0 | 0.82 | 0.29 |
| HSL | 108.8º | 0.7% | 0.42% | - |
| HSV(B) | 108.8º | 0.82% | 0.71% | - |
| XYZ | 18.85 | 34.52 | 7.04 | - |
| YUV | 128.42 | 73.58 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 182 | 32 | 0.67 | 0 | 0.82 | 0.29 | 108.8 | 0.7 | 0.42 |
| Hex | 3C | B6 | 20 | 43 | 0 | 52 | 1D | 6D | 46 | 2A |
| Octal | 74 | 266 | 40 | 103 | 0 | 122 | 35 | 155 | 106 | 52 |
| Binary | 111100 | 10110110 | 100000 | 1000011 | 0 | 1010010 | 11101 | 1101101 | 1000110 | 101010 |
Color Harmonies of #3CB620
Complementary color
Monochromatic Colors of #3CB620
Black with #3CB620
Text Example
Text Example
White with #3CB620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB620; }
p { color: rgb(60,182,32); }
H1.HeaderClassName
{
color: #3CB620;
}
.AnyTagClassName
{
color: #3CB620;
}
</style>
background-color css
<style>
a { background-color: #3CB620; }
a { background-color: rgb(60,182,32); }
div.DivClassName
{
background-color: #3CB620;
}
.BgClassName
{
background-color: #3CB620;
}
</style>
border-color css
<style>
span { border-color: #3CB620; }
span { border-color: rgb(60,182,32); }
td.TdClassName
{
border-color: #3CB620;
}
.TagClassName
{
border-color: #3CB620;
}
</style>