Shades of Lime Green #2FE743
Tints of Lime Green #2FE743
RGB
CMYK
RGB Variations
Color information
#2FE743 (or 0x2FE743) is known color: Lime Green. HEX triplet: 2F, E7 and 43. RGB value is (47,231,67). Sum of RGB (Red+Green+Blue) = 47+231+67=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 231 (90.62% from 255 or 66.96% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 231 - color contains mainly: green. Hex color #2FE743 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE743 is #D018BC. Grayscale: #9D9D9D. Windows color (decimal): -13637821 or 4450095. OLE color: 4450095.
HSL color Cylindrical-coordinate representation of color #2FE743: hue angle of 126.52º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE743 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 231 | 67 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.09 |
| HSL | 126.52º | 0.79% | 0.55% | - |
| HSV(B) | 126.52º | 0.8% | 0.91% | - |
| XYZ | 30.76 | 58.16 | 14.92 | - |
| YUV | 157.29 | 77.04 | 49.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 231 | 67 | 0.80 | 0 | 0.71 | 0.09 | 126.52 | 0.79 | 0.55 |
| Hex | 2F | E7 | 43 | 50 | 0 | 47 | 9 | 7F | 4F | 37 |
| Octal | 57 | 347 | 103 | 120 | 0 | 107 | 11 | 177 | 117 | 67 |
| Binary | 101111 | 11100111 | 1000011 | 1010000 | 0 | 1000111 | 1001 | 1111111 | 1001111 | 110111 |
Color Harmonies of #2FE743
Complementary color
Monochromatic Colors of #2FE743
Black with #2FE743
Text Example
Text Example
White with #2FE743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE743; }
p { color: rgb(47,231,67); }
H1.HeaderClassName
{
color: #2FE743;
}
.AnyTagClassName
{
color: #2FE743;
}
</style>
background-color css
<style>
a { background-color: #2FE743; }
a { background-color: rgb(47,231,67); }
div.DivClassName
{
background-color: #2FE743;
}
.BgClassName
{
background-color: #2FE743;
}
</style>
border-color css
<style>
span { border-color: #2FE743; }
span { border-color: rgb(47,231,67); }
td.TdClassName
{
border-color: #2FE743;
}
.TagClassName
{
border-color: #2FE743;
}
</style>