Shades of Lime Green #2FAC27
Tints of Lime Green #2FAC27
RGB
CMYK
RGB Variations
Color information
#2FAC27 (or 0x2FAC27) is known color: Lime Green. HEX triplet: 2F, AC and 27. RGB value is (47,172,39). Sum of RGB (Red+Green+Blue) = 47+172+39=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 172 (67.58% from 255 or 66.67% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAC27 is #D053D8. Grayscale: #777777. Windows color (decimal): -13652953 or 2599983. OLE color: 2599983.
HSL color Cylindrical-coordinate representation of color #2FAC27: hue angle of 116.39º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FAC27 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 172 | 39 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.33 |
| HSL | 116.39º | 0.63% | 0.41% | - |
| HSV(B) | 116.39º | 0.77% | 0.67% | - |
| XYZ | 16.29 | 30.26 | 6.9 | - |
| YUV | 119.46 | 82.59 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 172 | 39 | 0.73 | 0 | 0.77 | 0.33 | 116.39 | 0.63 | 0.41 |
| Hex | 2F | AC | 27 | 49 | 0 | 4D | 21 | 74 | 3F | 29 |
| Octal | 57 | 254 | 47 | 111 | 0 | 115 | 41 | 164 | 77 | 51 |
| Binary | 101111 | 10101100 | 100111 | 1001001 | 0 | 1001101 | 100001 | 1110100 | 111111 | 101001 |
Color Harmonies of #2FAC27
Complementary color
Monochromatic Colors of #2FAC27
Black with #2FAC27
Text Example
Text Example
White with #2FAC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAC27; }
p { color: rgb(47,172,39); }
H1.HeaderClassName
{
color: #2FAC27;
}
.AnyTagClassName
{
color: #2FAC27;
}
</style>
background-color css
<style>
a { background-color: #2FAC27; }
a { background-color: rgb(47,172,39); }
div.DivClassName
{
background-color: #2FAC27;
}
.BgClassName
{
background-color: #2FAC27;
}
</style>
border-color css
<style>
span { border-color: #2FAC27; }
span { border-color: rgb(47,172,39); }
td.TdClassName
{
border-color: #2FAC27;
}
.TagClassName
{
border-color: #2FAC27;
}
</style>