Shades of Lime Green #2FE42B
Tints of Lime Green #2FE42B
RGB
CMYK
RGB Variations
Color information
#2FE42B (or 0x2FE42B) is known color: Lime Green. HEX triplet: 2F, E4 and 2B. RGB value is (47,228,43). Sum of RGB (Red+Green+Blue) = 47+228+43=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 228 (89.45% from 255 or 71.70% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 228 - color contains mainly: green. Hex color #2FE42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE42B is #D01BD4. Grayscale: #999999. Windows color (decimal): -13638613 or 2876463. OLE color: 2876463.
HSL color Cylindrical-coordinate representation of color #2FE42B: hue angle of 118.7º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FE42B is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 228 | 43 | - |
| CMYK | 0.79 | 0 | 0.81 | 0.11 |
| HSL | 118.7º | 0.77% | 0.53% | - |
| HSV(B) | 118.7º | 0.81% | 0.89% | - |
| XYZ | 29.35 | 56.27 | 11.6 | - |
| YUV | 152.79 | 66.03 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 228 | 43 | 0.79 | 0 | 0.81 | 0.11 | 118.7 | 0.77 | 0.53 |
| Hex | 2F | E4 | 2B | 4F | 0 | 51 | B | 77 | 4D | 35 |
| Octal | 57 | 344 | 53 | 117 | 0 | 121 | 13 | 167 | 115 | 65 |
| Binary | 101111 | 11100100 | 101011 | 1001111 | 0 | 1010001 | 1011 | 1110111 | 1001101 | 110101 |
Color Harmonies of #2FE42B
Complementary color
Monochromatic Colors of #2FE42B
Black with #2FE42B
Text Example
Text Example
White with #2FE42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE42B; }
p { color: rgb(47,228,43); }
H1.HeaderClassName
{
color: #2FE42B;
}
.AnyTagClassName
{
color: #2FE42B;
}
</style>
background-color css
<style>
a { background-color: #2FE42B; }
a { background-color: rgb(47,228,43); }
div.DivClassName
{
background-color: #2FE42B;
}
.BgClassName
{
background-color: #2FE42B;
}
</style>
border-color css
<style>
span { border-color: #2FE42B; }
span { border-color: rgb(47,228,43); }
td.TdClassName
{
border-color: #2FE42B;
}
.TagClassName
{
border-color: #2FE42B;
}
</style>