Shades of Lime Green #2FF931
Tints of Lime Green #2FF931
RGB
CMYK
RGB Variations
Color information
#2FF931 (or 0x2FF931) is known color: Lime Green. HEX triplet: 2F, F9 and 31. RGB value is (47,249,49). Sum of RGB (Red+Green+Blue) = 47+249+49=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 249 (97.66% from 255 or 72.17% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF931 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF931 is #D006CE. Grayscale: #A6A6A6. Windows color (decimal): -13633231 or 3275055. OLE color: 3275055.
HSL color Cylindrical-coordinate representation of color #2FF931: hue angle of 120.59º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF931 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 49 | - |
| CMYK | 0.81 | 0 | 0.80 | 0.02 |
| HSL | 120.59º | 0.94% | 0.58% | - |
| HSV(B) | 120.59º | 0.81% | 0.98% | - |
| XYZ | 35.6 | 68.58 | 14.27 | - |
| YUV | 165.8 | 62.08 | 43.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 49 | 0.81 | 0 | 0.80 | 0.02 | 120.59 | 0.94 | 0.58 |
| Hex | 2F | F9 | 31 | 51 | 0 | 50 | 2 | 79 | 5E | 3A |
| Octal | 57 | 371 | 61 | 121 | 0 | 120 | 2 | 171 | 136 | 72 |
| Binary | 101111 | 11111001 | 110001 | 1010001 | 0 | 1010000 | 10 | 1111001 | 1011110 | 111010 |
Color Harmonies of #2FF931
Complementary color
Monochromatic Colors of #2FF931
Black with #2FF931
Text Example
Text Example
White with #2FF931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF931; }
p { color: rgb(47,249,49); }
H1.HeaderClassName
{
color: #2FF931;
}
.AnyTagClassName
{
color: #2FF931;
}
</style>
background-color css
<style>
a { background-color: #2FF931; }
a { background-color: rgb(47,249,49); }
div.DivClassName
{
background-color: #2FF931;
}
.BgClassName
{
background-color: #2FF931;
}
</style>
border-color css
<style>
span { border-color: #2FF931; }
span { border-color: rgb(47,249,49); }
td.TdClassName
{
border-color: #2FF931;
}
.TagClassName
{
border-color: #2FF931;
}
</style>