Shades of Kelly Green #3CC513
Tints of Kelly Green #3CC513
RGB
CMYK
RGB Variations
Color information
#3CC513 (or 0x3CC513) is known color: Kelly Green. HEX triplet: 3C, C5 and 13. RGB value is (60,197,19). Sum of RGB (Red+Green+Blue) = 60+197+19=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 197 (77.34% from 255 or 71.38% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 197 - color contains mainly: green. Hex color #3CC513 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CC513 is #C33AEC. Grayscale: #888888. Windows color (decimal): -12794605 or 1295676. OLE color: 1295676.
HSL color Cylindrical-coordinate representation of color #3CC513: hue angle of 106.18º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3CC513 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 197 | 19 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.23 |
| HSL | 106.18º | 0.82% | 0.42% | - |
| HSV(B) | 106.18º | 0.9% | 0.77% | - |
| XYZ | 21.95 | 40.94 | 7.36 | - |
| YUV | 135.75 | 62.11 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 197 | 19 | 0.70 | 0 | 0.90 | 0.23 | 106.18 | 0.82 | 0.42 |
| Hex | 3C | C5 | 13 | 46 | 0 | 5A | 17 | 6A | 52 | 2A |
| Octal | 74 | 305 | 23 | 106 | 0 | 132 | 27 | 152 | 122 | 52 |
| Binary | 111100 | 11000101 | 10011 | 1000110 | 0 | 1011010 | 10111 | 1101010 | 1010010 | 101010 |
Color Harmonies of #3CC513
Complementary color
Monochromatic Colors of #3CC513
Black with #3CC513
Text Example
Text Example
White with #3CC513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC513; }
p { color: rgb(60,197,19); }
H1.HeaderClassName
{
color: #3CC513;
}
.AnyTagClassName
{
color: #3CC513;
}
</style>
background-color css
<style>
a { background-color: #3CC513; }
a { background-color: rgb(60,197,19); }
div.DivClassName
{
background-color: #3CC513;
}
.BgClassName
{
background-color: #3CC513;
}
</style>
border-color css
<style>
span { border-color: #3CC513; }
span { border-color: rgb(60,197,19); }
td.TdClassName
{
border-color: #3CC513;
}
.TagClassName
{
border-color: #3CC513;
}
</style>