Shades of Lime Green #3AB540
Tints of Lime Green #3AB540
RGB
CMYK
RGB Variations
Color information
#3AB540 (or 0x3AB540) is known color: Lime Green. HEX triplet: 3A, B5 and 40. RGB value is (58,181,64). Sum of RGB (Red+Green+Blue) = 58+181+64=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 181 (71.09% from 255 or 59.74% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 181 - color contains mainly: green. Hex color #3AB540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB540 is #C54ABF. Grayscale: #838383. Windows color (decimal): -12929728 or 4240698. OLE color: 4240698.
HSL color Cylindrical-coordinate representation of color #3AB540: hue angle of 122.93º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AB540 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 58 | 181 | 64 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.29 |
| HSL | 122.93º | 0.51% | 0.47% | - |
| HSV(B) | 122.93º | 0.68% | 0.71% | - |
| XYZ | 19.19 | 34.32 | 10.46 | - |
| YUV | 130.89 | 90.25 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 181 | 64 | 0.68 | 0 | 0.65 | 0.29 | 122.93 | 0.51 | 0.47 |
| Hex | 3A | B5 | 40 | 44 | 0 | 41 | 1D | 7B | 33 | 2F |
| Octal | 72 | 265 | 100 | 104 | 0 | 101 | 35 | 173 | 63 | 57 |
| Binary | 111010 | 10110101 | 1000000 | 1000100 | 0 | 1000001 | 11101 | 1111011 | 110011 | 101111 |
Color Harmonies of #3AB540
Complementary color
Monochromatic Colors of #3AB540
Black with #3AB540
Text Example
Text Example
White with #3AB540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB540; }
p { color: rgb(58,181,64); }
H1.HeaderClassName
{
color: #3AB540;
}
.AnyTagClassName
{
color: #3AB540;
}
</style>
background-color css
<style>
a { background-color: #3AB540; }
a { background-color: rgb(58,181,64); }
div.DivClassName
{
background-color: #3AB540;
}
.BgClassName
{
background-color: #3AB540;
}
</style>
border-color css
<style>
span { border-color: #3AB540; }
span { border-color: rgb(58,181,64); }
td.TdClassName
{
border-color: #3AB540;
}
.TagClassName
{
border-color: #3AB540;
}
</style>