Shades of Kelly Green #3BC310
Tints of Kelly Green #3BC310
RGB
CMYK
RGB Variations
Color information
#3BC310 (or 0x3BC310) is known color: Kelly Green. HEX triplet: 3B, C3 and 10. RGB value is (59,195,16). Sum of RGB (Red+Green+Blue) = 59+195+16=270 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.85% from 270); Green value is 195 (76.56% from 255 or 72.22% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 195 - color contains mainly: green. Hex color #3BC310 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BC310 is #C43CEF. Grayscale: #868686. Windows color (decimal): -12860656 or 1098555. OLE color: 1098555.
HSL color Cylindrical-coordinate representation of color #3BC310: hue angle of 105.59º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3BC310 is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 195 | 16 | - |
| CMYK | 0.70 | 0 | 0.92 | 0.24 |
| HSL | 105.59º | 0.85% | 0.41% | - |
| HSV(B) | 105.59º | 0.92% | 0.76% | - |
| XYZ | 21.41 | 40 | 7.08 | - |
| YUV | 133.93 | 61.44 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 195 | 16 | 0.70 | 0 | 0.92 | 0.24 | 105.59 | 0.85 | 0.41 |
| Hex | 3B | C3 | 10 | 46 | 0 | 5C | 18 | 6A | 55 | 29 |
| Octal | 73 | 303 | 20 | 106 | 0 | 134 | 30 | 152 | 125 | 51 |
| Binary | 111011 | 11000011 | 10000 | 1000110 | 0 | 1011100 | 11000 | 1101010 | 1010101 | 101001 |
Color Harmonies of #3BC310
Complementary color
Monochromatic Colors of #3BC310
Black with #3BC310
Text Example
Text Example
White with #3BC310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC310; }
p { color: rgb(59,195,16); }
H1.HeaderClassName
{
color: #3BC310;
}
.AnyTagClassName
{
color: #3BC310;
}
</style>
background-color css
<style>
a { background-color: #3BC310; }
a { background-color: rgb(59,195,16); }
div.DivClassName
{
background-color: #3BC310;
}
.BgClassName
{
background-color: #3BC310;
}
</style>
border-color css
<style>
span { border-color: #3BC310; }
span { border-color: rgb(59,195,16); }
td.TdClassName
{
border-color: #3BC310;
}
.TagClassName
{
border-color: #3BC310;
}
</style>