Shades of Kelly Green #3CC40C
Tints of Kelly Green #3CC40C
RGB
CMYK
RGB Variations
Color information
#3CC40C (or 0x3CC40C) is known color: Kelly Green. HEX triplet: 3C, C4 and 0C. RGB value is (60,196,12). Sum of RGB (Red+Green+Blue) = 60+196+12=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 196 (76.95% from 255 or 73.13% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 196 - color contains mainly: green. Hex color #3CC40C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CC40C is #C33BF3. Grayscale: #868686. Windows color (decimal): -12794868 or 836668. OLE color: 836668.
HSL color Cylindrical-coordinate representation of color #3CC40C: hue angle of 104.35º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3CC40C is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 196 | 12 | - |
| CMYK | 0.69 | 0 | 0.94 | 0.23 |
| HSL | 104.35º | 0.88% | 0.41% | - |
| HSV(B) | 104.35º | 0.94% | 0.77% | - |
| XYZ | 21.67 | 40.47 | 7.02 | - |
| YUV | 134.36 | 58.94 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 196 | 12 | 0.69 | 0 | 0.94 | 0.23 | 104.35 | 0.88 | 0.41 |
| Hex | 3C | C4 | C | 45 | 0 | 5E | 17 | 68 | 58 | 29 |
| Octal | 74 | 304 | 14 | 105 | 0 | 136 | 27 | 150 | 130 | 51 |
| Binary | 111100 | 11000100 | 1100 | 1000101 | 0 | 1011110 | 10111 | 1101000 | 1011000 | 101001 |
Color Harmonies of #3CC40C
Complementary color
Monochromatic Colors of #3CC40C
Black with #3CC40C
Text Example
Text Example
White with #3CC40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC40C; }
p { color: rgb(60,196,12); }
H1.HeaderClassName
{
color: #3CC40C;
}
.AnyTagClassName
{
color: #3CC40C;
}
</style>
background-color css
<style>
a { background-color: #3CC40C; }
a { background-color: rgb(60,196,12); }
div.DivClassName
{
background-color: #3CC40C;
}
.BgClassName
{
background-color: #3CC40C;
}
</style>
border-color css
<style>
span { border-color: #3CC40C; }
span { border-color: rgb(60,196,12); }
td.TdClassName
{
border-color: #3CC40C;
}
.TagClassName
{
border-color: #3CC40C;
}
</style>