Shades of Kelly Green #3AB00E
Tints of Kelly Green #3AB00E
RGB
CMYK
RGB Variations
Color information
#3AB00E (or 0x3AB00E) is known color: Kelly Green. HEX triplet: 3A, B0 and 0E. RGB value is (58,176,14). Sum of RGB (Red+Green+Blue) = 58+176+14=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 176 (69.14% from 255 or 70.97% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 176 - color contains mainly: green. Hex color #3AB00E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AB00E is #C54FF1. Grayscale: #7A7A7A. Windows color (decimal): -12931058 or 962618. OLE color: 962618.
HSL color Cylindrical-coordinate representation of color #3AB00E: hue angle of 103.7º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3AB00E is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 176 | 14 | - |
| CMYK | 0.67 | 0 | 0.92 | 0.31 |
| HSL | 103.7º | 0.85% | 0.37% | - |
| HSV(B) | 103.7º | 0.92% | 0.69% | - |
| XYZ | 17.35 | 31.98 | 5.67 | - |
| YUV | 122.25 | 66.91 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 176 | 14 | 0.67 | 0 | 0.92 | 0.31 | 103.7 | 0.85 | 0.37 |
| Hex | 3A | B0 | E | 43 | 0 | 5C | 1F | 68 | 55 | 25 |
| Octal | 72 | 260 | 16 | 103 | 0 | 134 | 37 | 150 | 125 | 45 |
| Binary | 111010 | 10110000 | 1110 | 1000011 | 0 | 1011100 | 11111 | 1101000 | 1010101 | 100101 |
Color Harmonies of #3AB00E
Complementary color
Monochromatic Colors of #3AB00E
Black with #3AB00E
Text Example
Text Example
White with #3AB00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB00E; }
p { color: rgb(58,176,14); }
H1.HeaderClassName
{
color: #3AB00E;
}
.AnyTagClassName
{
color: #3AB00E;
}
</style>
background-color css
<style>
a { background-color: #3AB00E; }
a { background-color: rgb(58,176,14); }
div.DivClassName
{
background-color: #3AB00E;
}
.BgClassName
{
background-color: #3AB00E;
}
</style>
border-color css
<style>
span { border-color: #3AB00E; }
span { border-color: rgb(58,176,14); }
td.TdClassName
{
border-color: #3AB00E;
}
.TagClassName
{
border-color: #3AB00E;
}
</style>