Shades of Kelly Green #3CB413
Tints of Kelly Green #3CB413
RGB
CMYK
RGB Variations
Color information
#3CB413 (or 0x3CB413) is known color: Kelly Green. HEX triplet: 3C, B4 and 13. RGB value is (60,180,19). Sum of RGB (Red+Green+Blue) = 60+180+19=259 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.17% from 259); Green value is 180 (70.70% from 255 or 69.50% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB413 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CB413 is #C34BEC. Grayscale: #7E7E7E. Windows color (decimal): -12798957 or 1291324. OLE color: 1291324.
HSL color Cylindrical-coordinate representation of color #3CB413: hue angle of 104.72º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3CB413 is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 180 | 19 | - |
| CMYK | 0.67 | 0 | 0.89 | 0.29 |
| HSL | 104.72º | 0.81% | 0.39% | - |
| HSV(B) | 104.72º | 0.89% | 0.71% | - |
| XYZ | 18.3 | 33.65 | 6.15 | - |
| YUV | 125.77 | 67.74 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 180 | 19 | 0.67 | 0 | 0.89 | 0.29 | 104.72 | 0.81 | 0.39 |
| Hex | 3C | B4 | 13 | 43 | 0 | 59 | 1D | 69 | 51 | 27 |
| Octal | 74 | 264 | 23 | 103 | 0 | 131 | 35 | 151 | 121 | 47 |
| Binary | 111100 | 10110100 | 10011 | 1000011 | 0 | 1011001 | 11101 | 1101001 | 1010001 | 100111 |
Color Harmonies of #3CB413
Complementary color
Monochromatic Colors of #3CB413
Black with #3CB413
Text Example
Text Example
White with #3CB413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB413; }
p { color: rgb(60,180,19); }
H1.HeaderClassName
{
color: #3CB413;
}
.AnyTagClassName
{
color: #3CB413;
}
</style>
background-color css
<style>
a { background-color: #3CB413; }
a { background-color: rgb(60,180,19); }
div.DivClassName
{
background-color: #3CB413;
}
.BgClassName
{
background-color: #3CB413;
}
</style>
border-color css
<style>
span { border-color: #3CB413; }
span { border-color: rgb(60,180,19); }
td.TdClassName
{
border-color: #3CB413;
}
.TagClassName
{
border-color: #3CB413;
}
</style>