Shades of Kelly Green #3CB200
Tints of Kelly Green #3CB200
RGB
CMYK
RGB Variations
Color information
#3CB200 (or 0x3CB200) is known color: Kelly Green. HEX triplet: 3C, B2 and 00. RGB value is (60,178,0). Sum of RGB (Red+Green+Blue) = 60+178+0=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 178 (69.92% from 255 or 74.79% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CB200 is #C34DFF. Grayscale: #7B7B7B. Windows color (decimal): -12799488 or 45628. OLE color: 45628.
HSL color Cylindrical-coordinate representation of color #3CB200: hue angle of 99.78º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CB200 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 0 | - |
| CMYK | 0.66 | 0 | 1 | 0.30 |
| HSL | 99.78º | 1% | 0.35% | - |
| HSV(B) | 99.78º | 1% | 0.7% | - |
| XYZ | 17.78 | 32.8 | 5.39 | - |
| YUV | 122.43 | 58.91 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 0 | 0.66 | 0 | 1 | 0.30 | 99.78 | 1 | 0.35 |
| Hex | 3C | B2 | 0 | 42 | 0 | 64 | 1E | 64 | 64 | 23 |
| Octal | 74 | 262 | 0 | 102 | 0 | 144 | 36 | 144 | 144 | 43 |
| Binary | 111100 | 10110010 | 0 | 1000010 | 0 | 1100100 | 11110 | 1100100 | 1100100 | 100011 |
Color Harmonies of #3CB200
Complementary color
Monochromatic Colors of #3CB200
Black with #3CB200
Text Example
Text Example
White with #3CB200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB200; }
p { color: rgb(60,178,0); }
H1.HeaderClassName
{
color: #3CB200;
}
.AnyTagClassName
{
color: #3CB200;
}
</style>
background-color css
<style>
a { background-color: #3CB200; }
a { background-color: rgb(60,178,0); }
div.DivClassName
{
background-color: #3CB200;
}
.BgClassName
{
background-color: #3CB200;
}
</style>
border-color css
<style>
span { border-color: #3CB200; }
span { border-color: rgb(60,178,0); }
td.TdClassName
{
border-color: #3CB200;
}
.TagClassName
{
border-color: #3CB200;
}
</style>