Shades of Lime Green #3ABA3E
Tints of Lime Green #3ABA3E
RGB
CMYK
RGB Variations
Color information
#3ABA3E (or 0x3ABA3E) is known color: Lime Green. HEX triplet: 3A, BA and 3E. RGB value is (58,186,62). Sum of RGB (Red+Green+Blue) = 58+186+62=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 186 (73.05% from 255 or 60.78% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABA3E is #C545C1. Grayscale: #858585. Windows color (decimal): -12928450 or 4110906. OLE color: 4110906.
HSL color Cylindrical-coordinate representation of color #3ABA3E: hue angle of 121.88º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABA3E is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 186 | 62 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.27 |
| HSL | 121.88º | 0.52% | 0.48% | - |
| HSV(B) | 121.88º | 0.69% | 0.73% | - |
| XYZ | 20.17 | 36.37 | 10.51 | - |
| YUV | 133.59 | 87.59 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 62 | 0.69 | 0 | 0.67 | 0.27 | 121.88 | 0.52 | 0.48 |
| Hex | 3A | BA | 3E | 45 | 0 | 43 | 1B | 7A | 34 | 30 |
| Octal | 72 | 272 | 76 | 105 | 0 | 103 | 33 | 172 | 64 | 60 |
| Binary | 111010 | 10111010 | 111110 | 1000101 | 0 | 1000011 | 11011 | 1111010 | 110100 | 110000 |
Color Harmonies of #3ABA3E
Complementary color
Monochromatic Colors of #3ABA3E
Black with #3ABA3E
Text Example
Text Example
White with #3ABA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABA3E; }
p { color: rgb(58,186,62); }
H1.HeaderClassName
{
color: #3ABA3E;
}
.AnyTagClassName
{
color: #3ABA3E;
}
</style>
background-color css
<style>
a { background-color: #3ABA3E; }
a { background-color: rgb(58,186,62); }
div.DivClassName
{
background-color: #3ABA3E;
}
.BgClassName
{
background-color: #3ABA3E;
}
</style>
border-color css
<style>
span { border-color: #3ABA3E; }
span { border-color: rgb(58,186,62); }
td.TdClassName
{
border-color: #3ABA3E;
}
.TagClassName
{
border-color: #3ABA3E;
}
</style>