Shades of Kelly Green #3ACE11
Tints of Kelly Green #3ACE11
RGB
CMYK
RGB Variations
Color information
#3ACE11 (or 0x3ACE11) is known color: Kelly Green. HEX triplet: 3A, CE and 11. RGB value is (58,206,17). Sum of RGB (Red+Green+Blue) = 58+206+17=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 206 (80.86% from 255 or 73.31% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACE11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ACE11 is #C531EE. Grayscale: #8C8C8C. Windows color (decimal): -12923375 or 1166906. OLE color: 1166906.
HSL color Cylindrical-coordinate representation of color #3ACE11: hue angle of 106.98º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3ACE11 is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 206 | 17 | - |
| CMYK | 0.72 | 0 | 0.92 | 0.19 |
| HSL | 106.98º | 0.85% | 0.44% | - |
| HSV(B) | 106.98º | 0.92% | 0.81% | - |
| XYZ | 23.92 | 45.08 | 7.97 | - |
| YUV | 140.2 | 58.47 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 206 | 17 | 0.72 | 0 | 0.92 | 0.19 | 106.98 | 0.85 | 0.44 |
| Hex | 3A | CE | 11 | 48 | 0 | 5C | 13 | 6B | 55 | 2C |
| Octal | 72 | 316 | 21 | 110 | 0 | 134 | 23 | 153 | 125 | 54 |
| Binary | 111010 | 11001110 | 10001 | 1001000 | 0 | 1011100 | 10011 | 1101011 | 1010101 | 101100 |
Color Harmonies of #3ACE11
Complementary color
Monochromatic Colors of #3ACE11
Black with #3ACE11
Text Example
Text Example
White with #3ACE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACE11; }
p { color: rgb(58,206,17); }
H1.HeaderClassName
{
color: #3ACE11;
}
.AnyTagClassName
{
color: #3ACE11;
}
</style>
background-color css
<style>
a { background-color: #3ACE11; }
a { background-color: rgb(58,206,17); }
div.DivClassName
{
background-color: #3ACE11;
}
.BgClassName
{
background-color: #3ACE11;
}
</style>
border-color css
<style>
span { border-color: #3ACE11; }
span { border-color: rgb(58,206,17); }
td.TdClassName
{
border-color: #3ACE11;
}
.TagClassName
{
border-color: #3ACE11;
}
</style>