Shades of Lime Green #3AD731
Tints of Lime Green #3AD731
RGB
CMYK
RGB Variations
Color information
#3AD731 (or 0x3AD731) is known color: Lime Green. HEX triplet: 3A, D7 and 31. RGB value is (58,215,49). Sum of RGB (Red+Green+Blue) = 58+215+49=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 215 (84.38% from 255 or 66.77% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD731 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD731 is #C528CE. Grayscale: #959595. Windows color (decimal): -12921039 or 3266362. OLE color: 3266362.
HSL color Cylindrical-coordinate representation of color #3AD731: hue angle of 116.75º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AD731 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 215 | 49 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.16 |
| HSL | 116.75º | 0.67% | 0.52% | - |
| HSV(B) | 116.75º | 0.77% | 0.84% | - |
| XYZ | 26.6 | 49.72 | 11.1 | - |
| YUV | 149.13 | 71.49 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 49 | 0.73 | 0 | 0.77 | 0.16 | 116.75 | 0.67 | 0.52 |
| Hex | 3A | D7 | 31 | 49 | 0 | 4D | 10 | 75 | 43 | 34 |
| Octal | 72 | 327 | 61 | 111 | 0 | 115 | 20 | 165 | 103 | 64 |
| Binary | 111010 | 11010111 | 110001 | 1001001 | 0 | 1001101 | 10000 | 1110101 | 1000011 | 110100 |
Color Harmonies of #3AD731
Complementary color
Monochromatic Colors of #3AD731
Black with #3AD731
Text Example
Text Example
White with #3AD731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD731; }
p { color: rgb(58,215,49); }
H1.HeaderClassName
{
color: #3AD731;
}
.AnyTagClassName
{
color: #3AD731;
}
</style>
background-color css
<style>
a { background-color: #3AD731; }
a { background-color: rgb(58,215,49); }
div.DivClassName
{
background-color: #3AD731;
}
.BgClassName
{
background-color: #3AD731;
}
</style>
border-color css
<style>
span { border-color: #3AD731; }
span { border-color: rgb(58,215,49); }
td.TdClassName
{
border-color: #3AD731;
}
.TagClassName
{
border-color: #3AD731;
}
</style>