Shades of Kelly Green #3BA304
Tints of Kelly Green #3BA304
RGB
CMYK
RGB Variations
Color information
#3BA304 (or 0x3BA304) is known color: Kelly Green. HEX triplet: 3B, A3 and 04. RGB value is (59,163,4). Sum of RGB (Red+Green+Blue) = 59+163+4=226 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.11% from 226); Green value is 163 (64.06% from 255 or 72.12% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 163 - color contains mainly: green. Hex color #3BA304 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BA304 is #C45CFB. Grayscale: #727272. Windows color (decimal): -12868860 or 303931. OLE color: 303931.
HSL color Cylindrical-coordinate representation of color #3BA304: hue angle of 99.25º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3BA304 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 163 | 4 | - |
| CMYK | 0.64 | 0 | 0.98 | 0.36 |
| HSL | 99.25º | 0.95% | 0.33% | - |
| HSV(B) | 99.25º | 0.98% | 0.64% | - |
| XYZ | 14.92 | 27.13 | 4.57 | - |
| YUV | 113.78 | 66.04 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 163 | 4 | 0.64 | 0 | 0.98 | 0.36 | 99.25 | 0.95 | 0.33 |
| Hex | 3B | A3 | 4 | 40 | 0 | 62 | 24 | 63 | 5F | 21 |
| Octal | 73 | 243 | 4 | 100 | 0 | 142 | 44 | 143 | 137 | 41 |
| Binary | 111011 | 10100011 | 100 | 1000000 | 0 | 1100010 | 100100 | 1100011 | 1011111 | 100001 |
Color Harmonies of #3BA304
Complementary color
Monochromatic Colors of #3BA304
Black with #3BA304
Text Example
Text Example
White with #3BA304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA304; }
p { color: rgb(59,163,4); }
H1.HeaderClassName
{
color: #3BA304;
}
.AnyTagClassName
{
color: #3BA304;
}
</style>
background-color css
<style>
a { background-color: #3BA304; }
a { background-color: rgb(59,163,4); }
div.DivClassName
{
background-color: #3BA304;
}
.BgClassName
{
background-color: #3BA304;
}
</style>
border-color css
<style>
span { border-color: #3BA304; }
span { border-color: rgb(59,163,4); }
td.TdClassName
{
border-color: #3BA304;
}
.TagClassName
{
border-color: #3BA304;
}
</style>