Shades of Lime Green #2FFB43
Tints of Lime Green #2FFB43
RGB
CMYK
RGB Variations
Color information
#2FFB43 (or 0x2FFB43) is known color: Lime Green. HEX triplet: 2F, FB and 43. RGB value is (47,251,67). Sum of RGB (Red+Green+Blue) = 47+251+67=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 251 (98.44% from 255 or 68.77% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFB43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFB43 is #D004BC. Grayscale: #A9A9A9. Windows color (decimal): -13632701 or 4455215. OLE color: 4455215.
HSL color Cylindrical-coordinate representation of color #2FFB43: hue angle of 125.88º degrees, saturation: 0.96, 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 #2FFB43 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 67 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.02 |
| HSL | 125.88º | 0.96% | 0.58% | - |
| HSV(B) | 125.88º | 0.81% | 0.98% | - |
| XYZ | 36.68 | 70 | 16.89 | - |
| YUV | 169.03 | 70.41 | 40.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 67 | 0.81 | 0 | 0.73 | 0.02 | 125.88 | 0.96 | 0.58 |
| Hex | 2F | FB | 43 | 51 | 0 | 49 | 2 | 7E | 60 | 3A |
| Octal | 57 | 373 | 103 | 121 | 0 | 111 | 2 | 176 | 140 | 72 |
| Binary | 101111 | 11111011 | 1000011 | 1010001 | 0 | 1001001 | 10 | 1111110 | 1100000 | 111010 |
Color Harmonies of #2FFB43
Complementary color
Monochromatic Colors of #2FFB43
Black with #2FFB43
Text Example
Text Example
White with #2FFB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFB43; }
p { color: rgb(47,251,67); }
H1.HeaderClassName
{
color: #2FFB43;
}
.AnyTagClassName
{
color: #2FFB43;
}
</style>
background-color css
<style>
a { background-color: #2FFB43; }
a { background-color: rgb(47,251,67); }
div.DivClassName
{
background-color: #2FFB43;
}
.BgClassName
{
background-color: #2FFB43;
}
</style>
border-color css
<style>
span { border-color: #2FFB43; }
span { border-color: rgb(47,251,67); }
td.TdClassName
{
border-color: #2FFB43;
}
.TagClassName
{
border-color: #2FFB43;
}
</style>