Shades of Lime Green #2FBA3E
Tints of Lime Green #2FBA3E
RGB
CMYK
RGB Variations
Color information
#2FBA3E (or 0x2FBA3E) is known color: Lime Green. HEX triplet: 2F, BA and 3E. RGB value is (47,186,62). Sum of RGB (Red+Green+Blue) = 47+186+62=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 186 (73.05% from 255 or 63.05% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBA3E is #D045C1. Grayscale: #828282. Windows color (decimal): -13649346 or 4110895. OLE color: 4110895.
HSL color Cylindrical-coordinate representation of color #2FBA3E: hue angle of 126.47º 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 #2FBA3E is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 62 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.27 |
| HSL | 126.47º | 0.6% | 0.46% | - |
| HSV(B) | 126.47º | 0.75% | 0.73% | - |
| XYZ | 19.6 | 36.07 | 10.49 | - |
| YUV | 130.3 | 89.45 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 62 | 0.75 | 0 | 0.67 | 0.27 | 126.47 | 0.6 | 0.46 |
| Hex | 2F | BA | 3E | 4B | 0 | 43 | 1B | 7E | 3C | 2E |
| Octal | 57 | 272 | 76 | 113 | 0 | 103 | 33 | 176 | 74 | 56 |
| Binary | 101111 | 10111010 | 111110 | 1001011 | 0 | 1000011 | 11011 | 1111110 | 111100 | 101110 |
Color Harmonies of #2FBA3E
Complementary color
Monochromatic Colors of #2FBA3E
Black with #2FBA3E
Text Example
Text Example
White with #2FBA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA3E; }
p { color: rgb(47,186,62); }
H1.HeaderClassName
{
color: #2FBA3E;
}
.AnyTagClassName
{
color: #2FBA3E;
}
</style>
background-color css
<style>
a { background-color: #2FBA3E; }
a { background-color: rgb(47,186,62); }
div.DivClassName
{
background-color: #2FBA3E;
}
.BgClassName
{
background-color: #2FBA3E;
}
</style>
border-color css
<style>
span { border-color: #2FBA3E; }
span { border-color: rgb(47,186,62); }
td.TdClassName
{
border-color: #2FBA3E;
}
.TagClassName
{
border-color: #2FBA3E;
}
</style>