Shades of Kelly Green #3CA70F
Tints of Kelly Green #3CA70F
RGB
CMYK
RGB Variations
Color information
#3CA70F (or 0x3CA70F) is known color: Kelly Green. HEX triplet: 3C, A7 and 0F. RGB value is (60,167,15). Sum of RGB (Red+Green+Blue) = 60+167+15=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 167 (65.62% from 255 or 69.01% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 167 - color contains mainly: green. Hex color #3CA70F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA70F is #C358F0. Grayscale: #767676. Windows color (decimal): -12802289 or 1025852. OLE color: 1025852.
HSL color Cylindrical-coordinate representation of color #3CA70F: hue angle of 102.24º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3CA70F is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 60 | 167 | 15 | - |
| CMYK | 0.64 | 0 | 0.91 | 0.35 |
| HSL | 102.24º | 0.84% | 0.36% | - |
| HSV(B) | 102.24º | 0.91% | 0.65% | - |
| XYZ | 15.77 | 28.63 | 5.15 | - |
| YUV | 117.68 | 70.05 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 167 | 15 | 0.64 | 0 | 0.91 | 0.35 | 102.24 | 0.84 | 0.36 |
| Hex | 3C | A7 | F | 40 | 0 | 5B | 23 | 66 | 54 | 24 |
| Octal | 74 | 247 | 17 | 100 | 0 | 133 | 43 | 146 | 124 | 44 |
| Binary | 111100 | 10100111 | 1111 | 1000000 | 0 | 1011011 | 100011 | 1100110 | 1010100 | 100100 |
Color Harmonies of #3CA70F
Complementary color
Monochromatic Colors of #3CA70F
Black with #3CA70F
Text Example
Text Example
White with #3CA70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA70F; }
p { color: rgb(60,167,15); }
H1.HeaderClassName
{
color: #3CA70F;
}
.AnyTagClassName
{
color: #3CA70F;
}
</style>
background-color css
<style>
a { background-color: #3CA70F; }
a { background-color: rgb(60,167,15); }
div.DivClassName
{
background-color: #3CA70F;
}
.BgClassName
{
background-color: #3CA70F;
}
</style>
border-color css
<style>
span { border-color: #3CA70F; }
span { border-color: rgb(60,167,15); }
td.TdClassName
{
border-color: #3CA70F;
}
.TagClassName
{
border-color: #3CA70F;
}
</style>