Shades of Lime Green #2FE73F
Tints of Lime Green #2FE73F
RGB
CMYK
RGB Variations
Color information
#2FE73F (or 0x2FE73F) is known color: Lime Green. HEX triplet: 2F, E7 and 3F. RGB value is (47,231,63). Sum of RGB (Red+Green+Blue) = 47+231+63=341 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.78% from 341); Green value is 231 (90.62% from 255 or 67.74% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 231 - color contains mainly: green. Hex color #2FE73F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE73F is #D018C0. Grayscale: #9D9D9D. Windows color (decimal): -13637825 or 4187951. OLE color: 4187951.
HSL color Cylindrical-coordinate representation of color #2FE73F: hue angle of 125.22º 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 #2FE73F is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 231 | 63 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.09 |
| HSL | 125.22º | 0.79% | 0.55% | - |
| HSV(B) | 125.22º | 0.8% | 0.91% | - |
| XYZ | 30.65 | 58.12 | 14.3 | - |
| YUV | 156.83 | 75.04 | 49.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 231 | 63 | 0.80 | 0 | 0.73 | 0.09 | 125.22 | 0.79 | 0.55 |
| Hex | 2F | E7 | 3F | 50 | 0 | 49 | 9 | 7D | 4F | 37 |
| Octal | 57 | 347 | 77 | 120 | 0 | 111 | 11 | 175 | 117 | 67 |
| Binary | 101111 | 11100111 | 111111 | 1010000 | 0 | 1001001 | 1001 | 1111101 | 1001111 | 110111 |
Color Harmonies of #2FE73F
Complementary color
Monochromatic Colors of #2FE73F
Black with #2FE73F
Text Example
Text Example
White with #2FE73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE73F; }
p { color: rgb(47,231,63); }
H1.HeaderClassName
{
color: #2FE73F;
}
.AnyTagClassName
{
color: #2FE73F;
}
</style>
background-color css
<style>
a { background-color: #2FE73F; }
a { background-color: rgb(47,231,63); }
div.DivClassName
{
background-color: #2FE73F;
}
.BgClassName
{
background-color: #2FE73F;
}
</style>
border-color css
<style>
span { border-color: #2FE73F; }
span { border-color: rgb(47,231,63); }
td.TdClassName
{
border-color: #2FE73F;
}
.TagClassName
{
border-color: #2FE73F;
}
</style>