Shades of Lime Green #2FAC3A
Tints of Lime Green #2FAC3A
RGB
CMYK
RGB Variations
Color information
#2FAC3A (or 0x2FAC3A) is known color: Lime Green. HEX triplet: 2F, AC and 3A. RGB value is (47,172,58). Sum of RGB (Red+Green+Blue) = 47+172+58=277 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.97% from 277); Green value is 172 (67.58% from 255 or 62.09% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAC3A is #D053C5. Grayscale: #797979. Windows color (decimal): -13652934 or 3845167. OLE color: 3845167.
HSL color Cylindrical-coordinate representation of color #2FAC3A: hue angle of 125.28º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAC3A is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 172 | 58 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.33 |
| HSL | 125.28º | 0.57% | 0.43% | - |
| HSV(B) | 125.28º | 0.73% | 0.67% | - |
| XYZ | 16.69 | 30.41 | 8.99 | - |
| YUV | 121.63 | 92.09 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 172 | 58 | 0.73 | 0 | 0.66 | 0.33 | 125.28 | 0.57 | 0.43 |
| Hex | 2F | AC | 3A | 49 | 0 | 42 | 21 | 7D | 39 | 2B |
| Octal | 57 | 254 | 72 | 111 | 0 | 102 | 41 | 175 | 71 | 53 |
| Binary | 101111 | 10101100 | 111010 | 1001001 | 0 | 1000010 | 100001 | 1111101 | 111001 | 101011 |
Color Harmonies of #2FAC3A
Complementary color
Monochromatic Colors of #2FAC3A
Black with #2FAC3A
Text Example
Text Example
White with #2FAC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAC3A; }
p { color: rgb(47,172,58); }
H1.HeaderClassName
{
color: #2FAC3A;
}
.AnyTagClassName
{
color: #2FAC3A;
}
</style>
background-color css
<style>
a { background-color: #2FAC3A; }
a { background-color: rgb(47,172,58); }
div.DivClassName
{
background-color: #2FAC3A;
}
.BgClassName
{
background-color: #2FAC3A;
}
</style>
border-color css
<style>
span { border-color: #2FAC3A; }
span { border-color: rgb(47,172,58); }
td.TdClassName
{
border-color: #2FAC3A;
}
.TagClassName
{
border-color: #2FAC3A;
}
</style>