Shades of Kelly Green #3ABC0E
Tints of Kelly Green #3ABC0E
RGB
CMYK
RGB Variations
Color information
#3ABC0E (or 0x3ABC0E) is known color: Kelly Green. HEX triplet: 3A, BC and 0E. RGB value is (58,188,14). Sum of RGB (Red+Green+Blue) = 58+188+14=260 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.31% from 260); Green value is 188 (73.83% from 255 or 72.31% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABC0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ABC0E is #C543F1. Grayscale: #818181. Windows color (decimal): -12927986 or 965690. OLE color: 965690.
HSL color Cylindrical-coordinate representation of color #3ABC0E: hue angle of 104.83º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3ABC0E is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 188 | 14 | - |
| CMYK | 0.69 | 0 | 0.93 | 0.26 |
| HSL | 104.83º | 0.86% | 0.4% | - |
| HSV(B) | 104.83º | 0.93% | 0.74% | - |
| XYZ | 19.81 | 36.9 | 6.49 | - |
| YUV | 129.29 | 62.93 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 188 | 14 | 0.69 | 0 | 0.93 | 0.26 | 104.83 | 0.86 | 0.4 |
| Hex | 3A | BC | E | 45 | 0 | 5D | 1A | 69 | 56 | 28 |
| Octal | 72 | 274 | 16 | 105 | 0 | 135 | 32 | 151 | 126 | 50 |
| Binary | 111010 | 10111100 | 1110 | 1000101 | 0 | 1011101 | 11010 | 1101001 | 1010110 | 101000 |
Color Harmonies of #3ABC0E
Complementary color
Monochromatic Colors of #3ABC0E
Black with #3ABC0E
Text Example
Text Example
White with #3ABC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABC0E; }
p { color: rgb(58,188,14); }
H1.HeaderClassName
{
color: #3ABC0E;
}
.AnyTagClassName
{
color: #3ABC0E;
}
</style>
background-color css
<style>
a { background-color: #3ABC0E; }
a { background-color: rgb(58,188,14); }
div.DivClassName
{
background-color: #3ABC0E;
}
.BgClassName
{
background-color: #3ABC0E;
}
</style>
border-color css
<style>
span { border-color: #3ABC0E; }
span { border-color: rgb(58,188,14); }
td.TdClassName
{
border-color: #3ABC0E;
}
.TagClassName
{
border-color: #3ABC0E;
}
</style>