Shades of Lime Green #2FF944
Tints of Lime Green #2FF944
RGB
CMYK
RGB Variations
Color information
#2FF944 (or 0x2FF944) is known color: Lime Green. HEX triplet: 2F, F9 and 44. RGB value is (47,249,68). Sum of RGB (Red+Green+Blue) = 47+249+68=364 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.91% from 364); Green value is 249 (97.66% from 255 or 68.41% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF944 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF944 is #D006BB. Grayscale: #A8A8A8. Windows color (decimal): -13633212 or 4520239. OLE color: 4520239.
HSL color Cylindrical-coordinate representation of color #2FF944: hue angle of 126.24º 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 #2FF944 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 68 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.02 |
| HSL | 126.24º | 0.94% | 0.58% | - |
| HSV(B) | 126.24º | 0.81% | 0.98% | - |
| XYZ | 36.09 | 68.77 | 16.84 | - |
| YUV | 167.97 | 71.58 | 41.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 68 | 0.81 | 0 | 0.73 | 0.02 | 126.24 | 0.94 | 0.58 |
| Hex | 2F | F9 | 44 | 51 | 0 | 49 | 2 | 7E | 5E | 3A |
| Octal | 57 | 371 | 104 | 121 | 0 | 111 | 2 | 176 | 136 | 72 |
| Binary | 101111 | 11111001 | 1000100 | 1010001 | 0 | 1001001 | 10 | 1111110 | 1011110 | 111010 |
Color Harmonies of #2FF944
Complementary color
Monochromatic Colors of #2FF944
Black with #2FF944
Text Example
Text Example
White with #2FF944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF944; }
p { color: rgb(47,249,68); }
H1.HeaderClassName
{
color: #2FF944;
}
.AnyTagClassName
{
color: #2FF944;
}
</style>
background-color css
<style>
a { background-color: #2FF944; }
a { background-color: rgb(47,249,68); }
div.DivClassName
{
background-color: #2FF944;
}
.BgClassName
{
background-color: #2FF944;
}
</style>
border-color css
<style>
span { border-color: #2FF944; }
span { border-color: rgb(47,249,68); }
td.TdClassName
{
border-color: #2FF944;
}
.TagClassName
{
border-color: #2FF944;
}
</style>