Shades of Kelly Green #3CCC0C
Tints of Kelly Green #3CCC0C
RGB
CMYK
RGB Variations
Color information
#3CCC0C (or 0x3CCC0C) is known color: Kelly Green. HEX triplet: 3C, CC and 0C. RGB value is (60,204,12). Sum of RGB (Red+Green+Blue) = 60+204+12=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 204 (80.08% from 255 or 73.91% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 204 - color contains mainly: green. Hex color #3CCC0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CCC0C is #C333F3. Grayscale: #8B8B8B. Windows color (decimal): -12792820 or 838716. OLE color: 838716.
HSL color Cylindrical-coordinate representation of color #3CCC0C: hue angle of 105º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3CCC0C is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 204 | 12 | - |
| CMYK | 0.71 | 0 | 0.94 | 0.2 |
| HSL | 105º | 0.89% | 0.42% | - |
| HSV(B) | 105º | 0.94% | 0.8% | - |
| XYZ | 23.52 | 44.17 | 7.63 | - |
| YUV | 139.06 | 56.29 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 204 | 12 | 0.71 | 0 | 0.94 | 0.2 | 105 | 0.89 | 0.42 |
| Hex | 3C | CC | C | 47 | 0 | 5E | 14 | 69 | 59 | 2A |
| Octal | 74 | 314 | 14 | 107 | 0 | 136 | 24 | 151 | 131 | 52 |
| Binary | 111100 | 11001100 | 1100 | 1000111 | 0 | 1011110 | 10100 | 1101001 | 1011001 | 101010 |
Color Harmonies of #3CCC0C
Complementary color
Monochromatic Colors of #3CCC0C
Black with #3CCC0C
Text Example
Text Example
White with #3CCC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCC0C; }
p { color: rgb(60,204,12); }
H1.HeaderClassName
{
color: #3CCC0C;
}
.AnyTagClassName
{
color: #3CCC0C;
}
</style>
background-color css
<style>
a { background-color: #3CCC0C; }
a { background-color: rgb(60,204,12); }
div.DivClassName
{
background-color: #3CCC0C;
}
.BgClassName
{
background-color: #3CCC0C;
}
</style>
border-color css
<style>
span { border-color: #3CCC0C; }
span { border-color: rgb(60,204,12); }
td.TdClassName
{
border-color: #3CCC0C;
}
.TagClassName
{
border-color: #3CCC0C;
}
</style>