Shades of Kelly Green #3CA60E
Tints of Kelly Green #3CA60E
RGB
CMYK
RGB Variations
Color information
#3CA60E (or 0x3CA60E) is known color: Kelly Green. HEX triplet: 3C, A6 and 0E. RGB value is (60,166,14). Sum of RGB (Red+Green+Blue) = 60+166+14=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 166 (65.23% from 255 or 69.17% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 166 - color contains mainly: green. Hex color #3CA60E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA60E is #C359F1. Grayscale: #757575. Windows color (decimal): -12802546 or 960060. OLE color: 960060.
HSL color Cylindrical-coordinate representation of color #3CA60E: hue angle of 101.84º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3CA60E is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 60 | 166 | 14 | - |
| CMYK | 0.64 | 0 | 0.92 | 0.35 |
| HSL | 101.84º | 0.84% | 0.35% | - |
| HSV(B) | 101.84º | 0.92% | 0.65% | - |
| XYZ | 15.58 | 28.26 | 5.05 | - |
| YUV | 116.98 | 69.88 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 166 | 14 | 0.64 | 0 | 0.92 | 0.35 | 101.84 | 0.84 | 0.35 |
| Hex | 3C | A6 | E | 40 | 0 | 5C | 23 | 66 | 54 | 23 |
| Octal | 74 | 246 | 16 | 100 | 0 | 134 | 43 | 146 | 124 | 43 |
| Binary | 111100 | 10100110 | 1110 | 1000000 | 0 | 1011100 | 100011 | 1100110 | 1010100 | 100011 |
Color Harmonies of #3CA60E
Complementary color
Monochromatic Colors of #3CA60E
Black with #3CA60E
Text Example
Text Example
White with #3CA60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA60E; }
p { color: rgb(60,166,14); }
H1.HeaderClassName
{
color: #3CA60E;
}
.AnyTagClassName
{
color: #3CA60E;
}
</style>
background-color css
<style>
a { background-color: #3CA60E; }
a { background-color: rgb(60,166,14); }
div.DivClassName
{
background-color: #3CA60E;
}
.BgClassName
{
background-color: #3CA60E;
}
</style>
border-color css
<style>
span { border-color: #3CA60E; }
span { border-color: rgb(60,166,14); }
td.TdClassName
{
border-color: #3CA60E;
}
.TagClassName
{
border-color: #3CA60E;
}
</style>