Shades of Kelly Green #3CCB0C
Tints of Kelly Green #3CCB0C
RGB
CMYK
RGB Variations
Color information
#3CCB0C (or 0x3CCB0C) is known color: Kelly Green. HEX triplet: 3C, CB and 0C. RGB value is (60,203,12). Sum of RGB (Red+Green+Blue) = 60+203+12=275 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.82% from 275); Green value is 203 (79.69% from 255 or 73.82% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCB0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CCB0C is #C334F3. Grayscale: #8B8B8B. Windows color (decimal): -12793076 or 838460. OLE color: 838460.
HSL color Cylindrical-coordinate representation of color #3CCB0C: hue angle of 104.92º 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 #3CCB0C is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 203 | 12 | - |
| CMYK | 0.70 | 0 | 0.94 | 0.20 |
| HSL | 104.92º | 0.89% | 0.42% | - |
| HSV(B) | 104.92º | 0.94% | 0.8% | - |
| XYZ | 23.29 | 43.7 | 7.56 | - |
| YUV | 138.47 | 56.62 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 203 | 12 | 0.70 | 0 | 0.94 | 0.20 | 104.92 | 0.89 | 0.42 |
| Hex | 3C | CB | C | 46 | 0 | 5E | 14 | 69 | 59 | 2A |
| Octal | 74 | 313 | 14 | 106 | 0 | 136 | 24 | 151 | 131 | 52 |
| Binary | 111100 | 11001011 | 1100 | 1000110 | 0 | 1011110 | 10100 | 1101001 | 1011001 | 101010 |
Color Harmonies of #3CCB0C
Complementary color
Monochromatic Colors of #3CCB0C
Black with #3CCB0C
Text Example
Text Example
White with #3CCB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCB0C; }
p { color: rgb(60,203,12); }
H1.HeaderClassName
{
color: #3CCB0C;
}
.AnyTagClassName
{
color: #3CCB0C;
}
</style>
background-color css
<style>
a { background-color: #3CCB0C; }
a { background-color: rgb(60,203,12); }
div.DivClassName
{
background-color: #3CCB0C;
}
.BgClassName
{
background-color: #3CCB0C;
}
</style>
border-color css
<style>
span { border-color: #3CCB0C; }
span { border-color: rgb(60,203,12); }
td.TdClassName
{
border-color: #3CCB0C;
}
.TagClassName
{
border-color: #3CCB0C;
}
</style>