Shades of Lime Green #2FE228
Tints of Lime Green #2FE228
RGB
CMYK
RGB Variations
Color information
#2FE228 (or 0x2FE228) is known color: Lime Green. HEX triplet: 2F, E2 and 28. RGB value is (47,226,40). Sum of RGB (Red+Green+Blue) = 47+226+40=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 226 (88.67% from 255 or 72.20% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 226 - color contains mainly: green. Hex color #2FE228 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE228 is #D01DD7. Grayscale: #979797. Windows color (decimal): -13639128 or 2679343. OLE color: 2679343.
HSL color Cylindrical-coordinate representation of color #2FE228: hue angle of 117.74º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FE228 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 226 | 40 | - |
| CMYK | 0.79 | 0 | 0.82 | 0.11 |
| HSL | 117.74º | 0.76% | 0.52% | - |
| HSV(B) | 117.74º | 0.82% | 0.89% | - |
| XYZ | 28.75 | 55.15 | 11.14 | - |
| YUV | 151.28 | 65.2 | 53.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 226 | 40 | 0.79 | 0 | 0.82 | 0.11 | 117.74 | 0.76 | 0.52 |
| Hex | 2F | E2 | 28 | 4F | 0 | 52 | B | 76 | 4C | 34 |
| Octal | 57 | 342 | 50 | 117 | 0 | 122 | 13 | 166 | 114 | 64 |
| Binary | 101111 | 11100010 | 101000 | 1001111 | 0 | 1010010 | 1011 | 1110110 | 1001100 | 110100 |
Color Harmonies of #2FE228
Complementary color
Monochromatic Colors of #2FE228
Black with #2FE228
Text Example
Text Example
White with #2FE228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE228; }
p { color: rgb(47,226,40); }
H1.HeaderClassName
{
color: #2FE228;
}
.AnyTagClassName
{
color: #2FE228;
}
</style>
background-color css
<style>
a { background-color: #2FE228; }
a { background-color: rgb(47,226,40); }
div.DivClassName
{
background-color: #2FE228;
}
.BgClassName
{
background-color: #2FE228;
}
</style>
border-color css
<style>
span { border-color: #2FE228; }
span { border-color: rgb(47,226,40); }
td.TdClassName
{
border-color: #2FE228;
}
.TagClassName
{
border-color: #2FE228;
}
</style>