Shades of Lime Green #3ACD46
Tints of Lime Green #3ACD46
RGB
CMYK
RGB Variations
Color information
#3ACD46 (or 0x3ACD46) is known color: Lime Green. HEX triplet: 3A, CD and 46. RGB value is (58,205,70). Sum of RGB (Red+Green+Blue) = 58+205+70=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 205 (80.47% from 255 or 61.56% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACD46 is #C532B9. Grayscale: #929292. Windows color (decimal): -12923578 or 4640058. OLE color: 4640058.
HSL color Cylindrical-coordinate representation of color #3ACD46: hue angle of 124.9º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACD46 is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 70 | - |
| CMYK | 0.72 | 0 | 0.66 | 0.20 |
| HSL | 124.9º | 0.6% | 0.52% | - |
| HSV(B) | 124.9º | 0.72% | 0.8% | - |
| XYZ | 24.68 | 45 | 13.18 | - |
| YUV | 145.66 | 85.3 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 70 | 0.72 | 0 | 0.66 | 0.20 | 124.9 | 0.6 | 0.52 |
| Hex | 3A | CD | 46 | 48 | 0 | 42 | 14 | 7D | 3C | 34 |
| Octal | 72 | 315 | 106 | 110 | 0 | 102 | 24 | 175 | 74 | 64 |
| Binary | 111010 | 11001101 | 1000110 | 1001000 | 0 | 1000010 | 10100 | 1111101 | 111100 | 110100 |
Color Harmonies of #3ACD46
Complementary color
Monochromatic Colors of #3ACD46
Black with #3ACD46
Text Example
Text Example
White with #3ACD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACD46; }
p { color: rgb(58,205,70); }
H1.HeaderClassName
{
color: #3ACD46;
}
.AnyTagClassName
{
color: #3ACD46;
}
</style>
background-color css
<style>
a { background-color: #3ACD46; }
a { background-color: rgb(58,205,70); }
div.DivClassName
{
background-color: #3ACD46;
}
.BgClassName
{
background-color: #3ACD46;
}
</style>
border-color css
<style>
span { border-color: #3ACD46; }
span { border-color: rgb(58,205,70); }
td.TdClassName
{
border-color: #3ACD46;
}
.TagClassName
{
border-color: #3ACD46;
}
</style>