Shades of Lime Green #2FEB4C
Tints of Lime Green #2FEB4C
RGB
CMYK
RGB Variations
Color information
#2FEB4C (or 0x2FEB4C) is known color: Lime Green. HEX triplet: 2F, EB and 4C. RGB value is (47,235,76). Sum of RGB (Red+Green+Blue) = 47+235+76=358 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.13% from 358); Green value is 235 (92.19% from 255 or 65.64% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEB4C is #D014B3. Grayscale: #A1A1A1. Windows color (decimal): -13636788 or 5040943. OLE color: 5040943.
HSL color Cylindrical-coordinate representation of color #2FEB4C: hue angle of 129.26º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEB4C is Cyan = 0.8, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 76 | - |
| CMYK | 0.8 | 0 | 0.68 | 0.08 |
| HSL | 129.26º | 0.82% | 0.55% | - |
| HSV(B) | 129.26º | 0.8% | 0.92% | - |
| XYZ | 32.19 | 60.54 | 16.83 | - |
| YUV | 160.66 | 80.22 | 46.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 76 | 0.8 | 0 | 0.68 | 0.08 | 129.26 | 0.82 | 0.55 |
| Hex | 2F | EB | 4C | 50 | 0 | 44 | 8 | 81 | 52 | 37 |
| Octal | 57 | 353 | 114 | 120 | 0 | 104 | 10 | 201 | 122 | 67 |
| Binary | 101111 | 11101011 | 1001100 | 1010000 | 0 | 1000100 | 1000 | 10000001 | 1010010 | 110111 |
Color Harmonies of #2FEB4C
Complementary color
Monochromatic Colors of #2FEB4C
Black with #2FEB4C
Text Example
Text Example
White with #2FEB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEB4C; }
p { color: rgb(47,235,76); }
H1.HeaderClassName
{
color: #2FEB4C;
}
.AnyTagClassName
{
color: #2FEB4C;
}
</style>
background-color css
<style>
a { background-color: #2FEB4C; }
a { background-color: rgb(47,235,76); }
div.DivClassName
{
background-color: #2FEB4C;
}
.BgClassName
{
background-color: #2FEB4C;
}
</style>
border-color css
<style>
span { border-color: #2FEB4C; }
span { border-color: rgb(47,235,76); }
td.TdClassName
{
border-color: #2FEB4C;
}
.TagClassName
{
border-color: #2FEB4C;
}
</style>