Shades of Lime Green #3ACD1F
Tints of Lime Green #3ACD1F
RGB
CMYK
RGB Variations
Color information
#3ACD1F (or 0x3ACD1F) is known color: Lime Green. HEX triplet: 3A, CD and 1F. RGB value is (58,205,31). Sum of RGB (Red+Green+Blue) = 58+205+31=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 205 (80.47% from 255 or 69.73% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACD1F is #C532E0. Grayscale: #8D8D8D. Windows color (decimal): -12923617 or 2084154. OLE color: 2084154.
HSL color Cylindrical-coordinate representation of color #3ACD1F: hue angle of 110.69º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3ACD1F is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 31 | - |
| CMYK | 0.72 | 0 | 0.85 | 0.20 |
| HSL | 110.69º | 0.74% | 0.46% | - |
| HSV(B) | 110.69º | 0.85% | 0.8% | - |
| XYZ | 23.82 | 44.66 | 8.66 | - |
| YUV | 141.21 | 65.8 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 31 | 0.72 | 0 | 0.85 | 0.20 | 110.69 | 0.74 | 0.46 |
| Hex | 3A | CD | 1F | 48 | 0 | 55 | 14 | 6F | 4A | 2E |
| Octal | 72 | 315 | 37 | 110 | 0 | 125 | 24 | 157 | 112 | 56 |
| Binary | 111010 | 11001101 | 11111 | 1001000 | 0 | 1010101 | 10100 | 1101111 | 1001010 | 101110 |
Color Harmonies of #3ACD1F
Complementary color
Monochromatic Colors of #3ACD1F
Black with #3ACD1F
Text Example
Text Example
White with #3ACD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACD1F; }
p { color: rgb(58,205,31); }
H1.HeaderClassName
{
color: #3ACD1F;
}
.AnyTagClassName
{
color: #3ACD1F;
}
</style>
background-color css
<style>
a { background-color: #3ACD1F; }
a { background-color: rgb(58,205,31); }
div.DivClassName
{
background-color: #3ACD1F;
}
.BgClassName
{
background-color: #3ACD1F;
}
</style>
border-color css
<style>
span { border-color: #3ACD1F; }
span { border-color: rgb(58,205,31); }
td.TdClassName
{
border-color: #3ACD1F;
}
.TagClassName
{
border-color: #3ACD1F;
}
</style>