Shades of Lime Green #2FEB27
Tints of Lime Green #2FEB27
RGB
CMYK
RGB Variations
Color information
#2FEB27 (or 0x2FEB27) is known color: Lime Green. HEX triplet: 2F, EB and 27. RGB value is (47,235,39). Sum of RGB (Red+Green+Blue) = 47+235+39=321 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.64% from 321); Green value is 235 (92.19% from 255 or 73.21% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEB27 is #D014D8. Grayscale: #9D9D9D. Windows color (decimal): -13636825 or 2616111. OLE color: 2616111.
HSL color Cylindrical-coordinate representation of color #2FEB27: hue angle of 117.55º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FEB27 is Cyan = 0.8, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 39 | - |
| CMYK | 0.8 | 0 | 0.83 | 0.08 |
| HSL | 117.55º | 0.83% | 0.54% | - |
| HSV(B) | 117.55º | 0.83% | 0.92% | - |
| XYZ | 31.25 | 60.17 | 11.89 | - |
| YUV | 156.44 | 61.72 | 49.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 39 | 0.8 | 0 | 0.83 | 0.08 | 117.55 | 0.83 | 0.54 |
| Hex | 2F | EB | 27 | 50 | 0 | 53 | 8 | 76 | 53 | 36 |
| Octal | 57 | 353 | 47 | 120 | 0 | 123 | 10 | 166 | 123 | 66 |
| Binary | 101111 | 11101011 | 100111 | 1010000 | 0 | 1010011 | 1000 | 1110110 | 1010011 | 110110 |
Color Harmonies of #2FEB27
Complementary color
Monochromatic Colors of #2FEB27
Black with #2FEB27
Text Example
Text Example
White with #2FEB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEB27; }
p { color: rgb(47,235,39); }
H1.HeaderClassName
{
color: #2FEB27;
}
.AnyTagClassName
{
color: #2FEB27;
}
</style>
background-color css
<style>
a { background-color: #2FEB27; }
a { background-color: rgb(47,235,39); }
div.DivClassName
{
background-color: #2FEB27;
}
.BgClassName
{
background-color: #2FEB27;
}
</style>
border-color css
<style>
span { border-color: #2FEB27; }
span { border-color: rgb(47,235,39); }
td.TdClassName
{
border-color: #2FEB27;
}
.TagClassName
{
border-color: #2FEB27;
}
</style>