Shades of Kelly Green #3AC20C
Tints of Kelly Green #3AC20C
RGB
CMYK
RGB Variations
Color information
#3AC20C (or 0x3AC20C) is known color: Kelly Green. HEX triplet: 3A, C2 and 0C. RGB value is (58,194,12). Sum of RGB (Red+Green+Blue) = 58+194+12=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 194 (76.17% from 255 or 73.48% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC20C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC20C is #C53DF3. Grayscale: #858585. Windows color (decimal): -12926452 or 836154. OLE color: 836154.
HSL color Cylindrical-coordinate representation of color #3AC20C: hue angle of 104.84º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3AC20C is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 194 | 12 | - |
| CMYK | 0.70 | 0 | 0.94 | 0.24 |
| HSL | 104.84º | 0.88% | 0.4% | - |
| HSV(B) | 104.84º | 0.94% | 0.76% | - |
| XYZ | 21.1 | 39.51 | 6.86 | - |
| YUV | 132.59 | 59.94 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 194 | 12 | 0.70 | 0 | 0.94 | 0.24 | 104.84 | 0.88 | 0.4 |
| Hex | 3A | C2 | C | 46 | 0 | 5E | 18 | 69 | 58 | 28 |
| Octal | 72 | 302 | 14 | 106 | 0 | 136 | 30 | 151 | 130 | 50 |
| Binary | 111010 | 11000010 | 1100 | 1000110 | 0 | 1011110 | 11000 | 1101001 | 1011000 | 101000 |
Color Harmonies of #3AC20C
Complementary color
Monochromatic Colors of #3AC20C
Black with #3AC20C
Text Example
Text Example
White with #3AC20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC20C; }
p { color: rgb(58,194,12); }
H1.HeaderClassName
{
color: #3AC20C;
}
.AnyTagClassName
{
color: #3AC20C;
}
</style>
background-color css
<style>
a { background-color: #3AC20C; }
a { background-color: rgb(58,194,12); }
div.DivClassName
{
background-color: #3AC20C;
}
.BgClassName
{
background-color: #3AC20C;
}
</style>
border-color css
<style>
span { border-color: #3AC20C; }
span { border-color: rgb(58,194,12); }
td.TdClassName
{
border-color: #3AC20C;
}
.TagClassName
{
border-color: #3AC20C;
}
</style>