Shades of Kelly Green #3CAA11
Tints of Kelly Green #3CAA11
RGB
CMYK
RGB Variations
Color information
#3CAA11 (or 0x3CAA11) is known color: Kelly Green. HEX triplet: 3C, AA and 11. RGB value is (60,170,17). Sum of RGB (Red+Green+Blue) = 60+170+17=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 170 (66.80% from 255 or 68.83% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CAA11 is #C355EE. Grayscale: #787878. Windows color (decimal): -12801519 or 1157692. OLE color: 1157692.
HSL color Cylindrical-coordinate representation of color #3CAA11: hue angle of 103.14º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3CAA11 is Cyan = 0.65, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 17 | - |
| CMYK | 0.65 | 0 | 0.9 | 0.33 |
| HSL | 103.14º | 0.82% | 0.37% | - |
| HSV(B) | 103.14º | 0.9% | 0.67% | - |
| XYZ | 16.34 | 29.75 | 5.41 | - |
| YUV | 119.67 | 70.06 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 17 | 0.65 | 0 | 0.9 | 0.33 | 103.14 | 0.82 | 0.37 |
| Hex | 3C | AA | 11 | 41 | 0 | 5A | 21 | 67 | 52 | 25 |
| Octal | 74 | 252 | 21 | 101 | 0 | 132 | 41 | 147 | 122 | 45 |
| Binary | 111100 | 10101010 | 10001 | 1000001 | 0 | 1011010 | 100001 | 1100111 | 1010010 | 100101 |
Color Harmonies of #3CAA11
Complementary color
Monochromatic Colors of #3CAA11
Black with #3CAA11
Text Example
Text Example
White with #3CAA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA11; }
p { color: rgb(60,170,17); }
H1.HeaderClassName
{
color: #3CAA11;
}
.AnyTagClassName
{
color: #3CAA11;
}
</style>
background-color css
<style>
a { background-color: #3CAA11; }
a { background-color: rgb(60,170,17); }
div.DivClassName
{
background-color: #3CAA11;
}
.BgClassName
{
background-color: #3CAA11;
}
</style>
border-color css
<style>
span { border-color: #3CAA11; }
span { border-color: rgb(60,170,17); }
td.TdClassName
{
border-color: #3CAA11;
}
.TagClassName
{
border-color: #3CAA11;
}
</style>