Shades of Lime Green #3ACE1E
Tints of Lime Green #3ACE1E
RGB
CMYK
RGB Variations
Color information
#3ACE1E (or 0x3ACE1E) is known color: Lime Green. HEX triplet: 3A, CE and 1E. RGB value is (58,206,30). Sum of RGB (Red+Green+Blue) = 58+206+30=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 206 (80.86% from 255 or 70.07% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACE1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACE1E is #C531E1. Grayscale: #8E8E8E. Windows color (decimal): -12923362 or 2018874. OLE color: 2018874.
HSL color Cylindrical-coordinate representation of color #3ACE1E: hue angle of 110.45º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3ACE1E is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 206 | 30 | - |
| CMYK | 0.72 | 0 | 0.85 | 0.19 |
| HSL | 110.45º | 0.75% | 0.46% | - |
| HSV(B) | 110.45º | 0.85% | 0.81% | - |
| XYZ | 24.05 | 45.14 | 8.67 | - |
| YUV | 141.68 | 64.97 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 206 | 30 | 0.72 | 0 | 0.85 | 0.19 | 110.45 | 0.75 | 0.46 |
| Hex | 3A | CE | 1E | 48 | 0 | 55 | 13 | 6E | 4B | 2E |
| Octal | 72 | 316 | 36 | 110 | 0 | 125 | 23 | 156 | 113 | 56 |
| Binary | 111010 | 11001110 | 11110 | 1001000 | 0 | 1010101 | 10011 | 1101110 | 1001011 | 101110 |
Color Harmonies of #3ACE1E
Complementary color
Monochromatic Colors of #3ACE1E
Black with #3ACE1E
Text Example
Text Example
White with #3ACE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACE1E; }
p { color: rgb(58,206,30); }
H1.HeaderClassName
{
color: #3ACE1E;
}
.AnyTagClassName
{
color: #3ACE1E;
}
</style>
background-color css
<style>
a { background-color: #3ACE1E; }
a { background-color: rgb(58,206,30); }
div.DivClassName
{
background-color: #3ACE1E;
}
.BgClassName
{
background-color: #3ACE1E;
}
</style>
border-color css
<style>
span { border-color: #3ACE1E; }
span { border-color: rgb(58,206,30); }
td.TdClassName
{
border-color: #3ACE1E;
}
.TagClassName
{
border-color: #3ACE1E;
}
</style>