Shades of Lime Green #3AE531
Tints of Lime Green #3AE531
RGB
CMYK
RGB Variations
Color information
#3AE531 (or 0x3AE531) is known color: Lime Green. HEX triplet: 3A, E5 and 31. RGB value is (58,229,49). Sum of RGB (Red+Green+Blue) = 58+229+49=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 229 (89.84% from 255 or 68.15% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 229 - color contains mainly: green. Hex color #3AE531 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE531 is #C51ACE. Grayscale: #9D9D9D. Windows color (decimal): -12917455 or 3269946. OLE color: 3269946.
HSL color Cylindrical-coordinate representation of color #3AE531: hue angle of 117º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3AE531 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 58 | 229 | 49 | - |
| CMYK | 0.75 | 0 | 0.79 | 0.10 |
| HSL | 117º | 0.78% | 0.55% | - |
| HSV(B) | 117º | 0.79% | 0.9% | - |
| XYZ | 30.32 | 57.16 | 12.34 | - |
| YUV | 157.35 | 66.85 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 229 | 49 | 0.75 | 0 | 0.79 | 0.10 | 117 | 0.78 | 0.55 |
| Hex | 3A | E5 | 31 | 4B | 0 | 4F | A | 75 | 4E | 37 |
| Octal | 72 | 345 | 61 | 113 | 0 | 117 | 12 | 165 | 116 | 67 |
| Binary | 111010 | 11100101 | 110001 | 1001011 | 0 | 1001111 | 1010 | 1110101 | 1001110 | 110111 |
Color Harmonies of #3AE531
Complementary color
Monochromatic Colors of #3AE531
Black with #3AE531
Text Example
Text Example
White with #3AE531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE531; }
p { color: rgb(58,229,49); }
H1.HeaderClassName
{
color: #3AE531;
}
.AnyTagClassName
{
color: #3AE531;
}
</style>
background-color css
<style>
a { background-color: #3AE531; }
a { background-color: rgb(58,229,49); }
div.DivClassName
{
background-color: #3AE531;
}
.BgClassName
{
background-color: #3AE531;
}
</style>
border-color css
<style>
span { border-color: #3AE531; }
span { border-color: rgb(58,229,49); }
td.TdClassName
{
border-color: #3AE531;
}
.TagClassName
{
border-color: #3AE531;
}
</style>