Shades of Lime Green #2FEE4B
Tints of Lime Green #2FEE4B
RGB
CMYK
RGB Variations
Color information
#2FEE4B (or 0x2FEE4B) is known color: Lime Green. HEX triplet: 2F, EE and 4B. RGB value is (47,238,75). Sum of RGB (Red+Green+Blue) = 47+238+75=360 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.06% from 360); Green value is 238 (93.36% from 255 or 66.11% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEE4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEE4B is #D011B4. Grayscale: #A2A2A2. Windows color (decimal): -13636021 or 4976175. OLE color: 4976175.
HSL color Cylindrical-coordinate representation of color #2FEE4B: hue angle of 128.8º 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 #2FEE4B is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 75 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.07 |
| HSL | 128.8º | 0.85% | 0.56% | - |
| HSV(B) | 128.8º | 0.8% | 0.93% | - |
| XYZ | 33.02 | 62.26 | 16.93 | - |
| YUV | 162.31 | 78.72 | 45.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 75 | 0.80 | 0 | 0.68 | 0.07 | 128.8 | 0.85 | 0.56 |
| Hex | 2F | EE | 4B | 50 | 0 | 44 | 7 | 81 | 55 | 38 |
| Octal | 57 | 356 | 113 | 120 | 0 | 104 | 7 | 201 | 125 | 70 |
| Binary | 101111 | 11101110 | 1001011 | 1010000 | 0 | 1000100 | 111 | 10000001 | 1010101 | 111000 |
Color Harmonies of #2FEE4B
Complementary color
Monochromatic Colors of #2FEE4B
Black with #2FEE4B
Text Example
Text Example
White with #2FEE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEE4B; }
p { color: rgb(47,238,75); }
H1.HeaderClassName
{
color: #2FEE4B;
}
.AnyTagClassName
{
color: #2FEE4B;
}
</style>
background-color css
<style>
a { background-color: #2FEE4B; }
a { background-color: rgb(47,238,75); }
div.DivClassName
{
background-color: #2FEE4B;
}
.BgClassName
{
background-color: #2FEE4B;
}
</style>
border-color css
<style>
span { border-color: #2FEE4B; }
span { border-color: rgb(47,238,75); }
td.TdClassName
{
border-color: #2FEE4B;
}
.TagClassName
{
border-color: #2FEE4B;
}
</style>