Shades of Kelly Green #3BAA20
Tints of Kelly Green #3BAA20
RGB
CMYK
RGB Variations
Color information
#3BAA20 (or 0x3BAA20) is known color: Kelly Green. HEX triplet: 3B, AA and 20. RGB value is (59,170,32). Sum of RGB (Red+Green+Blue) = 59+170+32=261 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.61% from 261); Green value is 170 (66.80% from 255 or 65.13% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 170 - color contains mainly: green. Hex color #3BAA20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAA20 is #C455DF. Grayscale: #797979. Windows color (decimal): -12867040 or 2140731. OLE color: 2140731.
HSL color Cylindrical-coordinate representation of color #3BAA20: hue angle of 108.26º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3BAA20 is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 170 | 32 | - |
| CMYK | 0.65 | 0 | 0.81 | 0.33 |
| HSL | 108.26º | 0.68% | 0.4% | - |
| HSV(B) | 108.26º | 0.81% | 0.67% | - |
| XYZ | 16.44 | 29.78 | 6.25 | - |
| YUV | 121.08 | 77.73 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 170 | 32 | 0.65 | 0 | 0.81 | 0.33 | 108.26 | 0.68 | 0.4 |
| Hex | 3B | AA | 20 | 41 | 0 | 51 | 21 | 6C | 44 | 28 |
| Octal | 73 | 252 | 40 | 101 | 0 | 121 | 41 | 154 | 104 | 50 |
| Binary | 111011 | 10101010 | 100000 | 1000001 | 0 | 1010001 | 100001 | 1101100 | 1000100 | 101000 |
Color Harmonies of #3BAA20
Complementary color
Monochromatic Colors of #3BAA20
Black with #3BAA20
Text Example
Text Example
White with #3BAA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAA20; }
p { color: rgb(59,170,32); }
H1.HeaderClassName
{
color: #3BAA20;
}
.AnyTagClassName
{
color: #3BAA20;
}
</style>
background-color css
<style>
a { background-color: #3BAA20; }
a { background-color: rgb(59,170,32); }
div.DivClassName
{
background-color: #3BAA20;
}
.BgClassName
{
background-color: #3BAA20;
}
</style>
border-color css
<style>
span { border-color: #3BAA20; }
span { border-color: rgb(59,170,32); }
td.TdClassName
{
border-color: #3BAA20;
}
.TagClassName
{
border-color: #3BAA20;
}
</style>