Shades of Lime Green #3ACC1D
Tints of Lime Green #3ACC1D
RGB
CMYK
RGB Variations
Color information
#3ACC1D (or 0x3ACC1D) is known color: Lime Green. HEX triplet: 3A, CC and 1D. RGB value is (58,204,29). Sum of RGB (Red+Green+Blue) = 58+204+29=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 204 (80.08% from 255 or 70.10% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACC1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACC1D is #C533E2. Grayscale: #8C8C8C. Windows color (decimal): -12923875 or 1952826. OLE color: 1952826.
HSL color Cylindrical-coordinate representation of color #3ACC1D: hue angle of 110.06º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3ACC1D is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 204 | 29 | - |
| CMYK | 0.72 | 0 | 0.86 | 0.2 |
| HSL | 110.06º | 0.75% | 0.46% | - |
| HSV(B) | 110.06º | 0.86% | 0.8% | - |
| XYZ | 23.56 | 44.17 | 8.45 | - |
| YUV | 140.4 | 65.13 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 204 | 29 | 0.72 | 0 | 0.86 | 0.2 | 110.06 | 0.75 | 0.46 |
| Hex | 3A | CC | 1D | 48 | 0 | 56 | 14 | 6E | 4B | 2E |
| Octal | 72 | 314 | 35 | 110 | 0 | 126 | 24 | 156 | 113 | 56 |
| Binary | 111010 | 11001100 | 11101 | 1001000 | 0 | 1010110 | 10100 | 1101110 | 1001011 | 101110 |
Color Harmonies of #3ACC1D
Complementary color
Monochromatic Colors of #3ACC1D
Black with #3ACC1D
Text Example
Text Example
White with #3ACC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACC1D; }
p { color: rgb(58,204,29); }
H1.HeaderClassName
{
color: #3ACC1D;
}
.AnyTagClassName
{
color: #3ACC1D;
}
</style>
background-color css
<style>
a { background-color: #3ACC1D; }
a { background-color: rgb(58,204,29); }
div.DivClassName
{
background-color: #3ACC1D;
}
.BgClassName
{
background-color: #3ACC1D;
}
</style>
border-color css
<style>
span { border-color: #3ACC1D; }
span { border-color: rgb(58,204,29); }
td.TdClassName
{
border-color: #3ACC1D;
}
.TagClassName
{
border-color: #3ACC1D;
}
</style>