Shades of Lime Green #2FF949
Tints of Lime Green #2FF949
RGB
CMYK
RGB Variations
Color information
#2FF949 (or 0x2FF949) is known color: Lime Green. HEX triplet: 2F, F9 and 49. RGB value is (47,249,73). Sum of RGB (Red+Green+Blue) = 47+249+73=369 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.74% from 369); Green value is 249 (97.66% from 255 or 67.48% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF949 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF949 is #D006B6. Grayscale: #A9A9A9. Windows color (decimal): -13633207 or 4847919. OLE color: 4847919.
HSL color Cylindrical-coordinate representation of color #2FF949: hue angle of 127.72º 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 #2FF949 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 73 | - |
| CMYK | 0.81 | 0 | 0.71 | 0.02 |
| HSL | 127.72º | 0.94% | 0.58% | - |
| HSV(B) | 127.72º | 0.81% | 0.98% | - |
| XYZ | 36.25 | 68.84 | 17.68 | - |
| YUV | 168.54 | 74.08 | 41.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 73 | 0.81 | 0 | 0.71 | 0.02 | 127.72 | 0.94 | 0.58 |
| Hex | 2F | F9 | 49 | 51 | 0 | 47 | 2 | 80 | 5E | 3A |
| Octal | 57 | 371 | 111 | 121 | 0 | 107 | 2 | 200 | 136 | 72 |
| Binary | 101111 | 11111001 | 1001001 | 1010001 | 0 | 1000111 | 10 | 10000000 | 1011110 | 111010 |
Color Harmonies of #2FF949
Complementary color
Monochromatic Colors of #2FF949
Black with #2FF949
Text Example
Text Example
White with #2FF949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF949; }
p { color: rgb(47,249,73); }
H1.HeaderClassName
{
color: #2FF949;
}
.AnyTagClassName
{
color: #2FF949;
}
</style>
background-color css
<style>
a { background-color: #2FF949; }
a { background-color: rgb(47,249,73); }
div.DivClassName
{
background-color: #2FF949;
}
.BgClassName
{
background-color: #2FF949;
}
</style>
border-color css
<style>
span { border-color: #2FF949; }
span { border-color: rgb(47,249,73); }
td.TdClassName
{
border-color: #2FF949;
}
.TagClassName
{
border-color: #2FF949;
}
</style>