Shades of Lime Green #2FD54E
Tints of Lime Green #2FD54E
RGB
CMYK
RGB Variations
Color information
#2FD54E (or 0x2FD54E) is known color: Lime Green. HEX triplet: 2F, D5 and 4E. RGB value is (47,213,78). Sum of RGB (Red+Green+Blue) = 47+213+78=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 213 (83.59% from 255 or 63.02% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD54E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD54E is #D02AB1. Grayscale: #949494. Windows color (decimal): -13642418 or 5166383. OLE color: 5166383.
HSL color Cylindrical-coordinate representation of color #2FD54E: hue angle of 131.2º 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 #2FD54E is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 213 | 78 | - |
| CMYK | 0.78 | 0 | 0.63 | 0.16 |
| HSL | 131.2º | 0.66% | 0.51% | - |
| HSV(B) | 131.2º | 0.78% | 0.84% | - |
| XYZ | 26.34 | 48.74 | 15.23 | - |
| YUV | 147.98 | 88.5 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 213 | 78 | 0.78 | 0 | 0.63 | 0.16 | 131.2 | 0.66 | 0.51 |
| Hex | 2F | D5 | 4E | 4E | 0 | 3F | 10 | 83 | 42 | 33 |
| Octal | 57 | 325 | 116 | 116 | 0 | 77 | 20 | 203 | 102 | 63 |
| Binary | 101111 | 11010101 | 1001110 | 1001110 | 0 | 111111 | 10000 | 10000011 | 1000010 | 110011 |
Color Harmonies of #2FD54E
Complementary color
Monochromatic Colors of #2FD54E
Black with #2FD54E
Text Example
Text Example
White with #2FD54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD54E; }
p { color: rgb(47,213,78); }
H1.HeaderClassName
{
color: #2FD54E;
}
.AnyTagClassName
{
color: #2FD54E;
}
</style>
background-color css
<style>
a { background-color: #2FD54E; }
a { background-color: rgb(47,213,78); }
div.DivClassName
{
background-color: #2FD54E;
}
.BgClassName
{
background-color: #2FD54E;
}
</style>
border-color css
<style>
span { border-color: #2FD54E; }
span { border-color: rgb(47,213,78); }
td.TdClassName
{
border-color: #2FD54E;
}
.TagClassName
{
border-color: #2FD54E;
}
</style>