Shades of Lime Green #2FFE43
Tints of Lime Green #2FFE43
RGB
CMYK
RGB Variations
Color information
#2FFE43 (or 0x2FFE43) is known color: Lime Green. HEX triplet: 2F, FE and 43. RGB value is (47,254,67). Sum of RGB (Red+Green+Blue) = 47+254+67=368 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.77% from 368); Green value is 254 (99.61% from 255 or 69.02% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFE43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFE43 is #D001BC. Grayscale: #ABABAB. Windows color (decimal): -13631933 or 4455983. OLE color: 4455983.
HSL color Cylindrical-coordinate representation of color #2FFE43: hue angle of 125.8º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFE43 is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 67 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.00 |
| HSL | 125.8º | 0.99% | 0.59% | - |
| HSV(B) | 125.8º | 0.81% | 1% | - |
| XYZ | 37.63 | 71.89 | 17.2 | - |
| YUV | 170.79 | 69.42 | 39.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 67 | 0.81 | 0 | 0.74 | 0.00 | 125.8 | 0.99 | 0.59 |
| Hex | 2F | FE | 43 | 51 | 0 | 4A | 0 | 7E | 63 | 3B |
| Octal | 57 | 376 | 103 | 121 | 0 | 112 | 0 | 176 | 143 | 73 |
| Binary | 101111 | 11111110 | 1000011 | 1010001 | 0 | 1001010 | 0 | 1111110 | 1100011 | 111011 |
Color Harmonies of #2FFE43
Complementary color
Monochromatic Colors of #2FFE43
Black with #2FFE43
Text Example
Text Example
White with #2FFE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFE43; }
p { color: rgb(47,254,67); }
H1.HeaderClassName
{
color: #2FFE43;
}
.AnyTagClassName
{
color: #2FFE43;
}
</style>
background-color css
<style>
a { background-color: #2FFE43; }
a { background-color: rgb(47,254,67); }
div.DivClassName
{
background-color: #2FFE43;
}
.BgClassName
{
background-color: #2FFE43;
}
</style>
border-color css
<style>
span { border-color: #2FFE43; }
span { border-color: rgb(47,254,67); }
td.TdClassName
{
border-color: #2FFE43;
}
.TagClassName
{
border-color: #2FFE43;
}
</style>