Shades of Lime Green #2FE132
Tints of Lime Green #2FE132
RGB
CMYK
RGB Variations
Color information
#2FE132 (or 0x2FE132) is known color: Lime Green. HEX triplet: 2F, E1 and 32. RGB value is (47,225,50). Sum of RGB (Red+Green+Blue) = 47+225+50=322 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.60% from 322); Green value is 225 (88.28% from 255 or 69.88% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE132 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE132 is #D01ECD. Grayscale: #989898. Windows color (decimal): -13639374 or 3334447. OLE color: 3334447.
HSL color Cylindrical-coordinate representation of color #2FE132: hue angle of 121.01º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE132 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 225 | 50 | - |
| CMYK | 0.79 | 0 | 0.78 | 0.12 |
| HSL | 121.01º | 0.75% | 0.53% | - |
| HSV(B) | 121.01º | 0.79% | 0.88% | - |
| XYZ | 28.67 | 54.69 | 12.06 | - |
| YUV | 151.83 | 70.53 | 53.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 225 | 50 | 0.79 | 0 | 0.78 | 0.12 | 121.01 | 0.75 | 0.53 |
| Hex | 2F | E1 | 32 | 4F | 0 | 4E | C | 79 | 4B | 35 |
| Octal | 57 | 341 | 62 | 117 | 0 | 116 | 14 | 171 | 113 | 65 |
| Binary | 101111 | 11100001 | 110010 | 1001111 | 0 | 1001110 | 1100 | 1111001 | 1001011 | 110101 |
Color Harmonies of #2FE132
Complementary color
Monochromatic Colors of #2FE132
Black with #2FE132
Text Example
Text Example
White with #2FE132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE132; }
p { color: rgb(47,225,50); }
H1.HeaderClassName
{
color: #2FE132;
}
.AnyTagClassName
{
color: #2FE132;
}
</style>
background-color css
<style>
a { background-color: #2FE132; }
a { background-color: rgb(47,225,50); }
div.DivClassName
{
background-color: #2FE132;
}
.BgClassName
{
background-color: #2FE132;
}
</style>
border-color css
<style>
span { border-color: #2FE132; }
span { border-color: rgb(47,225,50); }
td.TdClassName
{
border-color: #2FE132;
}
.TagClassName
{
border-color: #2FE132;
}
</style>