Shades of Kelly Green #3CAA03
Tints of Kelly Green #3CAA03
RGB
CMYK
RGB Variations
Color information
#3CAA03 (or 0x3CAA03) is known color: Kelly Green. HEX triplet: 3C, AA and 03. RGB value is (60,170,3). Sum of RGB (Red+Green+Blue) = 60+170+3=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 170 (66.80% from 255 or 72.96% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CAA03 is #C355FC. Grayscale: #767676. Windows color (decimal): -12801533 or 240188. OLE color: 240188.
HSL color Cylindrical-coordinate representation of color #3CAA03: hue angle of 99.52º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3CAA03 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 3 | - |
| CMYK | 0.65 | 0 | 0.98 | 0.33 |
| HSL | 99.52º | 0.97% | 0.34% | - |
| HSV(B) | 99.52º | 0.98% | 0.67% | - |
| XYZ | 16.25 | 29.72 | 4.97 | - |
| YUV | 118.07 | 63.06 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 3 | 0.65 | 0 | 0.98 | 0.33 | 99.52 | 0.97 | 0.34 |
| Hex | 3C | AA | 3 | 41 | 0 | 62 | 21 | 64 | 61 | 22 |
| Octal | 74 | 252 | 3 | 101 | 0 | 142 | 41 | 144 | 141 | 42 |
| Binary | 111100 | 10101010 | 11 | 1000001 | 0 | 1100010 | 100001 | 1100100 | 1100001 | 100010 |
Color Harmonies of #3CAA03
Complementary color
Monochromatic Colors of #3CAA03
Black with #3CAA03
Text Example
Text Example
White with #3CAA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA03; }
p { color: rgb(60,170,3); }
H1.HeaderClassName
{
color: #3CAA03;
}
.AnyTagClassName
{
color: #3CAA03;
}
</style>
background-color css
<style>
a { background-color: #3CAA03; }
a { background-color: rgb(60,170,3); }
div.DivClassName
{
background-color: #3CAA03;
}
.BgClassName
{
background-color: #3CAA03;
}
</style>
border-color css
<style>
span { border-color: #3CAA03; }
span { border-color: rgb(60,170,3); }
td.TdClassName
{
border-color: #3CAA03;
}
.TagClassName
{
border-color: #3CAA03;
}
</style>