Shades of Kelly Green #3AC51E
Tints of Kelly Green #3AC51E
RGB
CMYK
RGB Variations
Color information
#3AC51E (or 0x3AC51E) is known color: Kelly Green. HEX triplet: 3A, C5 and 1E. RGB value is (58,197,30). Sum of RGB (Red+Green+Blue) = 58+197+30=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 197 (77.34% from 255 or 69.12% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC51E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC51E is #C53AE1. Grayscale: #888888. Windows color (decimal): -12925666 or 2016570. OLE color: 2016570.
HSL color Cylindrical-coordinate representation of color #3AC51E: hue angle of 109.94º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3AC51E is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 197 | 30 | - |
| CMYK | 0.71 | 0 | 0.85 | 0.23 |
| HSL | 109.94º | 0.74% | 0.45% | - |
| HSV(B) | 109.94º | 0.85% | 0.77% | - |
| XYZ | 21.95 | 40.93 | 7.97 | - |
| YUV | 136.4 | 67.95 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 30 | 0.71 | 0 | 0.85 | 0.23 | 109.94 | 0.74 | 0.45 |
| Hex | 3A | C5 | 1E | 47 | 0 | 55 | 17 | 6E | 4A | 2D |
| Octal | 72 | 305 | 36 | 107 | 0 | 125 | 27 | 156 | 112 | 55 |
| Binary | 111010 | 11000101 | 11110 | 1000111 | 0 | 1010101 | 10111 | 1101110 | 1001010 | 101101 |
Color Harmonies of #3AC51E
Complementary color
Monochromatic Colors of #3AC51E
Black with #3AC51E
Text Example
Text Example
White with #3AC51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC51E; }
p { color: rgb(58,197,30); }
H1.HeaderClassName
{
color: #3AC51E;
}
.AnyTagClassName
{
color: #3AC51E;
}
</style>
background-color css
<style>
a { background-color: #3AC51E; }
a { background-color: rgb(58,197,30); }
div.DivClassName
{
background-color: #3AC51E;
}
.BgClassName
{
background-color: #3AC51E;
}
</style>
border-color css
<style>
span { border-color: #3AC51E; }
span { border-color: rgb(58,197,30); }
td.TdClassName
{
border-color: #3AC51E;
}
.TagClassName
{
border-color: #3AC51E;
}
</style>