Shades of Lime Green #3ACD4F
Tints of Lime Green #3ACD4F
RGB
CMYK
RGB Variations
Color information
#3ACD4F (or 0x3ACD4F) is known color: Lime Green. HEX triplet: 3A, CD and 4F. RGB value is (58,205,79). Sum of RGB (Red+Green+Blue) = 58+205+79=342 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.96% from 342); Green value is 205 (80.47% from 255 or 59.94% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ACD4F is #C532B0. Grayscale: #939393. Windows color (decimal): -12923569 or 5229882. OLE color: 5229882.
HSL color Cylindrical-coordinate representation of color #3ACD4F: hue angle of 128.57º 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 #3ACD4F is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 79 | - |
| CMYK | 0.72 | 0 | 0.61 | 0.20 |
| HSL | 128.57º | 0.6% | 0.52% | - |
| HSV(B) | 128.57º | 0.72% | 0.8% | - |
| XYZ | 24.99 | 45.13 | 14.79 | - |
| YUV | 146.68 | 89.8 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 79 | 0.72 | 0 | 0.61 | 0.20 | 128.57 | 0.6 | 0.52 |
| Hex | 3A | CD | 4F | 48 | 0 | 3D | 14 | 81 | 3C | 34 |
| Octal | 72 | 315 | 117 | 110 | 0 | 75 | 24 | 201 | 74 | 64 |
| Binary | 111010 | 11001101 | 1001111 | 1001000 | 0 | 111101 | 10100 | 10000001 | 111100 | 110100 |
Color Harmonies of #3ACD4F
Complementary color
Monochromatic Colors of #3ACD4F
Black with #3ACD4F
Text Example
Text Example
White with #3ACD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACD4F; }
p { color: rgb(58,205,79); }
H1.HeaderClassName
{
color: #3ACD4F;
}
.AnyTagClassName
{
color: #3ACD4F;
}
</style>
background-color css
<style>
a { background-color: #3ACD4F; }
a { background-color: rgb(58,205,79); }
div.DivClassName
{
background-color: #3ACD4F;
}
.BgClassName
{
background-color: #3ACD4F;
}
</style>
border-color css
<style>
span { border-color: #3ACD4F; }
span { border-color: rgb(58,205,79); }
td.TdClassName
{
border-color: #3ACD4F;
}
.TagClassName
{
border-color: #3ACD4F;
}
</style>