Shades of Lime Green #2FF743
Tints of Lime Green #2FF743
RGB
CMYK
RGB Variations
Color information
#2FF743 (or 0x2FF743) is known color: Lime Green. HEX triplet: 2F, F7 and 43. RGB value is (47,247,67). Sum of RGB (Red+Green+Blue) = 47+247+67=361 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.02% from 361); Green value is 247 (96.88% from 255 or 68.42% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 247 - color contains mainly: green. Hex color #2FF743 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF743 is #D008BC. Grayscale: #A7A7A7. Windows color (decimal): -13633725 or 4454191. OLE color: 4454191.
HSL color Cylindrical-coordinate representation of color #2FF743: hue angle of 126º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF743 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 247 | 67 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.03 |
| HSL | 126º | 0.93% | 0.58% | - |
| HSV(B) | 126º | 0.81% | 0.97% | - |
| XYZ | 35.45 | 67.53 | 16.48 | - |
| YUV | 166.68 | 71.74 | 42.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 247 | 67 | 0.81 | 0 | 0.73 | 0.03 | 126 | 0.93 | 0.58 |
| Hex | 2F | F7 | 43 | 51 | 0 | 49 | 3 | 7E | 5D | 3A |
| Octal | 57 | 367 | 103 | 121 | 0 | 111 | 3 | 176 | 135 | 72 |
| Binary | 101111 | 11110111 | 1000011 | 1010001 | 0 | 1001001 | 11 | 1111110 | 1011101 | 111010 |
Color Harmonies of #2FF743
Complementary color
Monochromatic Colors of #2FF743
Black with #2FF743
Text Example
Text Example
White with #2FF743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF743; }
p { color: rgb(47,247,67); }
H1.HeaderClassName
{
color: #2FF743;
}
.AnyTagClassName
{
color: #2FF743;
}
</style>
background-color css
<style>
a { background-color: #2FF743; }
a { background-color: rgb(47,247,67); }
div.DivClassName
{
background-color: #2FF743;
}
.BgClassName
{
background-color: #2FF743;
}
</style>
border-color css
<style>
span { border-color: #2FF743; }
span { border-color: rgb(47,247,67); }
td.TdClassName
{
border-color: #2FF743;
}
.TagClassName
{
border-color: #2FF743;
}
</style>