Shades of Kelly Green #3CA618
Tints of Kelly Green #3CA618
RGB
CMYK
RGB Variations
Color information
#3CA618 (or 0x3CA618) is known color: Kelly Green. HEX triplet: 3C, A6 and 18. RGB value is (60,166,24). Sum of RGB (Red+Green+Blue) = 60+166+24=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 166 (65.23% from 255 or 66.4% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 166 - color contains mainly: green. Hex color #3CA618 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA618 is #C359E7. Grayscale: #767676. Windows color (decimal): -12802536 or 1615420. OLE color: 1615420.
HSL color Cylindrical-coordinate representation of color #3CA618: hue angle of 104.79º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3CA618 is Cyan = 0.64, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 60 | 166 | 24 | - |
| CMYK | 0.64 | 0 | 0.86 | 0.35 |
| HSL | 104.79º | 0.75% | 0.37% | - |
| HSV(B) | 104.79º | 0.86% | 0.65% | - |
| XYZ | 15.66 | 28.3 | 5.5 | - |
| YUV | 118.12 | 74.88 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 166 | 24 | 0.64 | 0 | 0.86 | 0.35 | 104.79 | 0.75 | 0.37 |
| Hex | 3C | A6 | 18 | 40 | 0 | 56 | 23 | 69 | 4B | 25 |
| Octal | 74 | 246 | 30 | 100 | 0 | 126 | 43 | 151 | 113 | 45 |
| Binary | 111100 | 10100110 | 11000 | 1000000 | 0 | 1010110 | 100011 | 1101001 | 1001011 | 100101 |
Color Harmonies of #3CA618
Complementary color
Monochromatic Colors of #3CA618
Black with #3CA618
Text Example
Text Example
White with #3CA618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA618; }
p { color: rgb(60,166,24); }
H1.HeaderClassName
{
color: #3CA618;
}
.AnyTagClassName
{
color: #3CA618;
}
</style>
background-color css
<style>
a { background-color: #3CA618; }
a { background-color: rgb(60,166,24); }
div.DivClassName
{
background-color: #3CA618;
}
.BgClassName
{
background-color: #3CA618;
}
</style>
border-color css
<style>
span { border-color: #3CA618; }
span { border-color: rgb(60,166,24); }
td.TdClassName
{
border-color: #3CA618;
}
.TagClassName
{
border-color: #3CA618;
}
</style>