Shades of Lime Green #3ACE1C
Tints of Lime Green #3ACE1C
RGB
CMYK
RGB Variations
Color information
#3ACE1C (or 0x3ACE1C) is known color: Lime Green. HEX triplet: 3A, CE and 1C. RGB value is (58,206,28). Sum of RGB (Red+Green+Blue) = 58+206+28=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 206 (80.86% from 255 or 70.55% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACE1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACE1C is #C531E3. Grayscale: #8E8E8E. Windows color (decimal): -12923364 or 1887802. OLE color: 1887802.
HSL color Cylindrical-coordinate representation of color #3ACE1C: hue angle of 109.89º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3ACE1C is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 206 | 28 | - |
| CMYK | 0.72 | 0 | 0.86 | 0.19 |
| HSL | 109.89º | 0.76% | 0.46% | - |
| HSV(B) | 109.89º | 0.86% | 0.81% | - |
| XYZ | 24.03 | 45.13 | 8.54 | - |
| YUV | 141.46 | 63.97 | 68.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 206 | 28 | 0.72 | 0 | 0.86 | 0.19 | 109.89 | 0.76 | 0.46 |
| Hex | 3A | CE | 1C | 48 | 0 | 56 | 13 | 6E | 4C | 2E |
| Octal | 72 | 316 | 34 | 110 | 0 | 126 | 23 | 156 | 114 | 56 |
| Binary | 111010 | 11001110 | 11100 | 1001000 | 0 | 1010110 | 10011 | 1101110 | 1001100 | 101110 |
Color Harmonies of #3ACE1C
Complementary color
Monochromatic Colors of #3ACE1C
Black with #3ACE1C
Text Example
Text Example
White with #3ACE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACE1C; }
p { color: rgb(58,206,28); }
H1.HeaderClassName
{
color: #3ACE1C;
}
.AnyTagClassName
{
color: #3ACE1C;
}
</style>
background-color css
<style>
a { background-color: #3ACE1C; }
a { background-color: rgb(58,206,28); }
div.DivClassName
{
background-color: #3ACE1C;
}
.BgClassName
{
background-color: #3ACE1C;
}
</style>
border-color css
<style>
span { border-color: #3ACE1C; }
span { border-color: rgb(58,206,28); }
td.TdClassName
{
border-color: #3ACE1C;
}
.TagClassName
{
border-color: #3ACE1C;
}
</style>