Shades of Kelly Green #3BC70C
Tints of Kelly Green #3BC70C
RGB
CMYK
RGB Variations
Color information
#3BC70C (or 0x3BC70C) is known color: Kelly Green. HEX triplet: 3B, C7 and 0C. RGB value is (59,199,12). Sum of RGB (Red+Green+Blue) = 59+199+12=270 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.85% from 270); Green value is 199 (78.12% from 255 or 73.70% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 199 - color contains mainly: green. Hex color #3BC70C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BC70C is #C438F3. Grayscale: #888888. Windows color (decimal): -12859636 or 837435. OLE color: 837435.
HSL color Cylindrical-coordinate representation of color #3BC70C: hue angle of 104.92º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3BC70C is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 199 | 12 | - |
| CMYK | 0.70 | 0 | 0.94 | 0.22 |
| HSL | 104.92º | 0.89% | 0.41% | - |
| HSV(B) | 104.92º | 0.94% | 0.78% | - |
| XYZ | 22.29 | 41.8 | 7.24 | - |
| YUV | 135.82 | 58.12 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 199 | 12 | 0.70 | 0 | 0.94 | 0.22 | 104.92 | 0.89 | 0.41 |
| Hex | 3B | C7 | C | 46 | 0 | 5E | 16 | 69 | 59 | 29 |
| Octal | 73 | 307 | 14 | 106 | 0 | 136 | 26 | 151 | 131 | 51 |
| Binary | 111011 | 11000111 | 1100 | 1000110 | 0 | 1011110 | 10110 | 1101001 | 1011001 | 101001 |
Color Harmonies of #3BC70C
Complementary color
Monochromatic Colors of #3BC70C
Black with #3BC70C
Text Example
Text Example
White with #3BC70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC70C; }
p { color: rgb(59,199,12); }
H1.HeaderClassName
{
color: #3BC70C;
}
.AnyTagClassName
{
color: #3BC70C;
}
</style>
background-color css
<style>
a { background-color: #3BC70C; }
a { background-color: rgb(59,199,12); }
div.DivClassName
{
background-color: #3BC70C;
}
.BgClassName
{
background-color: #3BC70C;
}
</style>
border-color css
<style>
span { border-color: #3BC70C; }
span { border-color: rgb(59,199,12); }
td.TdClassName
{
border-color: #3BC70C;
}
.TagClassName
{
border-color: #3BC70C;
}
</style>