Shades of Lime Green #2FE029
Tints of Lime Green #2FE029
RGB
CMYK
RGB Variations
Color information
#2FE029 (or 0x2FE029) is known color: Lime Green. HEX triplet: 2F, E0 and 29. RGB value is (47,224,41). Sum of RGB (Red+Green+Blue) = 47+224+41=312 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.06% from 312); Green value is 224 (87.89% from 255 or 71.79% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE029 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE029 is #D01FD6. Grayscale: #969696. Windows color (decimal): -13639639 or 2744367. OLE color: 2744367.
HSL color Cylindrical-coordinate representation of color #2FE029: hue angle of 118.03º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FE029 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 41 | - |
| CMYK | 0.79 | 0 | 0.82 | 0.12 |
| HSL | 118.03º | 0.75% | 0.52% | - |
| HSV(B) | 118.03º | 0.82% | 0.88% | - |
| XYZ | 28.23 | 54.08 | 11.05 | - |
| YUV | 150.22 | 66.36 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 41 | 0.79 | 0 | 0.82 | 0.12 | 118.03 | 0.75 | 0.52 |
| Hex | 2F | E0 | 29 | 4F | 0 | 52 | C | 76 | 4B | 34 |
| Octal | 57 | 340 | 51 | 117 | 0 | 122 | 14 | 166 | 113 | 64 |
| Binary | 101111 | 11100000 | 101001 | 1001111 | 0 | 1010010 | 1100 | 1110110 | 1001011 | 110100 |
Color Harmonies of #2FE029
Complementary color
Monochromatic Colors of #2FE029
Black with #2FE029
Text Example
Text Example
White with #2FE029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE029; }
p { color: rgb(47,224,41); }
H1.HeaderClassName
{
color: #2FE029;
}
.AnyTagClassName
{
color: #2FE029;
}
</style>
background-color css
<style>
a { background-color: #2FE029; }
a { background-color: rgb(47,224,41); }
div.DivClassName
{
background-color: #2FE029;
}
.BgClassName
{
background-color: #2FE029;
}
</style>
border-color css
<style>
span { border-color: #2FE029; }
span { border-color: rgb(47,224,41); }
td.TdClassName
{
border-color: #2FE029;
}
.TagClassName
{
border-color: #2FE029;
}
</style>