Shades of Lime Green #3AB130
Tints of Lime Green #3AB130
RGB
CMYK
RGB Variations
Color information
#3AB130 (or 0x3AB130) is known color: Lime Green. HEX triplet: 3A, B1 and 30. RGB value is (58,177,48). Sum of RGB (Red+Green+Blue) = 58+177+48=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 177 (69.53% from 255 or 62.54% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 177 - color contains mainly: green. Hex color #3AB130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AB130 is #C54ECF. Grayscale: #7F7F7F. Windows color (decimal): -12930768 or 3191098. OLE color: 3191098.
HSL color Cylindrical-coordinate representation of color #3AB130: hue angle of 115.35º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AB130 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 177 | 48 | - |
| CMYK | 0.67 | 0 | 0.73 | 0.31 |
| HSL | 115.35º | 0.57% | 0.44% | - |
| HSV(B) | 115.35º | 0.73% | 0.69% | - |
| XYZ | 18 | 32.56 | 8.13 | - |
| YUV | 126.71 | 83.58 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 177 | 48 | 0.67 | 0 | 0.73 | 0.31 | 115.35 | 0.57 | 0.44 |
| Hex | 3A | B1 | 30 | 43 | 0 | 49 | 1F | 73 | 39 | 2C |
| Octal | 72 | 261 | 60 | 103 | 0 | 111 | 37 | 163 | 71 | 54 |
| Binary | 111010 | 10110001 | 110000 | 1000011 | 0 | 1001001 | 11111 | 1110011 | 111001 | 101100 |
Color Harmonies of #3AB130
Complementary color
Monochromatic Colors of #3AB130
Black with #3AB130
Text Example
Text Example
White with #3AB130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB130; }
p { color: rgb(58,177,48); }
H1.HeaderClassName
{
color: #3AB130;
}
.AnyTagClassName
{
color: #3AB130;
}
</style>
background-color css
<style>
a { background-color: #3AB130; }
a { background-color: rgb(58,177,48); }
div.DivClassName
{
background-color: #3AB130;
}
.BgClassName
{
background-color: #3AB130;
}
</style>
border-color css
<style>
span { border-color: #3AB130; }
span { border-color: rgb(58,177,48); }
td.TdClassName
{
border-color: #3AB130;
}
.TagClassName
{
border-color: #3AB130;
}
</style>