Shades of Lime Green #2FEA40
Tints of Lime Green #2FEA40
RGB
CMYK
RGB Variations
Color information
#2FEA40 (or 0x2FEA40) is known color: Lime Green. HEX triplet: 2F, EA and 40. RGB value is (47,234,64). Sum of RGB (Red+Green+Blue) = 47+234+64=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 234 (91.80% from 255 or 67.83% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEA40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEA40 is #D015BF. Grayscale: #9F9F9F. Windows color (decimal): -13637056 or 4254255. OLE color: 4254255.
HSL color Cylindrical-coordinate representation of color #2FEA40: hue angle of 125.45º 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 #2FEA40 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 234 | 64 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.08 |
| HSL | 125.45º | 0.82% | 0.55% | - |
| HSV(B) | 125.45º | 0.8% | 0.92% | - |
| XYZ | 31.52 | 59.82 | 14.74 | - |
| YUV | 158.71 | 74.55 | 48.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 234 | 64 | 0.80 | 0 | 0.73 | 0.08 | 125.45 | 0.82 | 0.55 |
| Hex | 2F | EA | 40 | 50 | 0 | 49 | 8 | 7D | 52 | 37 |
| Octal | 57 | 352 | 100 | 120 | 0 | 111 | 10 | 175 | 122 | 67 |
| Binary | 101111 | 11101010 | 1000000 | 1010000 | 0 | 1001001 | 1000 | 1111101 | 1010010 | 110111 |
Color Harmonies of #2FEA40
Complementary color
Monochromatic Colors of #2FEA40
Black with #2FEA40
Text Example
Text Example
White with #2FEA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEA40; }
p { color: rgb(47,234,64); }
H1.HeaderClassName
{
color: #2FEA40;
}
.AnyTagClassName
{
color: #2FEA40;
}
</style>
background-color css
<style>
a { background-color: #2FEA40; }
a { background-color: rgb(47,234,64); }
div.DivClassName
{
background-color: #2FEA40;
}
.BgClassName
{
background-color: #2FEA40;
}
</style>
border-color css
<style>
span { border-color: #2FEA40; }
span { border-color: rgb(47,234,64); }
td.TdClassName
{
border-color: #2FEA40;
}
.TagClassName
{
border-color: #2FEA40;
}
</style>