Shades of Lime Green #2FEE25
Tints of Lime Green #2FEE25
RGB
CMYK
RGB Variations
Color information
#2FEE25 (or 0x2FEE25) is known color: Lime Green. HEX triplet: 2F, EE and 25. RGB value is (47,238,37). Sum of RGB (Red+Green+Blue) = 47+238+37=322 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.60% from 322); Green value is 238 (93.36% from 255 or 73.91% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEE25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEE25 is #D011DA. Grayscale: #9E9E9E. Windows color (decimal): -13636059 or 2485807. OLE color: 2485807.
HSL color Cylindrical-coordinate representation of color #2FEE25: hue angle of 117.01º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FEE25 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 37 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.07 |
| HSL | 117.01º | 0.86% | 0.54% | - |
| HSV(B) | 117.01º | 0.84% | 0.93% | - |
| XYZ | 32.08 | 61.89 | 12 | - |
| YUV | 157.98 | 59.72 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 37 | 0.80 | 0 | 0.84 | 0.07 | 117.01 | 0.86 | 0.54 |
| Hex | 2F | EE | 25 | 50 | 0 | 54 | 7 | 75 | 56 | 36 |
| Octal | 57 | 356 | 45 | 120 | 0 | 124 | 7 | 165 | 126 | 66 |
| Binary | 101111 | 11101110 | 100101 | 1010000 | 0 | 1010100 | 111 | 1110101 | 1010110 | 110110 |
Color Harmonies of #2FEE25
Complementary color
Monochromatic Colors of #2FEE25
Black with #2FEE25
Text Example
Text Example
White with #2FEE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEE25; }
p { color: rgb(47,238,37); }
H1.HeaderClassName
{
color: #2FEE25;
}
.AnyTagClassName
{
color: #2FEE25;
}
</style>
background-color css
<style>
a { background-color: #2FEE25; }
a { background-color: rgb(47,238,37); }
div.DivClassName
{
background-color: #2FEE25;
}
.BgClassName
{
background-color: #2FEE25;
}
</style>
border-color css
<style>
span { border-color: #2FEE25; }
span { border-color: rgb(47,238,37); }
td.TdClassName
{
border-color: #2FEE25;
}
.TagClassName
{
border-color: #2FEE25;
}
</style>