Shades of Kelly Green #3CBC12
Tints of Kelly Green #3CBC12
RGB
CMYK
RGB Variations
Color information
#3CBC12 (or 0x3CBC12) is known color: Kelly Green. HEX triplet: 3C, BC and 12. RGB value is (60,188,18). Sum of RGB (Red+Green+Blue) = 60+188+18=266 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.56% from 266); Green value is 188 (73.83% from 255 or 70.68% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CBC12 is #C343ED. Grayscale: #828282. Windows color (decimal): -12796910 or 1227836. OLE color: 1227836.
HSL color Cylindrical-coordinate representation of color #3CBC12: hue angle of 105.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3CBC12 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 188 | 18 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.26 |
| HSL | 105.18º | 0.83% | 0.4% | - |
| HSV(B) | 105.18º | 0.9% | 0.74% | - |
| XYZ | 19.96 | 36.97 | 6.66 | - |
| YUV | 130.35 | 64.59 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 18 | 0.68 | 0 | 0.90 | 0.26 | 105.18 | 0.83 | 0.4 |
| Hex | 3C | BC | 12 | 44 | 0 | 5A | 1A | 69 | 53 | 28 |
| Octal | 74 | 274 | 22 | 104 | 0 | 132 | 32 | 151 | 123 | 50 |
| Binary | 111100 | 10111100 | 10010 | 1000100 | 0 | 1011010 | 11010 | 1101001 | 1010011 | 101000 |
Color Harmonies of #3CBC12
Complementary color
Monochromatic Colors of #3CBC12
Black with #3CBC12
Text Example
Text Example
White with #3CBC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBC12; }
p { color: rgb(60,188,18); }
H1.HeaderClassName
{
color: #3CBC12;
}
.AnyTagClassName
{
color: #3CBC12;
}
</style>
background-color css
<style>
a { background-color: #3CBC12; }
a { background-color: rgb(60,188,18); }
div.DivClassName
{
background-color: #3CBC12;
}
.BgClassName
{
background-color: #3CBC12;
}
</style>
border-color css
<style>
span { border-color: #3CBC12; }
span { border-color: rgb(60,188,18); }
td.TdClassName
{
border-color: #3CBC12;
}
.TagClassName
{
border-color: #3CBC12;
}
</style>