Shades of Kelly Green #3AA30E
Tints of Kelly Green #3AA30E
RGB
CMYK
RGB Variations
Color information
#3AA30E (or 0x3AA30E) is known color: Kelly Green. HEX triplet: 3A, A3 and 0E. RGB value is (58,163,14). Sum of RGB (Red+Green+Blue) = 58+163+14=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 163 (64.06% from 255 or 69.36% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 163 - color contains mainly: green. Hex color #3AA30E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AA30E is #C55CF1. Grayscale: #737373. Windows color (decimal): -12934386 or 959290. OLE color: 959290.
HSL color Cylindrical-coordinate representation of color #3AA30E: hue angle of 102.28º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3AA30E is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 163 | 14 | - |
| CMYK | 0.64 | 0 | 0.91 | 0.36 |
| HSL | 102.28º | 0.84% | 0.35% | - |
| HSV(B) | 102.28º | 0.91% | 0.64% | - |
| XYZ | 14.92 | 27.13 | 4.86 | - |
| YUV | 114.62 | 71.21 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 163 | 14 | 0.64 | 0 | 0.91 | 0.36 | 102.28 | 0.84 | 0.35 |
| Hex | 3A | A3 | E | 40 | 0 | 5B | 24 | 66 | 54 | 23 |
| Octal | 72 | 243 | 16 | 100 | 0 | 133 | 44 | 146 | 124 | 43 |
| Binary | 111010 | 10100011 | 1110 | 1000000 | 0 | 1011011 | 100100 | 1100110 | 1010100 | 100011 |
Color Harmonies of #3AA30E
Complementary color
Monochromatic Colors of #3AA30E
Black with #3AA30E
Text Example
Text Example
White with #3AA30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA30E; }
p { color: rgb(58,163,14); }
H1.HeaderClassName
{
color: #3AA30E;
}
.AnyTagClassName
{
color: #3AA30E;
}
</style>
background-color css
<style>
a { background-color: #3AA30E; }
a { background-color: rgb(58,163,14); }
div.DivClassName
{
background-color: #3AA30E;
}
.BgClassName
{
background-color: #3AA30E;
}
</style>
border-color css
<style>
span { border-color: #3AA30E; }
span { border-color: rgb(58,163,14); }
td.TdClassName
{
border-color: #3AA30E;
}
.TagClassName
{
border-color: #3AA30E;
}
</style>