Shades of Kelly Green #3CB520
Tints of Kelly Green #3CB520
RGB
CMYK
RGB Variations
Color information
#3CB520 (or 0x3CB520) is known color: Kelly Green. HEX triplet: 3C, B5 and 20. RGB value is (60,181,32). Sum of RGB (Red+Green+Blue) = 60+181+32=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 181 (71.09% from 255 or 66.30% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB520 is #C34ADF. Grayscale: #808080. Windows color (decimal): -12798688 or 2143548. OLE color: 2143548.
HSL color Cylindrical-coordinate representation of color #3CB520: hue angle of 108.72º 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 #3CB520 is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 181 | 32 | - |
| CMYK | 0.67 | 0 | 0.82 | 0.29 |
| HSL | 108.72º | 0.7% | 0.42% | - |
| HSV(B) | 108.72º | 0.82% | 0.71% | - |
| XYZ | 18.65 | 34.11 | 6.97 | - |
| YUV | 127.84 | 73.91 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 181 | 32 | 0.67 | 0 | 0.82 | 0.29 | 108.72 | 0.7 | 0.42 |
| Hex | 3C | B5 | 20 | 43 | 0 | 52 | 1D | 6D | 46 | 2A |
| Octal | 74 | 265 | 40 | 103 | 0 | 122 | 35 | 155 | 106 | 52 |
| Binary | 111100 | 10110101 | 100000 | 1000011 | 0 | 1010010 | 11101 | 1101101 | 1000110 | 101010 |
Color Harmonies of #3CB520
Complementary color
Monochromatic Colors of #3CB520
Black with #3CB520
Text Example
Text Example
White with #3CB520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB520; }
p { color: rgb(60,181,32); }
H1.HeaderClassName
{
color: #3CB520;
}
.AnyTagClassName
{
color: #3CB520;
}
</style>
background-color css
<style>
a { background-color: #3CB520; }
a { background-color: rgb(60,181,32); }
div.DivClassName
{
background-color: #3CB520;
}
.BgClassName
{
background-color: #3CB520;
}
</style>
border-color css
<style>
span { border-color: #3CB520; }
span { border-color: rgb(60,181,32); }
td.TdClassName
{
border-color: #3CB520;
}
.TagClassName
{
border-color: #3CB520;
}
</style>