Shades of Kelly Green #3AC50E
Tints of Kelly Green #3AC50E
RGB
CMYK
RGB Variations
Color information
#3AC50E (or 0x3AC50E) is known color: Kelly Green. HEX triplet: 3A, C5 and 0E. RGB value is (58,197,14). Sum of RGB (Red+Green+Blue) = 58+197+14=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 197 (77.34% from 255 or 73.23% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC50E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC50E is #C53AF1. Grayscale: #878787. Windows color (decimal): -12925682 or 967994. OLE color: 967994.
HSL color Cylindrical-coordinate representation of color #3AC50E: hue angle of 105.57º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3AC50E is Cyan = 0.71, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 197 | 14 | - |
| CMYK | 0.71 | 0 | 0.93 | 0.23 |
| HSL | 105.57º | 0.87% | 0.41% | - |
| HSV(B) | 105.57º | 0.93% | 0.77% | - |
| XYZ | 21.79 | 40.86 | 7.15 | - |
| YUV | 134.58 | 59.95 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 14 | 0.71 | 0 | 0.93 | 0.23 | 105.57 | 0.87 | 0.41 |
| Hex | 3A | C5 | E | 47 | 0 | 5D | 17 | 6A | 57 | 29 |
| Octal | 72 | 305 | 16 | 107 | 0 | 135 | 27 | 152 | 127 | 51 |
| Binary | 111010 | 11000101 | 1110 | 1000111 | 0 | 1011101 | 10111 | 1101010 | 1010111 | 101001 |
Color Harmonies of #3AC50E
Complementary color
Monochromatic Colors of #3AC50E
Black with #3AC50E
Text Example
Text Example
White with #3AC50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC50E; }
p { color: rgb(58,197,14); }
H1.HeaderClassName
{
color: #3AC50E;
}
.AnyTagClassName
{
color: #3AC50E;
}
</style>
background-color css
<style>
a { background-color: #3AC50E; }
a { background-color: rgb(58,197,14); }
div.DivClassName
{
background-color: #3AC50E;
}
.BgClassName
{
background-color: #3AC50E;
}
</style>
border-color css
<style>
span { border-color: #3AC50E; }
span { border-color: rgb(58,197,14); }
td.TdClassName
{
border-color: #3AC50E;
}
.TagClassName
{
border-color: #3AC50E;
}
</style>