Shades of Lime Green #2FEE45
Tints of Lime Green #2FEE45
RGB
CMYK
RGB Variations
Color information
#2FEE45 (or 0x2FEE45) is known color: Lime Green. HEX triplet: 2F, EE and 45. RGB value is (47,238,69). Sum of RGB (Red+Green+Blue) = 47+238+69=354 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.28% from 354); Green value is 238 (93.36% from 255 or 67.23% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEE45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEE45 is #D011BA. Grayscale: #A2A2A2. Windows color (decimal): -13636027 or 4582959. OLE color: 4582959.
HSL color Cylindrical-coordinate representation of color #2FEE45: hue angle of 126.91º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEE45 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 69 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.07 |
| HSL | 126.91º | 0.85% | 0.56% | - |
| HSV(B) | 126.91º | 0.8% | 0.93% | - |
| XYZ | 32.82 | 62.18 | 15.9 | - |
| YUV | 161.63 | 75.72 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 69 | 0.80 | 0 | 0.71 | 0.07 | 126.91 | 0.85 | 0.56 |
| Hex | 2F | EE | 45 | 50 | 0 | 47 | 7 | 7F | 55 | 38 |
| Octal | 57 | 356 | 105 | 120 | 0 | 107 | 7 | 177 | 125 | 70 |
| Binary | 101111 | 11101110 | 1000101 | 1010000 | 0 | 1000111 | 111 | 1111111 | 1010101 | 111000 |
Color Harmonies of #2FEE45
Complementary color
Monochromatic Colors of #2FEE45
Black with #2FEE45
Text Example
Text Example
White with #2FEE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEE45; }
p { color: rgb(47,238,69); }
H1.HeaderClassName
{
color: #2FEE45;
}
.AnyTagClassName
{
color: #2FEE45;
}
</style>
background-color css
<style>
a { background-color: #2FEE45; }
a { background-color: rgb(47,238,69); }
div.DivClassName
{
background-color: #2FEE45;
}
.BgClassName
{
background-color: #2FEE45;
}
</style>
border-color css
<style>
span { border-color: #2FEE45; }
span { border-color: rgb(47,238,69); }
td.TdClassName
{
border-color: #2FEE45;
}
.TagClassName
{
border-color: #2FEE45;
}
</style>