Shades of Lime Green #2FEF44
Tints of Lime Green #2FEF44
RGB
CMYK
RGB Variations
Color information
#2FEF44 (or 0x2FEF44) is known color: Lime Green. HEX triplet: 2F, EF and 44. RGB value is (47,239,68). Sum of RGB (Red+Green+Blue) = 47+239+68=354 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.28% from 354); Green value is 239 (93.75% from 255 or 67.51% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEF44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEF44 is #D010BB. Grayscale: #A2A2A2. Windows color (decimal): -13635772 or 4517679. OLE color: 4517679.
HSL color Cylindrical-coordinate representation of color #2FEF44: hue angle of 126.56º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEF44 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 239 | 68 | - |
| CMYK | 0.80 | 0 | 0.72 | 0.06 |
| HSL | 126.56º | 0.86% | 0.56% | - |
| HSV(B) | 126.56º | 0.8% | 0.94% | - |
| XYZ | 33.08 | 62.75 | 15.84 | - |
| YUV | 162.1 | 74.89 | 45.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 239 | 68 | 0.80 | 0 | 0.72 | 0.06 | 126.56 | 0.86 | 0.56 |
| Hex | 2F | EF | 44 | 50 | 0 | 48 | 6 | 7F | 56 | 38 |
| Octal | 57 | 357 | 104 | 120 | 0 | 110 | 6 | 177 | 126 | 70 |
| Binary | 101111 | 11101111 | 1000100 | 1010000 | 0 | 1001000 | 110 | 1111111 | 1010110 | 111000 |
Color Harmonies of #2FEF44
Complementary color
Monochromatic Colors of #2FEF44
Black with #2FEF44
Text Example
Text Example
White with #2FEF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEF44; }
p { color: rgb(47,239,68); }
H1.HeaderClassName
{
color: #2FEF44;
}
.AnyTagClassName
{
color: #2FEF44;
}
</style>
background-color css
<style>
a { background-color: #2FEF44; }
a { background-color: rgb(47,239,68); }
div.DivClassName
{
background-color: #2FEF44;
}
.BgClassName
{
background-color: #2FEF44;
}
</style>
border-color css
<style>
span { border-color: #2FEF44; }
span { border-color: rgb(47,239,68); }
td.TdClassName
{
border-color: #2FEF44;
}
.TagClassName
{
border-color: #2FEF44;
}
</style>