Shades of Kelly Green #3CB014
Tints of Kelly Green #3CB014
RGB
CMYK
RGB Variations
Color information
#3CB014 (or 0x3CB014) is known color: Kelly Green. HEX triplet: 3C, B0 and 14. RGB value is (60,176,20). Sum of RGB (Red+Green+Blue) = 60+176+20=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 176 (69.14% from 255 or 68.75% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CB014 is #C34FEB. Grayscale: #7C7C7C. Windows color (decimal): -12799980 or 1355836. OLE color: 1355836.
HSL color Cylindrical-coordinate representation of color #3CB014: hue angle of 104.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3CB014 is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 176 | 20 | - |
| CMYK | 0.66 | 0 | 0.89 | 0.31 |
| HSL | 104.62º | 0.8% | 0.38% | - |
| HSV(B) | 104.62º | 0.89% | 0.69% | - |
| XYZ | 17.52 | 32.06 | 5.93 | - |
| YUV | 123.53 | 69.57 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 176 | 20 | 0.66 | 0 | 0.89 | 0.31 | 104.62 | 0.8 | 0.38 |
| Hex | 3C | B0 | 14 | 42 | 0 | 59 | 1F | 69 | 50 | 26 |
| Octal | 74 | 260 | 24 | 102 | 0 | 131 | 37 | 151 | 120 | 46 |
| Binary | 111100 | 10110000 | 10100 | 1000010 | 0 | 1011001 | 11111 | 1101001 | 1010000 | 100110 |
Color Harmonies of #3CB014
Complementary color
Monochromatic Colors of #3CB014
Black with #3CB014
Text Example
Text Example
White with #3CB014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB014; }
p { color: rgb(60,176,20); }
H1.HeaderClassName
{
color: #3CB014;
}
.AnyTagClassName
{
color: #3CB014;
}
</style>
background-color css
<style>
a { background-color: #3CB014; }
a { background-color: rgb(60,176,20); }
div.DivClassName
{
background-color: #3CB014;
}
.BgClassName
{
background-color: #3CB014;
}
</style>
border-color css
<style>
span { border-color: #3CB014; }
span { border-color: rgb(60,176,20); }
td.TdClassName
{
border-color: #3CB014;
}
.TagClassName
{
border-color: #3CB014;
}
</style>