Shades of Lime Green #3AC247
Tints of Lime Green #3AC247
RGB
CMYK
RGB Variations
Color information
#3AC247 (or 0x3AC247) is known color: Lime Green. HEX triplet: 3A, C2 and 47. RGB value is (58,194,71). Sum of RGB (Red+Green+Blue) = 58+194+71=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 194 (76.17% from 255 or 60.06% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC247 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC247 is #C53DB8. Grayscale: #8B8B8B. Windows color (decimal): -12926393 or 4702778. OLE color: 4702778.
HSL color Cylindrical-coordinate representation of color #3AC247: hue angle of 125.74º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC247 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 194 | 71 | - |
| CMYK | 0.70 | 0 | 0.63 | 0.24 |
| HSL | 125.74º | 0.54% | 0.49% | - |
| HSV(B) | 125.74º | 0.7% | 0.76% | - |
| XYZ | 22.17 | 39.94 | 12.5 | - |
| YUV | 139.31 | 89.44 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 194 | 71 | 0.70 | 0 | 0.63 | 0.24 | 125.74 | 0.54 | 0.49 |
| Hex | 3A | C2 | 47 | 46 | 0 | 3F | 18 | 7E | 36 | 31 |
| Octal | 72 | 302 | 107 | 106 | 0 | 77 | 30 | 176 | 66 | 61 |
| Binary | 111010 | 11000010 | 1000111 | 1000110 | 0 | 111111 | 11000 | 1111110 | 110110 | 110001 |
Color Harmonies of #3AC247
Complementary color
Monochromatic Colors of #3AC247
Black with #3AC247
Text Example
Text Example
White with #3AC247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC247; }
p { color: rgb(58,194,71); }
H1.HeaderClassName
{
color: #3AC247;
}
.AnyTagClassName
{
color: #3AC247;
}
</style>
background-color css
<style>
a { background-color: #3AC247; }
a { background-color: rgb(58,194,71); }
div.DivClassName
{
background-color: #3AC247;
}
.BgClassName
{
background-color: #3AC247;
}
</style>
border-color css
<style>
span { border-color: #3AC247; }
span { border-color: rgb(58,194,71); }
td.TdClassName
{
border-color: #3AC247;
}
.TagClassName
{
border-color: #3AC247;
}
</style>