Shades of Kelly Green #3AC513
Tints of Kelly Green #3AC513
RGB
CMYK
RGB Variations
Color information
#3AC513 (or 0x3AC513) is known color: Kelly Green. HEX triplet: 3A, C5 and 13. RGB value is (58,197,19). Sum of RGB (Red+Green+Blue) = 58+197+19=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 197 (77.34% from 255 or 71.90% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC513 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC513 is #C53AEC. Grayscale: #878787. Windows color (decimal): -12925677 or 1295674. OLE color: 1295674.
HSL color Cylindrical-coordinate representation of color #3AC513: hue angle of 106.85º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3AC513 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 197 | 19 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.23 |
| HSL | 106.85º | 0.82% | 0.42% | - |
| HSV(B) | 106.85º | 0.9% | 0.77% | - |
| XYZ | 21.83 | 40.88 | 7.36 | - |
| YUV | 135.15 | 62.45 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 19 | 0.71 | 0 | 0.90 | 0.23 | 106.85 | 0.82 | 0.42 |
| Hex | 3A | C5 | 13 | 47 | 0 | 5A | 17 | 6B | 52 | 2A |
| Octal | 72 | 305 | 23 | 107 | 0 | 132 | 27 | 153 | 122 | 52 |
| Binary | 111010 | 11000101 | 10011 | 1000111 | 0 | 1011010 | 10111 | 1101011 | 1010010 | 101010 |
Color Harmonies of #3AC513
Complementary color
Monochromatic Colors of #3AC513
Black with #3AC513
Text Example
Text Example
White with #3AC513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC513; }
p { color: rgb(58,197,19); }
H1.HeaderClassName
{
color: #3AC513;
}
.AnyTagClassName
{
color: #3AC513;
}
</style>
background-color css
<style>
a { background-color: #3AC513; }
a { background-color: rgb(58,197,19); }
div.DivClassName
{
background-color: #3AC513;
}
.BgClassName
{
background-color: #3AC513;
}
</style>
border-color css
<style>
span { border-color: #3AC513; }
span { border-color: rgb(58,197,19); }
td.TdClassName
{
border-color: #3AC513;
}
.TagClassName
{
border-color: #3AC513;
}
</style>