Shades of Kelly Green #3CC40E
Tints of Kelly Green #3CC40E
RGB
CMYK
RGB Variations
Color information
#3CC40E (or 0x3CC40E) is known color: Kelly Green. HEX triplet: 3C, C4 and 0E. RGB value is (60,196,14). Sum of RGB (Red+Green+Blue) = 60+196+14=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 196 (76.95% from 255 or 72.59% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 196 - color contains mainly: green. Hex color #3CC40E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CC40E is #C33BF1. Grayscale: #878787. Windows color (decimal): -12794866 or 967740. OLE color: 967740.
HSL color Cylindrical-coordinate representation of color #3CC40E: hue angle of 104.84º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3CC40E is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 196 | 14 | - |
| CMYK | 0.69 | 0 | 0.93 | 0.23 |
| HSL | 104.84º | 0.87% | 0.41% | - |
| HSV(B) | 104.84º | 0.93% | 0.77% | - |
| XYZ | 21.68 | 40.47 | 7.08 | - |
| YUV | 134.59 | 59.94 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 196 | 14 | 0.69 | 0 | 0.93 | 0.23 | 104.84 | 0.87 | 0.41 |
| Hex | 3C | C4 | E | 45 | 0 | 5D | 17 | 69 | 57 | 29 |
| Octal | 74 | 304 | 16 | 105 | 0 | 135 | 27 | 151 | 127 | 51 |
| Binary | 111100 | 11000100 | 1110 | 1000101 | 0 | 1011101 | 10111 | 1101001 | 1010111 | 101001 |
Color Harmonies of #3CC40E
Complementary color
Monochromatic Colors of #3CC40E
Black with #3CC40E
Text Example
Text Example
White with #3CC40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC40E; }
p { color: rgb(60,196,14); }
H1.HeaderClassName
{
color: #3CC40E;
}
.AnyTagClassName
{
color: #3CC40E;
}
</style>
background-color css
<style>
a { background-color: #3CC40E; }
a { background-color: rgb(60,196,14); }
div.DivClassName
{
background-color: #3CC40E;
}
.BgClassName
{
background-color: #3CC40E;
}
</style>
border-color css
<style>
span { border-color: #3CC40E; }
span { border-color: rgb(60,196,14); }
td.TdClassName
{
border-color: #3CC40E;
}
.TagClassName
{
border-color: #3CC40E;
}
</style>