Shades of Lime Green #2FF031
Tints of Lime Green #2FF031
RGB
CMYK
RGB Variations
Color information
#2FF031 (or 0x2FF031) is known color: Lime Green. HEX triplet: 2F, F0 and 31. RGB value is (47,240,49). Sum of RGB (Red+Green+Blue) = 47+240+49=336 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.99% from 336); Green value is 240 (94.14% from 255 or 71.43% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF031 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF031 is #D00FCE. Grayscale: #A1A1A1. Windows color (decimal): -13635535 or 3272751. OLE color: 3272751.
HSL color Cylindrical-coordinate representation of color #2FF031: hue angle of 120.62º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF031 is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 240 | 49 | - |
| CMYK | 0.80 | 0 | 0.80 | 0.06 |
| HSL | 120.62º | 0.87% | 0.56% | - |
| HSV(B) | 120.62º | 0.8% | 0.94% | - |
| XYZ | 32.89 | 63.15 | 13.36 | - |
| YUV | 160.52 | 65.06 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 240 | 49 | 0.80 | 0 | 0.80 | 0.06 | 120.62 | 0.87 | 0.56 |
| Hex | 2F | F0 | 31 | 50 | 0 | 50 | 6 | 79 | 57 | 38 |
| Octal | 57 | 360 | 61 | 120 | 0 | 120 | 6 | 171 | 127 | 70 |
| Binary | 101111 | 11110000 | 110001 | 1010000 | 0 | 1010000 | 110 | 1111001 | 1010111 | 111000 |
Color Harmonies of #2FF031
Complementary color
Monochromatic Colors of #2FF031
Black with #2FF031
Text Example
Text Example
White with #2FF031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF031; }
p { color: rgb(47,240,49); }
H1.HeaderClassName
{
color: #2FF031;
}
.AnyTagClassName
{
color: #2FF031;
}
</style>
background-color css
<style>
a { background-color: #2FF031; }
a { background-color: rgb(47,240,49); }
div.DivClassName
{
background-color: #2FF031;
}
.BgClassName
{
background-color: #2FF031;
}
</style>
border-color css
<style>
span { border-color: #2FF031; }
span { border-color: rgb(47,240,49); }
td.TdClassName
{
border-color: #2FF031;
}
.TagClassName
{
border-color: #2FF031;
}
</style>