Shades of Lime Green #3AB731
Tints of Lime Green #3AB731
RGB
CMYK
RGB Variations
Color information
#3AB731 (or 0x3AB731) is known color: Lime Green. HEX triplet: 3A, B7 and 31. RGB value is (58,183,49). Sum of RGB (Red+Green+Blue) = 58+183+49=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 183 (71.88% from 255 or 63.10% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 183 - color contains mainly: green. Hex color #3AB731 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB731 is #C548CE. Grayscale: #828282. Windows color (decimal): -12929231 or 3258170. OLE color: 3258170.
HSL color Cylindrical-coordinate representation of color #3AB731: hue angle of 115.97º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AB731 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 58 | 183 | 49 | - |
| CMYK | 0.68 | 0 | 0.73 | 0.28 |
| HSL | 115.97º | 0.58% | 0.45% | - |
| HSV(B) | 115.97º | 0.73% | 0.72% | - |
| XYZ | 19.23 | 34.99 | 8.65 | - |
| YUV | 130.35 | 82.09 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 183 | 49 | 0.68 | 0 | 0.73 | 0.28 | 115.97 | 0.58 | 0.45 |
| Hex | 3A | B7 | 31 | 44 | 0 | 49 | 1C | 74 | 3A | 2D |
| Octal | 72 | 267 | 61 | 104 | 0 | 111 | 34 | 164 | 72 | 55 |
| Binary | 111010 | 10110111 | 110001 | 1000100 | 0 | 1001001 | 11100 | 1110100 | 111010 | 101101 |
Color Harmonies of #3AB731
Complementary color
Monochromatic Colors of #3AB731
Black with #3AB731
Text Example
Text Example
White with #3AB731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB731; }
p { color: rgb(58,183,49); }
H1.HeaderClassName
{
color: #3AB731;
}
.AnyTagClassName
{
color: #3AB731;
}
</style>
background-color css
<style>
a { background-color: #3AB731; }
a { background-color: rgb(58,183,49); }
div.DivClassName
{
background-color: #3AB731;
}
.BgClassName
{
background-color: #3AB731;
}
</style>
border-color css
<style>
span { border-color: #3AB731; }
span { border-color: rgb(58,183,49); }
td.TdClassName
{
border-color: #3AB731;
}
.TagClassName
{
border-color: #3AB731;
}
</style>