Shades of Kelly Green #3BC520
Tints of Kelly Green #3BC520
RGB
CMYK
RGB Variations
Color information
#3BC520 (or 0x3BC520) is known color: Kelly Green. HEX triplet: 3B, C5 and 20. RGB value is (59,197,32). Sum of RGB (Red+Green+Blue) = 59+197+32=288 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.49% from 288); Green value is 197 (77.34% from 255 or 68.40% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 197 - color contains mainly: green. Hex color #3BC520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC520 is #C43ADF. Grayscale: #898989. Windows color (decimal): -12860128 or 2147643. OLE color: 2147643.
HSL color Cylindrical-coordinate representation of color #3BC520: hue angle of 110.18º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3BC520 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 59 | 197 | 32 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.23 |
| HSL | 110.18º | 0.72% | 0.45% | - |
| HSV(B) | 110.18º | 0.84% | 0.77% | - |
| XYZ | 22.03 | 40.97 | 8.11 | - |
| YUV | 136.93 | 68.78 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 197 | 32 | 0.70 | 0 | 0.84 | 0.23 | 110.18 | 0.72 | 0.45 |
| Hex | 3B | C5 | 20 | 46 | 0 | 54 | 17 | 6E | 48 | 2D |
| Octal | 73 | 305 | 40 | 106 | 0 | 124 | 27 | 156 | 110 | 55 |
| Binary | 111011 | 11000101 | 100000 | 1000110 | 0 | 1010100 | 10111 | 1101110 | 1001000 | 101101 |
Color Harmonies of #3BC520
Complementary color
Monochromatic Colors of #3BC520
Black with #3BC520
Text Example
Text Example
White with #3BC520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC520; }
p { color: rgb(59,197,32); }
H1.HeaderClassName
{
color: #3BC520;
}
.AnyTagClassName
{
color: #3BC520;
}
</style>
background-color css
<style>
a { background-color: #3BC520; }
a { background-color: rgb(59,197,32); }
div.DivClassName
{
background-color: #3BC520;
}
.BgClassName
{
background-color: #3BC520;
}
</style>
border-color css
<style>
span { border-color: #3BC520; }
span { border-color: rgb(59,197,32); }
td.TdClassName
{
border-color: #3BC520;
}
.TagClassName
{
border-color: #3BC520;
}
</style>