Shades of Kelly Green #3AC315
Tints of Kelly Green #3AC315
RGB
CMYK
RGB Variations
Color information
#3AC315 (or 0x3AC315) is known color: Kelly Green. HEX triplet: 3A, C3 and 15. RGB value is (58,195,21). Sum of RGB (Red+Green+Blue) = 58+195+21=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 195 (76.56% from 255 or 71.17% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC315 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC315 is #C53CEA. Grayscale: #868686. Windows color (decimal): -12926187 or 1426234. OLE color: 1426234.
HSL color Cylindrical-coordinate representation of color #3AC315: hue angle of 107.24º degrees, saturation: 0.81, 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 #3AC315 is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 195 | 21 | - |
| CMYK | 0.70 | 0 | 0.89 | 0.24 |
| HSL | 107.24º | 0.81% | 0.42% | - |
| HSV(B) | 107.24º | 0.89% | 0.76% | - |
| XYZ | 21.4 | 39.98 | 7.3 | - |
| YUV | 134.2 | 64.11 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 195 | 21 | 0.70 | 0 | 0.89 | 0.24 | 107.24 | 0.81 | 0.42 |
| Hex | 3A | C3 | 15 | 46 | 0 | 59 | 18 | 6B | 51 | 2A |
| Octal | 72 | 303 | 25 | 106 | 0 | 131 | 30 | 153 | 121 | 52 |
| Binary | 111010 | 11000011 | 10101 | 1000110 | 0 | 1011001 | 11000 | 1101011 | 1010001 | 101010 |
Color Harmonies of #3AC315
Complementary color
Monochromatic Colors of #3AC315
Black with #3AC315
Text Example
Text Example
White with #3AC315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC315; }
p { color: rgb(58,195,21); }
H1.HeaderClassName
{
color: #3AC315;
}
.AnyTagClassName
{
color: #3AC315;
}
</style>
background-color css
<style>
a { background-color: #3AC315; }
a { background-color: rgb(58,195,21); }
div.DivClassName
{
background-color: #3AC315;
}
.BgClassName
{
background-color: #3AC315;
}
</style>
border-color css
<style>
span { border-color: #3AC315; }
span { border-color: rgb(58,195,21); }
td.TdClassName
{
border-color: #3AC315;
}
.TagClassName
{
border-color: #3AC315;
}
</style>