Shades of Kelly Green #3CA100
Tints of Kelly Green #3CA100
RGB
CMYK
RGB Variations
Color information
#3CA100 (or 0x3CA100) is known color: Kelly Green. HEX triplet: 3C, A1 and 00. RGB value is (60,161,0). Sum of RGB (Red+Green+Blue) = 60+161+0=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 161 (63.28% from 255 or 72.85% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 161 - color contains mainly: green. Hex color #3CA100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA100 is #C35EFF. Grayscale: #707070. Windows color (decimal): -12803840 or 41276. OLE color: 41276.
HSL color Cylindrical-coordinate representation of color #3CA100: hue angle of 97.64º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CA100 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 60 | 161 | 0 | - |
| CMYK | 0.63 | 0 | 1 | 0.37 |
| HSL | 97.64º | 1% | 0.32% | - |
| HSV(B) | 97.64º | 1% | 0.63% | - |
| XYZ | 14.61 | 26.45 | 4.34 | - |
| YUV | 112.45 | 64.54 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 161 | 0 | 0.63 | 0 | 1 | 0.37 | 97.64 | 1 | 0.32 |
| Hex | 3C | A1 | 0 | 3F | 0 | 64 | 25 | 62 | 64 | 20 |
| Octal | 74 | 241 | 0 | 77 | 0 | 144 | 45 | 142 | 144 | 40 |
| Binary | 111100 | 10100001 | 0 | 111111 | 0 | 1100100 | 100101 | 1100010 | 1100100 | 100000 |
Color Harmonies of #3CA100
Complementary color
Monochromatic Colors of #3CA100
Black with #3CA100
Text Example
Text Example
White with #3CA100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA100; }
p { color: rgb(60,161,0); }
H1.HeaderClassName
{
color: #3CA100;
}
.AnyTagClassName
{
color: #3CA100;
}
</style>
background-color css
<style>
a { background-color: #3CA100; }
a { background-color: rgb(60,161,0); }
div.DivClassName
{
background-color: #3CA100;
}
.BgClassName
{
background-color: #3CA100;
}
</style>
border-color css
<style>
span { border-color: #3CA100; }
span { border-color: rgb(60,161,0); }
td.TdClassName
{
border-color: #3CA100;
}
.TagClassName
{
border-color: #3CA100;
}
</style>