Shades of Lime Green #2FD54D
Tints of Lime Green #2FD54D
RGB
CMYK
RGB Variations
Color information
#2FD54D (or 0x2FD54D) is known color: Lime Green. HEX triplet: 2F, D5 and 4D. RGB value is (47,213,77). Sum of RGB (Red+Green+Blue) = 47+213+77=337 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.95% from 337); Green value is 213 (83.59% from 255 or 63.20% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD54D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD54D is #D02AB2. Grayscale: #949494. Windows color (decimal): -13642419 or 5100847. OLE color: 5100847.
HSL color Cylindrical-coordinate representation of color #2FD54D: hue angle of 130.84º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD54D is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 213 | 77 | - |
| CMYK | 0.78 | 0 | 0.64 | 0.16 |
| HSL | 130.84º | 0.66% | 0.51% | - |
| HSV(B) | 130.84º | 0.78% | 0.84% | - |
| XYZ | 26.31 | 48.73 | 15.04 | - |
| YUV | 147.86 | 88 | 56.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 213 | 77 | 0.78 | 0 | 0.64 | 0.16 | 130.84 | 0.66 | 0.51 |
| Hex | 2F | D5 | 4D | 4E | 0 | 40 | 10 | 83 | 42 | 33 |
| Octal | 57 | 325 | 115 | 116 | 0 | 100 | 20 | 203 | 102 | 63 |
| Binary | 101111 | 11010101 | 1001101 | 1001110 | 0 | 1000000 | 10000 | 10000011 | 1000010 | 110011 |
Color Harmonies of #2FD54D
Complementary color
Monochromatic Colors of #2FD54D
Black with #2FD54D
Text Example
Text Example
White with #2FD54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD54D; }
p { color: rgb(47,213,77); }
H1.HeaderClassName
{
color: #2FD54D;
}
.AnyTagClassName
{
color: #2FD54D;
}
</style>
background-color css
<style>
a { background-color: #2FD54D; }
a { background-color: rgb(47,213,77); }
div.DivClassName
{
background-color: #2FD54D;
}
.BgClassName
{
background-color: #2FD54D;
}
</style>
border-color css
<style>
span { border-color: #2FD54D; }
span { border-color: rgb(47,213,77); }
td.TdClassName
{
border-color: #2FD54D;
}
.TagClassName
{
border-color: #2FD54D;
}
</style>