Shades of Kelly Green #3BC70F
Tints of Kelly Green #3BC70F
RGB
CMYK
RGB Variations
Color information
#3BC70F (or 0x3BC70F) is known color: Kelly Green. HEX triplet: 3B, C7 and 0F. RGB value is (59,199,15). Sum of RGB (Red+Green+Blue) = 59+199+15=273 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.61% from 273); Green value is 199 (78.12% from 255 or 72.89% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 199 - color contains mainly: green. Hex color #3BC70F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BC70F is #C438F0. Grayscale: #888888. Windows color (decimal): -12859633 or 1034043. OLE color: 1034043.
HSL color Cylindrical-coordinate representation of color #3BC70F: hue angle of 105.65º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3BC70F is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 199 | 15 | - |
| CMYK | 0.70 | 0 | 0.92 | 0.22 |
| HSL | 105.65º | 0.86% | 0.42% | - |
| HSV(B) | 105.65º | 0.92% | 0.78% | - |
| XYZ | 22.31 | 41.81 | 7.35 | - |
| YUV | 136.16 | 59.62 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 199 | 15 | 0.70 | 0 | 0.92 | 0.22 | 105.65 | 0.86 | 0.42 |
| Hex | 3B | C7 | F | 46 | 0 | 5C | 16 | 6A | 56 | 2A |
| Octal | 73 | 307 | 17 | 106 | 0 | 134 | 26 | 152 | 126 | 52 |
| Binary | 111011 | 11000111 | 1111 | 1000110 | 0 | 1011100 | 10110 | 1101010 | 1010110 | 101010 |
Color Harmonies of #3BC70F
Complementary color
Monochromatic Colors of #3BC70F
Black with #3BC70F
Text Example
Text Example
White with #3BC70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC70F; }
p { color: rgb(59,199,15); }
H1.HeaderClassName
{
color: #3BC70F;
}
.AnyTagClassName
{
color: #3BC70F;
}
</style>
background-color css
<style>
a { background-color: #3BC70F; }
a { background-color: rgb(59,199,15); }
div.DivClassName
{
background-color: #3BC70F;
}
.BgClassName
{
background-color: #3BC70F;
}
</style>
border-color css
<style>
span { border-color: #3BC70F; }
span { border-color: rgb(59,199,15); }
td.TdClassName
{
border-color: #3BC70F;
}
.TagClassName
{
border-color: #3BC70F;
}
</style>