Shades of Kelly Green #3CAD02
Tints of Kelly Green #3CAD02
RGB
CMYK
RGB Variations
Color information
#3CAD02 (or 0x3CAD02) is known color: Kelly Green. HEX triplet: 3C, AD and 02. RGB value is (60,173,2). Sum of RGB (Red+Green+Blue) = 60+173+2=235 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.53% from 235); Green value is 173 (67.97% from 255 or 73.62% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 173 - color contains mainly: green. Hex color #3CAD02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CAD02 is #C352FD. Grayscale: #787878. Windows color (decimal): -12800766 or 175420. OLE color: 175420.
HSL color Cylindrical-coordinate representation of color #3CAD02: hue angle of 99.65º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3CAD02 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 173 | 2 | - |
| CMYK | 0.65 | 0 | 0.99 | 0.32 |
| HSL | 99.65º | 0.98% | 0.34% | - |
| HSV(B) | 99.65º | 0.99% | 0.68% | - |
| XYZ | 16.82 | 30.85 | 5.13 | - |
| YUV | 119.72 | 61.56 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 173 | 2 | 0.65 | 0 | 0.99 | 0.32 | 99.65 | 0.98 | 0.34 |
| Hex | 3C | AD | 2 | 41 | 0 | 63 | 20 | 64 | 62 | 22 |
| Octal | 74 | 255 | 2 | 101 | 0 | 143 | 40 | 144 | 142 | 42 |
| Binary | 111100 | 10101101 | 10 | 1000001 | 0 | 1100011 | 100000 | 1100100 | 1100010 | 100010 |
Color Harmonies of #3CAD02
Complementary color
Monochromatic Colors of #3CAD02
Black with #3CAD02
Text Example
Text Example
White with #3CAD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAD02; }
p { color: rgb(60,173,2); }
H1.HeaderClassName
{
color: #3CAD02;
}
.AnyTagClassName
{
color: #3CAD02;
}
</style>
background-color css
<style>
a { background-color: #3CAD02; }
a { background-color: rgb(60,173,2); }
div.DivClassName
{
background-color: #3CAD02;
}
.BgClassName
{
background-color: #3CAD02;
}
</style>
border-color css
<style>
span { border-color: #3CAD02; }
span { border-color: rgb(60,173,2); }
td.TdClassName
{
border-color: #3CAD02;
}
.TagClassName
{
border-color: #3CAD02;
}
</style>