Shades of Kelly Green #3ACE15
Tints of Kelly Green #3ACE15
RGB
CMYK
RGB Variations
Color information
#3ACE15 (or 0x3ACE15) is known color: Kelly Green. HEX triplet: 3A, CE and 15. RGB value is (58,206,21). Sum of RGB (Red+Green+Blue) = 58+206+21=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 206 (80.86% from 255 or 72.28% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACE15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ACE15 is #C531EA. Grayscale: #8D8D8D. Windows color (decimal): -12923371 or 1429050. OLE color: 1429050.
HSL color Cylindrical-coordinate representation of color #3ACE15: hue angle of 108º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3ACE15 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 206 | 21 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.19 |
| HSL | 108º | 0.81% | 0.45% | - |
| HSV(B) | 108º | 0.9% | 0.81% | - |
| XYZ | 23.95 | 45.1 | 8.15 | - |
| YUV | 140.66 | 60.47 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 206 | 21 | 0.72 | 0 | 0.90 | 0.19 | 108 | 0.81 | 0.45 |
| Hex | 3A | CE | 15 | 48 | 0 | 5A | 13 | 6C | 51 | 2D |
| Octal | 72 | 316 | 25 | 110 | 0 | 132 | 23 | 154 | 121 | 55 |
| Binary | 111010 | 11001110 | 10101 | 1001000 | 0 | 1011010 | 10011 | 1101100 | 1010001 | 101101 |
Color Harmonies of #3ACE15
Complementary color
Monochromatic Colors of #3ACE15
Black with #3ACE15
Text Example
Text Example
White with #3ACE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACE15; }
p { color: rgb(58,206,21); }
H1.HeaderClassName
{
color: #3ACE15;
}
.AnyTagClassName
{
color: #3ACE15;
}
</style>
background-color css
<style>
a { background-color: #3ACE15; }
a { background-color: rgb(58,206,21); }
div.DivClassName
{
background-color: #3ACE15;
}
.BgClassName
{
background-color: #3ACE15;
}
</style>
border-color css
<style>
span { border-color: #3ACE15; }
span { border-color: rgb(58,206,21); }
td.TdClassName
{
border-color: #3ACE15;
}
.TagClassName
{
border-color: #3ACE15;
}
</style>