Shades of Kelly Green #3CAA1D
Tints of Kelly Green #3CAA1D
RGB
CMYK
RGB Variations
Color information
#3CAA1D (or 0x3CAA1D) is known color: Kelly Green. HEX triplet: 3C, AA and 1D. RGB value is (60,170,29). Sum of RGB (Red+Green+Blue) = 60+170+29=259 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.17% from 259); Green value is 170 (66.80% from 255 or 65.64% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAA1D is #C355E2. Grayscale: #797979. Windows color (decimal): -12801507 or 1944124. OLE color: 1944124.
HSL color Cylindrical-coordinate representation of color #3CAA1D: hue angle of 106.81º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3CAA1D is Cyan = 0.65, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 29 | - |
| CMYK | 0.65 | 0 | 0.83 | 0.33 |
| HSL | 106.81º | 0.71% | 0.39% | - |
| HSV(B) | 106.81º | 0.83% | 0.67% | - |
| XYZ | 16.46 | 29.8 | 6.05 | - |
| YUV | 121.04 | 76.06 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 29 | 0.65 | 0 | 0.83 | 0.33 | 106.81 | 0.71 | 0.39 |
| Hex | 3C | AA | 1D | 41 | 0 | 53 | 21 | 6B | 47 | 27 |
| Octal | 74 | 252 | 35 | 101 | 0 | 123 | 41 | 153 | 107 | 47 |
| Binary | 111100 | 10101010 | 11101 | 1000001 | 0 | 1010011 | 100001 | 1101011 | 1000111 | 100111 |
Color Harmonies of #3CAA1D
Complementary color
Monochromatic Colors of #3CAA1D
Black with #3CAA1D
Text Example
Text Example
White with #3CAA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA1D; }
p { color: rgb(60,170,29); }
H1.HeaderClassName
{
color: #3CAA1D;
}
.AnyTagClassName
{
color: #3CAA1D;
}
</style>
background-color css
<style>
a { background-color: #3CAA1D; }
a { background-color: rgb(60,170,29); }
div.DivClassName
{
background-color: #3CAA1D;
}
.BgClassName
{
background-color: #3CAA1D;
}
</style>
border-color css
<style>
span { border-color: #3CAA1D; }
span { border-color: rgb(60,170,29); }
td.TdClassName
{
border-color: #3CAA1D;
}
.TagClassName
{
border-color: #3CAA1D;
}
</style>