Shades of Kelly Green #3BC40D
Tints of Kelly Green #3BC40D
RGB
CMYK
RGB Variations
Color information
#3BC40D (or 0x3BC40D) is known color: Kelly Green. HEX triplet: 3B, C4 and 0D. RGB value is (59,196,13). Sum of RGB (Red+Green+Blue) = 59+196+13=268 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.01% from 268); Green value is 196 (76.95% from 255 or 73.13% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 196 - color contains mainly: green. Hex color #3BC40D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BC40D is #C43BF2. Grayscale: #868686. Windows color (decimal): -12860403 or 902203. OLE color: 902203.
HSL color Cylindrical-coordinate representation of color #3BC40D: hue angle of 104.92º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3BC40D is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 59 | 196 | 13 | - |
| CMYK | 0.70 | 0 | 0.93 | 0.23 |
| HSL | 104.92º | 0.88% | 0.41% | - |
| HSV(B) | 104.92º | 0.93% | 0.77% | - |
| XYZ | 21.62 | 40.44 | 7.05 | - |
| YUV | 134.18 | 59.61 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 196 | 13 | 0.70 | 0 | 0.93 | 0.23 | 104.92 | 0.88 | 0.41 |
| Hex | 3B | C4 | D | 46 | 0 | 5D | 17 | 69 | 58 | 29 |
| Octal | 73 | 304 | 15 | 106 | 0 | 135 | 27 | 151 | 130 | 51 |
| Binary | 111011 | 11000100 | 1101 | 1000110 | 0 | 1011101 | 10111 | 1101001 | 1011000 | 101001 |
Color Harmonies of #3BC40D
Complementary color
Monochromatic Colors of #3BC40D
Black with #3BC40D
Text Example
Text Example
White with #3BC40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC40D; }
p { color: rgb(59,196,13); }
H1.HeaderClassName
{
color: #3BC40D;
}
.AnyTagClassName
{
color: #3BC40D;
}
</style>
background-color css
<style>
a { background-color: #3BC40D; }
a { background-color: rgb(59,196,13); }
div.DivClassName
{
background-color: #3BC40D;
}
.BgClassName
{
background-color: #3BC40D;
}
</style>
border-color css
<style>
span { border-color: #3BC40D; }
span { border-color: rgb(59,196,13); }
td.TdClassName
{
border-color: #3BC40D;
}
.TagClassName
{
border-color: #3BC40D;
}
</style>