Shades of Lime Green #2FAC26
Tints of Lime Green #2FAC26
RGB
CMYK
RGB Variations
Color information
#2FAC26 (or 0x2FAC26) is known color: Lime Green. HEX triplet: 2F, AC and 26. RGB value is (47,172,38). Sum of RGB (Red+Green+Blue) = 47+172+38=257 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.29% from 257); Green value is 172 (67.58% from 255 or 66.93% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAC26 is #D053D9. Grayscale: #777777. Windows color (decimal): -13652954 or 2534447. OLE color: 2534447.
HSL color Cylindrical-coordinate representation of color #2FAC26: hue angle of 115.97º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FAC26 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 172 | 38 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.33 |
| HSL | 115.97º | 0.64% | 0.41% | - |
| HSV(B) | 115.97º | 0.78% | 0.67% | - |
| XYZ | 16.27 | 30.25 | 6.81 | - |
| YUV | 119.35 | 82.09 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 172 | 38 | 0.73 | 0 | 0.78 | 0.33 | 115.97 | 0.64 | 0.41 |
| Hex | 2F | AC | 26 | 49 | 0 | 4E | 21 | 74 | 40 | 29 |
| Octal | 57 | 254 | 46 | 111 | 0 | 116 | 41 | 164 | 100 | 51 |
| Binary | 101111 | 10101100 | 100110 | 1001001 | 0 | 1001110 | 100001 | 1110100 | 1000000 | 101001 |
Color Harmonies of #2FAC26
Complementary color
Monochromatic Colors of #2FAC26
Black with #2FAC26
Text Example
Text Example
White with #2FAC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAC26; }
p { color: rgb(47,172,38); }
H1.HeaderClassName
{
color: #2FAC26;
}
.AnyTagClassName
{
color: #2FAC26;
}
</style>
background-color css
<style>
a { background-color: #2FAC26; }
a { background-color: rgb(47,172,38); }
div.DivClassName
{
background-color: #2FAC26;
}
.BgClassName
{
background-color: #2FAC26;
}
</style>
border-color css
<style>
span { border-color: #2FAC26; }
span { border-color: rgb(47,172,38); }
td.TdClassName
{
border-color: #2FAC26;
}
.TagClassName
{
border-color: #2FAC26;
}
</style>