Shades of Kelly Green #3CC40A
Tints of Kelly Green #3CC40A
RGB
CMYK
RGB Variations
Color information
#3CC40A (or 0x3CC40A) is known color: Kelly Green. HEX triplet: 3C, C4 and 0A. RGB value is (60,196,10). Sum of RGB (Red+Green+Blue) = 60+196+10=266 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.56% from 266); Green value is 196 (76.95% from 255 or 73.68% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 196 - color contains mainly: green. Hex color #3CC40A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CC40A is #C33BF5. Grayscale: #868686. Windows color (decimal): -12794870 or 705596. OLE color: 705596.
HSL color Cylindrical-coordinate representation of color #3CC40A: hue angle of 103.87º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3CC40A is Cyan = 0.69, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 196 | 10 | - |
| CMYK | 0.69 | 0 | 0.95 | 0.23 |
| HSL | 103.87º | 0.9% | 0.4% | - |
| HSV(B) | 103.87º | 0.95% | 0.77% | - |
| XYZ | 21.66 | 40.46 | 6.96 | - |
| YUV | 134.13 | 57.94 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 196 | 10 | 0.69 | 0 | 0.95 | 0.23 | 103.87 | 0.9 | 0.4 |
| Hex | 3C | C4 | A | 45 | 0 | 5F | 17 | 68 | 5A | 28 |
| Octal | 74 | 304 | 12 | 105 | 0 | 137 | 27 | 150 | 132 | 50 |
| Binary | 111100 | 11000100 | 1010 | 1000101 | 0 | 1011111 | 10111 | 1101000 | 1011010 | 101000 |
Color Harmonies of #3CC40A
Complementary color
Monochromatic Colors of #3CC40A
Black with #3CC40A
Text Example
Text Example
White with #3CC40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC40A; }
p { color: rgb(60,196,10); }
H1.HeaderClassName
{
color: #3CC40A;
}
.AnyTagClassName
{
color: #3CC40A;
}
</style>
background-color css
<style>
a { background-color: #3CC40A; }
a { background-color: rgb(60,196,10); }
div.DivClassName
{
background-color: #3CC40A;
}
.BgClassName
{
background-color: #3CC40A;
}
</style>
border-color css
<style>
span { border-color: #3CC40A; }
span { border-color: rgb(60,196,10); }
td.TdClassName
{
border-color: #3CC40A;
}
.TagClassName
{
border-color: #3CC40A;
}
</style>