Shades of Lime Green #3AC131
Tints of Lime Green #3AC131
RGB
CMYK
RGB Variations
Color information
#3AC131 (or 0x3AC131) is known color: Lime Green. HEX triplet: 3A, C1 and 31. RGB value is (58,193,49). Sum of RGB (Red+Green+Blue) = 58+193+49=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 193 (75.78% from 255 or 64.33% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC131 is #C53ECE. Grayscale: #888888. Windows color (decimal): -12926671 or 3260730. OLE color: 3260730.
HSL color Cylindrical-coordinate representation of color #3AC131: hue angle of 116.25º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AC131 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 193 | 49 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.24 |
| HSL | 116.25º | 0.6% | 0.47% | - |
| HSV(B) | 116.25º | 0.75% | 0.76% | - |
| XYZ | 21.37 | 39.26 | 9.36 | - |
| YUV | 136.22 | 78.77 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 193 | 49 | 0.70 | 0 | 0.75 | 0.24 | 116.25 | 0.6 | 0.47 |
| Hex | 3A | C1 | 31 | 46 | 0 | 4B | 18 | 74 | 3C | 2F |
| Octal | 72 | 301 | 61 | 106 | 0 | 113 | 30 | 164 | 74 | 57 |
| Binary | 111010 | 11000001 | 110001 | 1000110 | 0 | 1001011 | 11000 | 1110100 | 111100 | 101111 |
Color Harmonies of #3AC131
Complementary color
Monochromatic Colors of #3AC131
Black with #3AC131
Text Example
Text Example
White with #3AC131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC131; }
p { color: rgb(58,193,49); }
H1.HeaderClassName
{
color: #3AC131;
}
.AnyTagClassName
{
color: #3AC131;
}
</style>
background-color css
<style>
a { background-color: #3AC131; }
a { background-color: rgb(58,193,49); }
div.DivClassName
{
background-color: #3AC131;
}
.BgClassName
{
background-color: #3AC131;
}
</style>
border-color css
<style>
span { border-color: #3AC131; }
span { border-color: rgb(58,193,49); }
td.TdClassName
{
border-color: #3AC131;
}
.TagClassName
{
border-color: #3AC131;
}
</style>