Shades of Lime Green #2FF73F
Tints of Lime Green #2FF73F
RGB
CMYK
RGB Variations
Color information
#2FF73F (or 0x2FF73F) is known color: Lime Green. HEX triplet: 2F, F7 and 3F. RGB value is (47,247,63). Sum of RGB (Red+Green+Blue) = 47+247+63=357 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.17% from 357); Green value is 247 (96.88% from 255 or 69.19% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 247 - color contains mainly: green. Hex color #2FF73F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF73F is #D008C0. Grayscale: #A6A6A6. Windows color (decimal): -13633729 or 4192047. OLE color: 4192047.
HSL color Cylindrical-coordinate representation of color #2FF73F: hue angle of 124.8º 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 #2FF73F is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 247 | 63 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.03 |
| HSL | 124.8º | 0.93% | 0.58% | - |
| HSV(B) | 124.8º | 0.81% | 0.97% | - |
| XYZ | 35.33 | 67.48 | 15.87 | - |
| YUV | 166.22 | 69.74 | 42.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 247 | 63 | 0.81 | 0 | 0.74 | 0.03 | 124.8 | 0.93 | 0.58 |
| Hex | 2F | F7 | 3F | 51 | 0 | 4A | 3 | 7D | 5D | 3A |
| Octal | 57 | 367 | 77 | 121 | 0 | 112 | 3 | 175 | 135 | 72 |
| Binary | 101111 | 11110111 | 111111 | 1010001 | 0 | 1001010 | 11 | 1111101 | 1011101 | 111010 |
Color Harmonies of #2FF73F
Complementary color
Monochromatic Colors of #2FF73F
Black with #2FF73F
Text Example
Text Example
White with #2FF73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF73F; }
p { color: rgb(47,247,63); }
H1.HeaderClassName
{
color: #2FF73F;
}
.AnyTagClassName
{
color: #2FF73F;
}
</style>
background-color css
<style>
a { background-color: #2FF73F; }
a { background-color: rgb(47,247,63); }
div.DivClassName
{
background-color: #2FF73F;
}
.BgClassName
{
background-color: #2FF73F;
}
</style>
border-color css
<style>
span { border-color: #2FF73F; }
span { border-color: rgb(47,247,63); }
td.TdClassName
{
border-color: #2FF73F;
}
.TagClassName
{
border-color: #2FF73F;
}
</style>