Shades of Kelly Green #3BAA03
Tints of Kelly Green #3BAA03
RGB
CMYK
RGB Variations
Color information
#3BAA03 (or 0x3BAA03) is known color: Kelly Green. HEX triplet: 3B, AA and 03. RGB value is (59,170,3). Sum of RGB (Red+Green+Blue) = 59+170+3=232 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.43% from 232); Green value is 170 (66.80% from 255 or 73.28% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 170 - color contains mainly: green. Hex color #3BAA03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BAA03 is #C455FC. Grayscale: #767676. Windows color (decimal): -12867069 or 240187. OLE color: 240187.
HSL color Cylindrical-coordinate representation of color #3BAA03: hue angle of 99.88º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3BAA03 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 170 | 3 | - |
| CMYK | 0.65 | 0 | 0.98 | 0.33 |
| HSL | 99.88º | 0.97% | 0.34% | - |
| HSV(B) | 99.88º | 0.98% | 0.67% | - |
| XYZ | 16.19 | 29.69 | 4.96 | - |
| YUV | 117.77 | 63.23 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 170 | 3 | 0.65 | 0 | 0.98 | 0.33 | 99.88 | 0.97 | 0.34 |
| Hex | 3B | AA | 3 | 41 | 0 | 62 | 21 | 64 | 61 | 22 |
| Octal | 73 | 252 | 3 | 101 | 0 | 142 | 41 | 144 | 141 | 42 |
| Binary | 111011 | 10101010 | 11 | 1000001 | 0 | 1100010 | 100001 | 1100100 | 1100001 | 100010 |
Color Harmonies of #3BAA03
Complementary color
Monochromatic Colors of #3BAA03
Black with #3BAA03
Text Example
Text Example
White with #3BAA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAA03; }
p { color: rgb(59,170,3); }
H1.HeaderClassName
{
color: #3BAA03;
}
.AnyTagClassName
{
color: #3BAA03;
}
</style>
background-color css
<style>
a { background-color: #3BAA03; }
a { background-color: rgb(59,170,3); }
div.DivClassName
{
background-color: #3BAA03;
}
.BgClassName
{
background-color: #3BAA03;
}
</style>
border-color css
<style>
span { border-color: #3BAA03; }
span { border-color: rgb(59,170,3); }
td.TdClassName
{
border-color: #3BAA03;
}
.TagClassName
{
border-color: #3BAA03;
}
</style>