Shades of Kelly Green #3AC215
Tints of Kelly Green #3AC215
RGB
CMYK
RGB Variations
Color information
#3AC215 (or 0x3AC215) is known color: Kelly Green. HEX triplet: 3A, C2 and 15. RGB value is (58,194,21). Sum of RGB (Red+Green+Blue) = 58+194+21=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 194 (76.17% from 255 or 71.06% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC215 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC215 is #C53DEA. Grayscale: #868686. Windows color (decimal): -12926443 or 1425978. OLE color: 1425978.
HSL color Cylindrical-coordinate representation of color #3AC215: hue angle of 107.17º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3AC215 is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 194 | 21 | - |
| CMYK | 0.70 | 0 | 0.89 | 0.24 |
| HSL | 107.17º | 0.8% | 0.42% | - |
| HSV(B) | 107.17º | 0.89% | 0.76% | - |
| XYZ | 21.17 | 39.54 | 7.23 | - |
| YUV | 133.61 | 64.44 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 194 | 21 | 0.70 | 0 | 0.89 | 0.24 | 107.17 | 0.8 | 0.42 |
| Hex | 3A | C2 | 15 | 46 | 0 | 59 | 18 | 6B | 50 | 2A |
| Octal | 72 | 302 | 25 | 106 | 0 | 131 | 30 | 153 | 120 | 52 |
| Binary | 111010 | 11000010 | 10101 | 1000110 | 0 | 1011001 | 11000 | 1101011 | 1010000 | 101010 |
Color Harmonies of #3AC215
Complementary color
Monochromatic Colors of #3AC215
Black with #3AC215
Text Example
Text Example
White with #3AC215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC215; }
p { color: rgb(58,194,21); }
H1.HeaderClassName
{
color: #3AC215;
}
.AnyTagClassName
{
color: #3AC215;
}
</style>
background-color css
<style>
a { background-color: #3AC215; }
a { background-color: rgb(58,194,21); }
div.DivClassName
{
background-color: #3AC215;
}
.BgClassName
{
background-color: #3AC215;
}
</style>
border-color css
<style>
span { border-color: #3AC215; }
span { border-color: rgb(58,194,21); }
td.TdClassName
{
border-color: #3AC215;
}
.TagClassName
{
border-color: #3AC215;
}
</style>