Shades of Lime Green #3AB031
Tints of Lime Green #3AB031
RGB
CMYK
RGB Variations
Color information
#3AB031 (or 0x3AB031) is known color: Lime Green. HEX triplet: 3A, B0 and 31. RGB value is (58,176,49). Sum of RGB (Red+Green+Blue) = 58+176+49=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 176 (69.14% from 255 or 62.19% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 176 - color contains mainly: green. Hex color #3AB031 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AB031 is #C54FCE. Grayscale: #7E7E7E. Windows color (decimal): -12931023 or 3256378. OLE color: 3256378.
HSL color Cylindrical-coordinate representation of color #3AB031: hue angle of 115.75º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AB031 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 176 | 49 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.31 |
| HSL | 115.75º | 0.56% | 0.44% | - |
| HSV(B) | 115.75º | 0.72% | 0.69% | - |
| XYZ | 17.82 | 32.17 | 8.18 | - |
| YUV | 126.24 | 84.41 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 176 | 49 | 0.67 | 0 | 0.72 | 0.31 | 115.75 | 0.56 | 0.44 |
| Hex | 3A | B0 | 31 | 43 | 0 | 48 | 1F | 74 | 38 | 2C |
| Octal | 72 | 260 | 61 | 103 | 0 | 110 | 37 | 164 | 70 | 54 |
| Binary | 111010 | 10110000 | 110001 | 1000011 | 0 | 1001000 | 11111 | 1110100 | 111000 | 101100 |
Color Harmonies of #3AB031
Complementary color
Monochromatic Colors of #3AB031
Black with #3AB031
Text Example
Text Example
White with #3AB031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB031; }
p { color: rgb(58,176,49); }
H1.HeaderClassName
{
color: #3AB031;
}
.AnyTagClassName
{
color: #3AB031;
}
</style>
background-color css
<style>
a { background-color: #3AB031; }
a { background-color: rgb(58,176,49); }
div.DivClassName
{
background-color: #3AB031;
}
.BgClassName
{
background-color: #3AB031;
}
</style>
border-color css
<style>
span { border-color: #3AB031; }
span { border-color: rgb(58,176,49); }
td.TdClassName
{
border-color: #3AB031;
}
.TagClassName
{
border-color: #3AB031;
}
</style>