Shades of Kelly Green #3BC420
Tints of Kelly Green #3BC420
RGB
CMYK
RGB Variations
Color information
#3BC420 (or 0x3BC420) is known color: Kelly Green. HEX triplet: 3B, C4 and 20. RGB value is (59,196,32). Sum of RGB (Red+Green+Blue) = 59+196+32=287 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.56% from 287); Green value is 196 (76.95% from 255 or 68.29% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 196 - color contains mainly: green. Hex color #3BC420 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC420 is #C43BDF. Grayscale: #888888. Windows color (decimal): -12860384 or 2147387. OLE color: 2147387.
HSL color Cylindrical-coordinate representation of color #3BC420: hue angle of 110.12º 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 #3BC420 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 59 | 196 | 32 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.23 |
| HSL | 110.12º | 0.72% | 0.45% | - |
| HSV(B) | 110.12º | 0.84% | 0.77% | - |
| XYZ | 21.8 | 40.51 | 8.04 | - |
| YUV | 136.34 | 69.11 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 196 | 32 | 0.70 | 0 | 0.84 | 0.23 | 110.12 | 0.72 | 0.45 |
| Hex | 3B | C4 | 20 | 46 | 0 | 54 | 17 | 6E | 48 | 2D |
| Octal | 73 | 304 | 40 | 106 | 0 | 124 | 27 | 156 | 110 | 55 |
| Binary | 111011 | 11000100 | 100000 | 1000110 | 0 | 1010100 | 10111 | 1101110 | 1001000 | 101101 |
Color Harmonies of #3BC420
Complementary color
Monochromatic Colors of #3BC420
Black with #3BC420
Text Example
Text Example
White with #3BC420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC420; }
p { color: rgb(59,196,32); }
H1.HeaderClassName
{
color: #3BC420;
}
.AnyTagClassName
{
color: #3BC420;
}
</style>
background-color css
<style>
a { background-color: #3BC420; }
a { background-color: rgb(59,196,32); }
div.DivClassName
{
background-color: #3BC420;
}
.BgClassName
{
background-color: #3BC420;
}
</style>
border-color css
<style>
span { border-color: #3BC420; }
span { border-color: rgb(59,196,32); }
td.TdClassName
{
border-color: #3BC420;
}
.TagClassName
{
border-color: #3BC420;
}
</style>