Shades of Lime Green #3ACE47
Tints of Lime Green #3ACE47
RGB
CMYK
RGB Variations
Color information
#3ACE47 (or 0x3ACE47) is known color: Lime Green. HEX triplet: 3A, CE and 47. RGB value is (58,206,71). Sum of RGB (Red+Green+Blue) = 58+206+71=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 206 (80.86% from 255 or 61.49% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACE47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACE47 is #C531B8. Grayscale: #929292. Windows color (decimal): -12923321 or 4705850. OLE color: 4705850.
HSL color Cylindrical-coordinate representation of color #3ACE47: hue angle of 125.27º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACE47 is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 206 | 71 | - |
| CMYK | 0.72 | 0 | 0.66 | 0.19 |
| HSL | 125.27º | 0.6% | 0.52% | - |
| HSV(B) | 125.27º | 0.72% | 0.81% | - |
| XYZ | 24.95 | 45.5 | 13.43 | - |
| YUV | 146.36 | 85.47 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 206 | 71 | 0.72 | 0 | 0.66 | 0.19 | 125.27 | 0.6 | 0.52 |
| Hex | 3A | CE | 47 | 48 | 0 | 42 | 13 | 7D | 3C | 34 |
| Octal | 72 | 316 | 107 | 110 | 0 | 102 | 23 | 175 | 74 | 64 |
| Binary | 111010 | 11001110 | 1000111 | 1001000 | 0 | 1000010 | 10011 | 1111101 | 111100 | 110100 |
Color Harmonies of #3ACE47
Complementary color
Monochromatic Colors of #3ACE47
Black with #3ACE47
Text Example
Text Example
White with #3ACE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACE47; }
p { color: rgb(58,206,71); }
H1.HeaderClassName
{
color: #3ACE47;
}
.AnyTagClassName
{
color: #3ACE47;
}
</style>
background-color css
<style>
a { background-color: #3ACE47; }
a { background-color: rgb(58,206,71); }
div.DivClassName
{
background-color: #3ACE47;
}
.BgClassName
{
background-color: #3ACE47;
}
</style>
border-color css
<style>
span { border-color: #3ACE47; }
span { border-color: rgb(58,206,71); }
td.TdClassName
{
border-color: #3ACE47;
}
.TagClassName
{
border-color: #3ACE47;
}
</style>