Shades of Kelly Green #3CC110
Tints of Kelly Green #3CC110
RGB
CMYK
RGB Variations
Color information
#3CC110 (or 0x3CC110) is known color: Kelly Green. HEX triplet: 3C, C1 and 10. RGB value is (60,193,16). Sum of RGB (Red+Green+Blue) = 60+193+16=269 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.30% from 269); Green value is 193 (75.78% from 255 or 71.75% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 193 - color contains mainly: green. Hex color #3CC110 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CC110 is #C33EEF. Grayscale: #858585. Windows color (decimal): -12795632 or 1098044. OLE color: 1098044.
HSL color Cylindrical-coordinate representation of color #3CC110: hue angle of 105.08º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3CC110 is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 193 | 16 | - |
| CMYK | 0.69 | 0 | 0.92 | 0.24 |
| HSL | 105.08º | 0.85% | 0.41% | - |
| HSV(B) | 105.08º | 0.92% | 0.76% | - |
| XYZ | 21.03 | 39.14 | 6.94 | - |
| YUV | 133.06 | 61.94 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 193 | 16 | 0.69 | 0 | 0.92 | 0.24 | 105.08 | 0.85 | 0.41 |
| Hex | 3C | C1 | 10 | 45 | 0 | 5C | 18 | 69 | 55 | 29 |
| Octal | 74 | 301 | 20 | 105 | 0 | 134 | 30 | 151 | 125 | 51 |
| Binary | 111100 | 11000001 | 10000 | 1000101 | 0 | 1011100 | 11000 | 1101001 | 1010101 | 101001 |
Color Harmonies of #3CC110
Complementary color
Monochromatic Colors of #3CC110
Black with #3CC110
Text Example
Text Example
White with #3CC110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC110; }
p { color: rgb(60,193,16); }
H1.HeaderClassName
{
color: #3CC110;
}
.AnyTagClassName
{
color: #3CC110;
}
</style>
background-color css
<style>
a { background-color: #3CC110; }
a { background-color: rgb(60,193,16); }
div.DivClassName
{
background-color: #3CC110;
}
.BgClassName
{
background-color: #3CC110;
}
</style>
border-color css
<style>
span { border-color: #3CC110; }
span { border-color: rgb(60,193,16); }
td.TdClassName
{
border-color: #3CC110;
}
.TagClassName
{
border-color: #3CC110;
}
</style>