Shades of Kelly Green #3ACE13
Tints of Kelly Green #3ACE13
RGB
CMYK
RGB Variations
Color information
#3ACE13 (or 0x3ACE13) is known color: Kelly Green. HEX triplet: 3A, CE and 13. RGB value is (58,206,19). Sum of RGB (Red+Green+Blue) = 58+206+19=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 206 (80.86% from 255 or 72.79% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACE13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ACE13 is #C531EC. Grayscale: #8D8D8D. Windows color (decimal): -12923373 or 1297978. OLE color: 1297978.
HSL color Cylindrical-coordinate representation of color #3ACE13: hue angle of 107.49º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3ACE13 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 206 | 19 | - |
| CMYK | 0.72 | 0 | 0.91 | 0.19 |
| HSL | 107.49º | 0.83% | 0.44% | - |
| HSV(B) | 107.49º | 0.91% | 0.81% | - |
| XYZ | 23.93 | 45.09 | 8.06 | - |
| YUV | 140.43 | 59.47 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 206 | 19 | 0.72 | 0 | 0.91 | 0.19 | 107.49 | 0.83 | 0.44 |
| Hex | 3A | CE | 13 | 48 | 0 | 5B | 13 | 6B | 53 | 2C |
| Octal | 72 | 316 | 23 | 110 | 0 | 133 | 23 | 153 | 123 | 54 |
| Binary | 111010 | 11001110 | 10011 | 1001000 | 0 | 1011011 | 10011 | 1101011 | 1010011 | 101100 |
Color Harmonies of #3ACE13
Complementary color
Monochromatic Colors of #3ACE13
Black with #3ACE13
Text Example
Text Example
White with #3ACE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACE13; }
p { color: rgb(58,206,19); }
H1.HeaderClassName
{
color: #3ACE13;
}
.AnyTagClassName
{
color: #3ACE13;
}
</style>
background-color css
<style>
a { background-color: #3ACE13; }
a { background-color: rgb(58,206,19); }
div.DivClassName
{
background-color: #3ACE13;
}
.BgClassName
{
background-color: #3ACE13;
}
</style>
border-color css
<style>
span { border-color: #3ACE13; }
span { border-color: rgb(58,206,19); }
td.TdClassName
{
border-color: #3ACE13;
}
.TagClassName
{
border-color: #3ACE13;
}
</style>