Shades of Kelly Green #3CB000
Tints of Kelly Green #3CB000
RGB
CMYK
RGB Variations
Color information
#3CB000 (or 0x3CB000) is known color: Kelly Green. HEX triplet: 3C, B0 and 00. RGB value is (60,176,0). Sum of RGB (Red+Green+Blue) = 60+176+0=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 176 (69.14% from 255 or 74.58% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CB000 is #C34FFF. Grayscale: #797979. Windows color (decimal): -12800000 or 45116. OLE color: 45116.
HSL color Cylindrical-coordinate representation of color #3CB000: hue angle of 99.55º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CB000 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 176 | 0 | - |
| CMYK | 0.66 | 0 | 1 | 0.31 |
| HSL | 99.55º | 1% | 0.35% | - |
| HSV(B) | 99.55º | 1% | 0.69% | - |
| XYZ | 17.39 | 32.01 | 5.26 | - |
| YUV | 121.25 | 59.57 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 176 | 0 | 0.66 | 0 | 1 | 0.31 | 99.55 | 1 | 0.35 |
| Hex | 3C | B0 | 0 | 42 | 0 | 64 | 1F | 64 | 64 | 23 |
| Octal | 74 | 260 | 0 | 102 | 0 | 144 | 37 | 144 | 144 | 43 |
| Binary | 111100 | 10110000 | 0 | 1000010 | 0 | 1100100 | 11111 | 1100100 | 1100100 | 100011 |
Color Harmonies of #3CB000
Complementary color
Monochromatic Colors of #3CB000
Black with #3CB000
Text Example
Text Example
White with #3CB000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB000; }
p { color: rgb(60,176,0); }
H1.HeaderClassName
{
color: #3CB000;
}
.AnyTagClassName
{
color: #3CB000;
}
</style>
background-color css
<style>
a { background-color: #3CB000; }
a { background-color: rgb(60,176,0); }
div.DivClassName
{
background-color: #3CB000;
}
.BgClassName
{
background-color: #3CB000;
}
</style>
border-color css
<style>
span { border-color: #3CB000; }
span { border-color: rgb(60,176,0); }
td.TdClassName
{
border-color: #3CB000;
}
.TagClassName
{
border-color: #3CB000;
}
</style>