Shades of Kelly Green #3BCB0C
Tints of Kelly Green #3BCB0C
RGB
CMYK
RGB Variations
Color information
#3BCB0C (or 0x3BCB0C) is known color: Kelly Green. HEX triplet: 3B, CB and 0C. RGB value is (59,203,12). Sum of RGB (Red+Green+Blue) = 59+203+12=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 203 (79.69% from 255 or 74.09% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 203 - color contains mainly: green. Hex color #3BCB0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BCB0C is #C434F3. Grayscale: #8A8A8A. Windows color (decimal): -12858612 or 838459. OLE color: 838459.
HSL color Cylindrical-coordinate representation of color #3BCB0C: hue angle of 105.24º 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 #3BCB0C is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 203 | 12 | - |
| CMYK | 0.71 | 0 | 0.94 | 0.20 |
| HSL | 105.24º | 0.89% | 0.42% | - |
| HSV(B) | 105.24º | 0.94% | 0.8% | - |
| XYZ | 23.23 | 43.67 | 7.55 | - |
| YUV | 138.17 | 56.79 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 203 | 12 | 0.71 | 0 | 0.94 | 0.20 | 105.24 | 0.89 | 0.42 |
| Hex | 3B | CB | C | 47 | 0 | 5E | 14 | 69 | 59 | 2A |
| Octal | 73 | 313 | 14 | 107 | 0 | 136 | 24 | 151 | 131 | 52 |
| Binary | 111011 | 11001011 | 1100 | 1000111 | 0 | 1011110 | 10100 | 1101001 | 1011001 | 101010 |
Color Harmonies of #3BCB0C
Complementary color
Monochromatic Colors of #3BCB0C
Black with #3BCB0C
Text Example
Text Example
White with #3BCB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCB0C; }
p { color: rgb(59,203,12); }
H1.HeaderClassName
{
color: #3BCB0C;
}
.AnyTagClassName
{
color: #3BCB0C;
}
</style>
background-color css
<style>
a { background-color: #3BCB0C; }
a { background-color: rgb(59,203,12); }
div.DivClassName
{
background-color: #3BCB0C;
}
.BgClassName
{
background-color: #3BCB0C;
}
</style>
border-color css
<style>
span { border-color: #3BCB0C; }
span { border-color: rgb(59,203,12); }
td.TdClassName
{
border-color: #3BCB0C;
}
.TagClassName
{
border-color: #3BCB0C;
}
</style>