Shades of Lime Green #3AD931
Tints of Lime Green #3AD931
RGB
CMYK
RGB Variations
Color information
#3AD931 (or 0x3AD931) is known color: Lime Green. HEX triplet: 3A, D9 and 31. RGB value is (58,217,49). Sum of RGB (Red+Green+Blue) = 58+217+49=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 217 (85.16% from 255 or 66.98% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD931 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD931 is #C526CE. Grayscale: #969696. Windows color (decimal): -12920527 or 3266874. OLE color: 3266874.
HSL color Cylindrical-coordinate representation of color #3AD931: hue angle of 116.79º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AD931 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 49 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.15 |
| HSL | 116.79º | 0.69% | 0.52% | - |
| HSV(B) | 116.79º | 0.77% | 0.85% | - |
| XYZ | 27.11 | 50.75 | 11.27 | - |
| YUV | 150.31 | 70.82 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 49 | 0.73 | 0 | 0.77 | 0.15 | 116.79 | 0.69 | 0.52 |
| Hex | 3A | D9 | 31 | 49 | 0 | 4D | F | 75 | 45 | 34 |
| Octal | 72 | 331 | 61 | 111 | 0 | 115 | 17 | 165 | 105 | 64 |
| Binary | 111010 | 11011001 | 110001 | 1001001 | 0 | 1001101 | 1111 | 1110101 | 1000101 | 110100 |
Color Harmonies of #3AD931
Complementary color
Monochromatic Colors of #3AD931
Black with #3AD931
Text Example
Text Example
White with #3AD931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD931; }
p { color: rgb(58,217,49); }
H1.HeaderClassName
{
color: #3AD931;
}
.AnyTagClassName
{
color: #3AD931;
}
</style>
background-color css
<style>
a { background-color: #3AD931; }
a { background-color: rgb(58,217,49); }
div.DivClassName
{
background-color: #3AD931;
}
.BgClassName
{
background-color: #3AD931;
}
</style>
border-color css
<style>
span { border-color: #3AD931; }
span { border-color: rgb(58,217,49); }
td.TdClassName
{
border-color: #3AD931;
}
.TagClassName
{
border-color: #3AD931;
}
</style>