Shades of Lime Green #2FEE38
Tints of Lime Green #2FEE38
RGB
CMYK
RGB Variations
Color information
#2FEE38 (or 0x2FEE38) is known color: Lime Green. HEX triplet: 2F, EE and 38. RGB value is (47,238,56). Sum of RGB (Red+Green+Blue) = 47+238+56=341 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.78% from 341); Green value is 238 (93.36% from 255 or 69.79% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEE38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEE38 is #D011C7. Grayscale: #A0A0A0. Windows color (decimal): -13636040 or 3730991. OLE color: 3730991.
HSL color Cylindrical-coordinate representation of color #2FEE38: hue angle of 122.83º 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 #2FEE38 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 56 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.07 |
| HSL | 122.83º | 0.85% | 0.56% | - |
| HSV(B) | 122.83º | 0.8% | 0.93% | - |
| XYZ | 32.46 | 62.04 | 14.01 | - |
| YUV | 160.14 | 69.22 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 56 | 0.80 | 0 | 0.76 | 0.07 | 122.83 | 0.85 | 0.56 |
| Hex | 2F | EE | 38 | 50 | 0 | 4C | 7 | 7B | 55 | 38 |
| Octal | 57 | 356 | 70 | 120 | 0 | 114 | 7 | 173 | 125 | 70 |
| Binary | 101111 | 11101110 | 111000 | 1010000 | 0 | 1001100 | 111 | 1111011 | 1010101 | 111000 |
Color Harmonies of #2FEE38
Complementary color
Monochromatic Colors of #2FEE38
Black with #2FEE38
Text Example
Text Example
White with #2FEE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEE38; }
p { color: rgb(47,238,56); }
H1.HeaderClassName
{
color: #2FEE38;
}
.AnyTagClassName
{
color: #2FEE38;
}
</style>
background-color css
<style>
a { background-color: #2FEE38; }
a { background-color: rgb(47,238,56); }
div.DivClassName
{
background-color: #2FEE38;
}
.BgClassName
{
background-color: #2FEE38;
}
</style>
border-color css
<style>
span { border-color: #2FEE38; }
span { border-color: rgb(47,238,56); }
td.TdClassName
{
border-color: #2FEE38;
}
.TagClassName
{
border-color: #2FEE38;
}
</style>