Shades of Lime Green #2FFE40
Tints of Lime Green #2FFE40
RGB
CMYK
RGB Variations
Color information
#2FFE40 (or 0x2FFE40) is known color: Lime Green. HEX triplet: 2F, FE and 40. RGB value is (47,254,64). Sum of RGB (Red+Green+Blue) = 47+254+64=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 254 (99.61% from 255 or 69.59% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFE40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFE40 is #D001BF. Grayscale: #AAAAAA. Windows color (decimal): -13631936 or 4259375. OLE color: 4259375.
HSL color Cylindrical-coordinate representation of color #2FFE40: hue angle of 124.93º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFE40 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 64 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.00 |
| HSL | 124.93º | 0.99% | 0.59% | - |
| HSV(B) | 124.93º | 0.81% | 1% | - |
| XYZ | 37.54 | 71.86 | 16.74 | - |
| YUV | 170.45 | 67.92 | 39.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 64 | 0.81 | 0 | 0.75 | 0.00 | 124.93 | 0.99 | 0.59 |
| Hex | 2F | FE | 40 | 51 | 0 | 4B | 0 | 7D | 63 | 3B |
| Octal | 57 | 376 | 100 | 121 | 0 | 113 | 0 | 175 | 143 | 73 |
| Binary | 101111 | 11111110 | 1000000 | 1010001 | 0 | 1001011 | 0 | 1111101 | 1100011 | 111011 |
Color Harmonies of #2FFE40
Complementary color
Monochromatic Colors of #2FFE40
Black with #2FFE40
Text Example
Text Example
White with #2FFE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFE40; }
p { color: rgb(47,254,64); }
H1.HeaderClassName
{
color: #2FFE40;
}
.AnyTagClassName
{
color: #2FFE40;
}
</style>
background-color css
<style>
a { background-color: #2FFE40; }
a { background-color: rgb(47,254,64); }
div.DivClassName
{
background-color: #2FFE40;
}
.BgClassName
{
background-color: #2FFE40;
}
</style>
border-color css
<style>
span { border-color: #2FFE40; }
span { border-color: rgb(47,254,64); }
td.TdClassName
{
border-color: #2FFE40;
}
.TagClassName
{
border-color: #2FFE40;
}
</style>