Shades of Kelly Green #3CA800
Tints of Kelly Green #3CA800
RGB
CMYK
RGB Variations
Color information
#3CA800 (or 0x3CA800) is known color: Kelly Green. HEX triplet: 3C, A8 and 00. RGB value is (60,168,0). Sum of RGB (Red+Green+Blue) = 60+168+0=228 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.32% from 228); Green value is 168 (66.02% from 255 or 73.68% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 168 - color contains mainly: green. Hex color #3CA800 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA800 is #C357FF. Grayscale: #757575. Windows color (decimal): -12802048 or 43068. OLE color: 43068.
HSL color Cylindrical-coordinate representation of color #3CA800: hue angle of 98.57º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CA800 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 60 | 168 | 0 | - |
| CMYK | 0.64 | 0 | 1 | 0.34 |
| HSL | 98.57º | 1% | 0.33% | - |
| HSV(B) | 98.57º | 1% | 0.66% | - |
| XYZ | 15.87 | 28.97 | 4.75 | - |
| YUV | 116.56 | 62.22 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 168 | 0 | 0.64 | 0 | 1 | 0.34 | 98.57 | 1 | 0.33 |
| Hex | 3C | A8 | 0 | 40 | 0 | 64 | 22 | 63 | 64 | 21 |
| Octal | 74 | 250 | 0 | 100 | 0 | 144 | 42 | 143 | 144 | 41 |
| Binary | 111100 | 10101000 | 0 | 1000000 | 0 | 1100100 | 100010 | 1100011 | 1100100 | 100001 |
Color Harmonies of #3CA800
Complementary color
Monochromatic Colors of #3CA800
Black with #3CA800
Text Example
Text Example
White with #3CA800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA800; }
p { color: rgb(60,168,0); }
H1.HeaderClassName
{
color: #3CA800;
}
.AnyTagClassName
{
color: #3CA800;
}
</style>
background-color css
<style>
a { background-color: #3CA800; }
a { background-color: rgb(60,168,0); }
div.DivClassName
{
background-color: #3CA800;
}
.BgClassName
{
background-color: #3CA800;
}
</style>
border-color css
<style>
span { border-color: #3CA800; }
span { border-color: rgb(60,168,0); }
td.TdClassName
{
border-color: #3CA800;
}
.TagClassName
{
border-color: #3CA800;
}
</style>