Shades of Kelly Green #3CC80D
Tints of Kelly Green #3CC80D
RGB
CMYK
RGB Variations
Color information
#3CC80D (or 0x3CC80D) is known color: Kelly Green. HEX triplet: 3C, C8 and 0D. RGB value is (60,200,13). Sum of RGB (Red+Green+Blue) = 60+200+13=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 200 (78.52% from 255 or 73.26% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 200 - color contains mainly: green. Hex color #3CC80D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CC80D is #C337F2. Grayscale: #898989. Windows color (decimal): -12793843 or 903228. OLE color: 903228.
HSL color Cylindrical-coordinate representation of color #3CC80D: hue angle of 104.92º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3CC80D is Cyan = 0.7, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 200 | 13 | - |
| CMYK | 0.7 | 0 | 0.94 | 0.22 |
| HSL | 104.92º | 0.88% | 0.42% | - |
| HSV(B) | 104.92º | 0.94% | 0.78% | - |
| XYZ | 22.59 | 42.3 | 7.35 | - |
| YUV | 136.82 | 58.12 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 200 | 13 | 0.7 | 0 | 0.94 | 0.22 | 104.92 | 0.88 | 0.42 |
| Hex | 3C | C8 | D | 46 | 0 | 5E | 16 | 69 | 58 | 2A |
| Octal | 74 | 310 | 15 | 106 | 0 | 136 | 26 | 151 | 130 | 52 |
| Binary | 111100 | 11001000 | 1101 | 1000110 | 0 | 1011110 | 10110 | 1101001 | 1011000 | 101010 |
Color Harmonies of #3CC80D
Complementary color
Monochromatic Colors of #3CC80D
Black with #3CC80D
Text Example
Text Example
White with #3CC80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC80D; }
p { color: rgb(60,200,13); }
H1.HeaderClassName
{
color: #3CC80D;
}
.AnyTagClassName
{
color: #3CC80D;
}
</style>
background-color css
<style>
a { background-color: #3CC80D; }
a { background-color: rgb(60,200,13); }
div.DivClassName
{
background-color: #3CC80D;
}
.BgClassName
{
background-color: #3CC80D;
}
</style>
border-color css
<style>
span { border-color: #3CC80D; }
span { border-color: rgb(60,200,13); }
td.TdClassName
{
border-color: #3CC80D;
}
.TagClassName
{
border-color: #3CC80D;
}
</style>