Shades of Kelly Green #3CAD1D
Tints of Kelly Green #3CAD1D
RGB
CMYK
RGB Variations
Color information
#3CAD1D (or 0x3CAD1D) is known color: Kelly Green. HEX triplet: 3C, AD and 1D. RGB value is (60,173,29). Sum of RGB (Red+Green+Blue) = 60+173+29=262 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.90% from 262); Green value is 173 (67.97% from 255 or 66.03% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 173 - color contains mainly: green. Hex color #3CAD1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAD1D is #C352E2. Grayscale: #7B7B7B. Windows color (decimal): -12800739 or 1944892. OLE color: 1944892.
HSL color Cylindrical-coordinate representation of color #3CAD1D: hue angle of 107.08º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3CAD1D is Cyan = 0.65, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 173 | 29 | - |
| CMYK | 0.65 | 0 | 0.83 | 0.32 |
| HSL | 107.08º | 0.71% | 0.4% | - |
| HSV(B) | 107.08º | 0.83% | 0.68% | - |
| XYZ | 17.03 | 30.94 | 6.24 | - |
| YUV | 122.8 | 75.06 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 173 | 29 | 0.65 | 0 | 0.83 | 0.32 | 107.08 | 0.71 | 0.4 |
| Hex | 3C | AD | 1D | 41 | 0 | 53 | 20 | 6B | 47 | 28 |
| Octal | 74 | 255 | 35 | 101 | 0 | 123 | 40 | 153 | 107 | 50 |
| Binary | 111100 | 10101101 | 11101 | 1000001 | 0 | 1010011 | 100000 | 1101011 | 1000111 | 101000 |
Color Harmonies of #3CAD1D
Complementary color
Monochromatic Colors of #3CAD1D
Black with #3CAD1D
Text Example
Text Example
White with #3CAD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAD1D; }
p { color: rgb(60,173,29); }
H1.HeaderClassName
{
color: #3CAD1D;
}
.AnyTagClassName
{
color: #3CAD1D;
}
</style>
background-color css
<style>
a { background-color: #3CAD1D; }
a { background-color: rgb(60,173,29); }
div.DivClassName
{
background-color: #3CAD1D;
}
.BgClassName
{
background-color: #3CAD1D;
}
</style>
border-color css
<style>
span { border-color: #3CAD1D; }
span { border-color: rgb(60,173,29); }
td.TdClassName
{
border-color: #3CAD1D;
}
.TagClassName
{
border-color: #3CAD1D;
}
</style>