Shades of Lime Green #2FF943
Tints of Lime Green #2FF943
RGB
CMYK
RGB Variations
Color information
#2FF943 (or 0x2FF943) is known color: Lime Green. HEX triplet: 2F, F9 and 43. RGB value is (47,249,67). Sum of RGB (Red+Green+Blue) = 47+249+67=363 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.95% from 363); Green value is 249 (97.66% from 255 or 68.60% from 363); Blue value is 67 (26.56% from 255 or 18.46% from 363); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF943 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF943 is #D006BC. Grayscale: #A8A8A8. Windows color (decimal): -13633213 or 4454703. OLE color: 4454703.
HSL color Cylindrical-coordinate representation of color #2FF943: hue angle of 125.94º 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 #2FF943 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 67 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.02 |
| HSL | 125.94º | 0.94% | 0.58% | - |
| HSV(B) | 125.94º | 0.81% | 0.98% | - |
| XYZ | 36.06 | 68.76 | 16.68 | - |
| YUV | 167.85 | 71.08 | 41.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 67 | 0.81 | 0 | 0.73 | 0.02 | 125.94 | 0.94 | 0.58 |
| Hex | 2F | F9 | 43 | 51 | 0 | 49 | 2 | 7E | 5E | 3A |
| Octal | 57 | 371 | 103 | 121 | 0 | 111 | 2 | 176 | 136 | 72 |
| Binary | 101111 | 11111001 | 1000011 | 1010001 | 0 | 1001001 | 10 | 1111110 | 1011110 | 111010 |
Color Harmonies of #2FF943
Complementary color
Monochromatic Colors of #2FF943
Black with #2FF943
Text Example
Text Example
White with #2FF943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF943; }
p { color: rgb(47,249,67); }
H1.HeaderClassName
{
color: #2FF943;
}
.AnyTagClassName
{
color: #2FF943;
}
</style>
background-color css
<style>
a { background-color: #2FF943; }
a { background-color: rgb(47,249,67); }
div.DivClassName
{
background-color: #2FF943;
}
.BgClassName
{
background-color: #2FF943;
}
</style>
border-color css
<style>
span { border-color: #2FF943; }
span { border-color: rgb(47,249,67); }
td.TdClassName
{
border-color: #2FF943;
}
.TagClassName
{
border-color: #2FF943;
}
</style>