Shades of Kelly Green #3CBC10
Tints of Kelly Green #3CBC10
RGB
CMYK
RGB Variations
Color information
#3CBC10 (or 0x3CBC10) is known color: Kelly Green. HEX triplet: 3C, BC and 10. RGB value is (60,188,16). Sum of RGB (Red+Green+Blue) = 60+188+16=264 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.73% from 264); Green value is 188 (73.83% from 255 or 71.21% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CBC10 is #C343EF. Grayscale: #828282. Windows color (decimal): -12796912 or 1096764. OLE color: 1096764.
HSL color Cylindrical-coordinate representation of color #3CBC10: hue angle of 104.65º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3CBC10 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 188 | 16 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.26 |
| HSL | 104.65º | 0.84% | 0.4% | - |
| HSV(B) | 104.65º | 0.91% | 0.74% | - |
| XYZ | 19.94 | 36.96 | 6.57 | - |
| YUV | 130.12 | 63.59 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 16 | 0.68 | 0 | 0.91 | 0.26 | 104.65 | 0.84 | 0.4 |
| Hex | 3C | BC | 10 | 44 | 0 | 5B | 1A | 69 | 54 | 28 |
| Octal | 74 | 274 | 20 | 104 | 0 | 133 | 32 | 151 | 124 | 50 |
| Binary | 111100 | 10111100 | 10000 | 1000100 | 0 | 1011011 | 11010 | 1101001 | 1010100 | 101000 |
Color Harmonies of #3CBC10
Complementary color
Monochromatic Colors of #3CBC10
Black with #3CBC10
Text Example
Text Example
White with #3CBC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBC10; }
p { color: rgb(60,188,16); }
H1.HeaderClassName
{
color: #3CBC10;
}
.AnyTagClassName
{
color: #3CBC10;
}
</style>
background-color css
<style>
a { background-color: #3CBC10; }
a { background-color: rgb(60,188,16); }
div.DivClassName
{
background-color: #3CBC10;
}
.BgClassName
{
background-color: #3CBC10;
}
</style>
border-color css
<style>
span { border-color: #3CBC10; }
span { border-color: rgb(60,188,16); }
td.TdClassName
{
border-color: #3CBC10;
}
.TagClassName
{
border-color: #3CBC10;
}
</style>