Shades of Lime Green #3ABA2F
Tints of Lime Green #3ABA2F
RGB
CMYK
RGB Variations
Color information
#3ABA2F (or 0x3ABA2F) is known color: Lime Green. HEX triplet: 3A, BA and 2F. RGB value is (58,186,47). Sum of RGB (Red+Green+Blue) = 58+186+47=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 186 (73.05% from 255 or 63.92% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABA2F is #C545D0. Grayscale: #848484. Windows color (decimal): -12928465 or 3127866. OLE color: 3127866.
HSL color Cylindrical-coordinate representation of color #3ABA2F: hue angle of 115.25º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3ABA2F is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 186 | 47 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.27 |
| HSL | 115.25º | 0.6% | 0.46% | - |
| HSV(B) | 115.25º | 0.75% | 0.73% | - |
| XYZ | 19.82 | 36.22 | 8.64 | - |
| YUV | 131.88 | 80.09 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 47 | 0.69 | 0 | 0.75 | 0.27 | 115.25 | 0.6 | 0.46 |
| Hex | 3A | BA | 2F | 45 | 0 | 4B | 1B | 73 | 3C | 2E |
| Octal | 72 | 272 | 57 | 105 | 0 | 113 | 33 | 163 | 74 | 56 |
| Binary | 111010 | 10111010 | 101111 | 1000101 | 0 | 1001011 | 11011 | 1110011 | 111100 | 101110 |
Color Harmonies of #3ABA2F
Complementary color
Monochromatic Colors of #3ABA2F
Black with #3ABA2F
Text Example
Text Example
White with #3ABA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABA2F; }
p { color: rgb(58,186,47); }
H1.HeaderClassName
{
color: #3ABA2F;
}
.AnyTagClassName
{
color: #3ABA2F;
}
</style>
background-color css
<style>
a { background-color: #3ABA2F; }
a { background-color: rgb(58,186,47); }
div.DivClassName
{
background-color: #3ABA2F;
}
.BgClassName
{
background-color: #3ABA2F;
}
</style>
border-color css
<style>
span { border-color: #3ABA2F; }
span { border-color: rgb(58,186,47); }
td.TdClassName
{
border-color: #3ABA2F;
}
.TagClassName
{
border-color: #3ABA2F;
}
</style>