Shades of Lime Green #2FE928
Tints of Lime Green #2FE928
RGB
CMYK
RGB Variations
Color information
#2FE928 (or 0x2FE928) is known color: Lime Green. HEX triplet: 2F, E9 and 28. RGB value is (47,233,40). Sum of RGB (Red+Green+Blue) = 47+233+40=320 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.69% from 320); Green value is 233 (91.41% from 255 or 72.81% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE928 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE928 is #D016D7. Grayscale: #9B9B9B. Windows color (decimal): -13637336 or 2681135. OLE color: 2681135.
HSL color Cylindrical-coordinate representation of color #2FE928: hue angle of 117.82º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FE928 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 233 | 40 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.09 |
| HSL | 117.82º | 0.81% | 0.54% | - |
| HSV(B) | 117.82º | 0.83% | 0.91% | - |
| XYZ | 30.69 | 59.04 | 11.78 | - |
| YUV | 155.38 | 62.88 | 50.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 233 | 40 | 0.80 | 0 | 0.83 | 0.09 | 117.82 | 0.81 | 0.54 |
| Hex | 2F | E9 | 28 | 50 | 0 | 53 | 9 | 76 | 51 | 36 |
| Octal | 57 | 351 | 50 | 120 | 0 | 123 | 11 | 166 | 121 | 66 |
| Binary | 101111 | 11101001 | 101000 | 1010000 | 0 | 1010011 | 1001 | 1110110 | 1010001 | 110110 |
Color Harmonies of #2FE928
Complementary color
Monochromatic Colors of #2FE928
Black with #2FE928
Text Example
Text Example
White with #2FE928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE928; }
p { color: rgb(47,233,40); }
H1.HeaderClassName
{
color: #2FE928;
}
.AnyTagClassName
{
color: #2FE928;
}
</style>
background-color css
<style>
a { background-color: #2FE928; }
a { background-color: rgb(47,233,40); }
div.DivClassName
{
background-color: #2FE928;
}
.BgClassName
{
background-color: #2FE928;
}
</style>
border-color css
<style>
span { border-color: #2FE928; }
span { border-color: rgb(47,233,40); }
td.TdClassName
{
border-color: #2FE928;
}
.TagClassName
{
border-color: #2FE928;
}
</style>