Shades of Kelly Green #3CA811
Tints of Kelly Green #3CA811
RGB
CMYK
RGB Variations
Color information
#3CA811 (or 0x3CA811) is known color: Kelly Green. HEX triplet: 3C, A8 and 11. RGB value is (60,168,17). Sum of RGB (Red+Green+Blue) = 60+168+17=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 168 (66.02% from 255 or 68.57% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 168 - color contains mainly: green. Hex color #3CA811 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA811 is #C357EE. Grayscale: #767676. Windows color (decimal): -12802031 or 1157180. OLE color: 1157180.
HSL color Cylindrical-coordinate representation of color #3CA811: hue angle of 102.91º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3CA811 is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 60 | 168 | 17 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.34 |
| HSL | 102.91º | 0.82% | 0.36% | - |
| HSV(B) | 102.91º | 0.9% | 0.66% | - |
| XYZ | 15.97 | 29.01 | 5.29 | - |
| YUV | 118.49 | 70.72 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 168 | 17 | 0.64 | 0 | 0.90 | 0.34 | 102.91 | 0.82 | 0.36 |
| Hex | 3C | A8 | 11 | 40 | 0 | 5A | 22 | 67 | 52 | 24 |
| Octal | 74 | 250 | 21 | 100 | 0 | 132 | 42 | 147 | 122 | 44 |
| Binary | 111100 | 10101000 | 10001 | 1000000 | 0 | 1011010 | 100010 | 1100111 | 1010010 | 100100 |
Color Harmonies of #3CA811
Complementary color
Monochromatic Colors of #3CA811
Black with #3CA811
Text Example
Text Example
White with #3CA811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA811; }
p { color: rgb(60,168,17); }
H1.HeaderClassName
{
color: #3CA811;
}
.AnyTagClassName
{
color: #3CA811;
}
</style>
background-color css
<style>
a { background-color: #3CA811; }
a { background-color: rgb(60,168,17); }
div.DivClassName
{
background-color: #3CA811;
}
.BgClassName
{
background-color: #3CA811;
}
</style>
border-color css
<style>
span { border-color: #3CA811; }
span { border-color: rgb(60,168,17); }
td.TdClassName
{
border-color: #3CA811;
}
.TagClassName
{
border-color: #3CA811;
}
</style>