Shades of Kelly Green #3AC519
Tints of Kelly Green #3AC519
RGB
CMYK
RGB Variations
Color information
#3AC519 (or 0x3AC519) is known color: Kelly Green. HEX triplet: 3A, C5 and 19. RGB value is (58,197,25). Sum of RGB (Red+Green+Blue) = 58+197+25=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 197 (77.34% from 255 or 70.36% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC519 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC519 is #C53AE6. Grayscale: #888888. Windows color (decimal): -12925671 or 1688890. OLE color: 1688890.
HSL color Cylindrical-coordinate representation of color #3AC519: hue angle of 108.49º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3AC519 is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 197 | 25 | - |
| CMYK | 0.71 | 0 | 0.87 | 0.23 |
| HSL | 108.49º | 0.77% | 0.44% | - |
| HSV(B) | 108.49º | 0.87% | 0.77% | - |
| XYZ | 21.89 | 40.9 | 7.66 | - |
| YUV | 135.83 | 65.45 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 25 | 0.71 | 0 | 0.87 | 0.23 | 108.49 | 0.77 | 0.44 |
| Hex | 3A | C5 | 19 | 47 | 0 | 57 | 17 | 6C | 4D | 2C |
| Octal | 72 | 305 | 31 | 107 | 0 | 127 | 27 | 154 | 115 | 54 |
| Binary | 111010 | 11000101 | 11001 | 1000111 | 0 | 1010111 | 10111 | 1101100 | 1001101 | 101100 |
Color Harmonies of #3AC519
Complementary color
Monochromatic Colors of #3AC519
Black with #3AC519
Text Example
Text Example
White with #3AC519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC519; }
p { color: rgb(58,197,25); }
H1.HeaderClassName
{
color: #3AC519;
}
.AnyTagClassName
{
color: #3AC519;
}
</style>
background-color css
<style>
a { background-color: #3AC519; }
a { background-color: rgb(58,197,25); }
div.DivClassName
{
background-color: #3AC519;
}
.BgClassName
{
background-color: #3AC519;
}
</style>
border-color css
<style>
span { border-color: #3AC519; }
span { border-color: rgb(58,197,25); }
td.TdClassName
{
border-color: #3AC519;
}
.TagClassName
{
border-color: #3AC519;
}
</style>