Shades of Kelly Green #3AC120
Tints of Kelly Green #3AC120
RGB
CMYK
RGB Variations
Color information
#3AC120 (or 0x3AC120) is known color: Kelly Green. HEX triplet: 3A, C1 and 20. RGB value is (58,193,32). Sum of RGB (Red+Green+Blue) = 58+193+32=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 193 (75.78% from 255 or 68.20% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC120 is #C53EDF. Grayscale: #868686. Windows color (decimal): -12926688 or 2146618. OLE color: 2146618.
HSL color Cylindrical-coordinate representation of color #3AC120: hue angle of 110.31º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3AC120 is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 193 | 32 | - |
| CMYK | 0.70 | 0 | 0.83 | 0.24 |
| HSL | 110.31º | 0.72% | 0.44% | - |
| HSV(B) | 110.31º | 0.83% | 0.76% | - |
| XYZ | 21.08 | 39.14 | 7.81 | - |
| YUV | 134.28 | 70.27 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 193 | 32 | 0.70 | 0 | 0.83 | 0.24 | 110.31 | 0.72 | 0.44 |
| Hex | 3A | C1 | 20 | 46 | 0 | 53 | 18 | 6E | 48 | 2C |
| Octal | 72 | 301 | 40 | 106 | 0 | 123 | 30 | 156 | 110 | 54 |
| Binary | 111010 | 11000001 | 100000 | 1000110 | 0 | 1010011 | 11000 | 1101110 | 1001000 | 101100 |
Color Harmonies of #3AC120
Complementary color
Monochromatic Colors of #3AC120
Black with #3AC120
Text Example
Text Example
White with #3AC120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC120; }
p { color: rgb(58,193,32); }
H1.HeaderClassName
{
color: #3AC120;
}
.AnyTagClassName
{
color: #3AC120;
}
</style>
background-color css
<style>
a { background-color: #3AC120; }
a { background-color: rgb(58,193,32); }
div.DivClassName
{
background-color: #3AC120;
}
.BgClassName
{
background-color: #3AC120;
}
</style>
border-color css
<style>
span { border-color: #3AC120; }
span { border-color: rgb(58,193,32); }
td.TdClassName
{
border-color: #3AC120;
}
.TagClassName
{
border-color: #3AC120;
}
</style>