Shades of Lime Green #2FE028
Tints of Lime Green #2FE028
RGB
CMYK
RGB Variations
Color information
#2FE028 (or 0x2FE028) is known color: Lime Green. HEX triplet: 2F, E0 and 28. RGB value is (47,224,40). Sum of RGB (Red+Green+Blue) = 47+224+40=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 224 (87.89% from 255 or 72.03% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE028 is #D01FD7. Grayscale: #969696. Windows color (decimal): -13639640 or 2678831. OLE color: 2678831.
HSL color Cylindrical-coordinate representation of color #2FE028: hue angle of 117.72º 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 #2FE028 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 40 | - |
| CMYK | 0.79 | 0 | 0.82 | 0.12 |
| HSL | 117.72º | 0.75% | 0.52% | - |
| HSV(B) | 117.72º | 0.82% | 0.88% | - |
| XYZ | 28.21 | 54.07 | 10.96 | - |
| YUV | 150.1 | 65.86 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 40 | 0.79 | 0 | 0.82 | 0.12 | 117.72 | 0.75 | 0.52 |
| Hex | 2F | E0 | 28 | 4F | 0 | 52 | C | 76 | 4B | 34 |
| Octal | 57 | 340 | 50 | 117 | 0 | 122 | 14 | 166 | 113 | 64 |
| Binary | 101111 | 11100000 | 101000 | 1001111 | 0 | 1010010 | 1100 | 1110110 | 1001011 | 110100 |
Color Harmonies of #2FE028
Complementary color
Monochromatic Colors of #2FE028
Black with #2FE028
Text Example
Text Example
White with #2FE028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE028; }
p { color: rgb(47,224,40); }
H1.HeaderClassName
{
color: #2FE028;
}
.AnyTagClassName
{
color: #2FE028;
}
</style>
background-color css
<style>
a { background-color: #2FE028; }
a { background-color: rgb(47,224,40); }
div.DivClassName
{
background-color: #2FE028;
}
.BgClassName
{
background-color: #2FE028;
}
</style>
border-color css
<style>
span { border-color: #2FE028; }
span { border-color: rgb(47,224,40); }
td.TdClassName
{
border-color: #2FE028;
}
.TagClassName
{
border-color: #2FE028;
}
</style>