Shades of Lime Green #2FD54C
Tints of Lime Green #2FD54C
RGB
CMYK
RGB Variations
Color information
#2FD54C (or 0x2FD54C) is known color: Lime Green. HEX triplet: 2F, D5 and 4C. RGB value is (47,213,76). Sum of RGB (Red+Green+Blue) = 47+213+76=336 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.99% from 336); Green value is 213 (83.59% from 255 or 63.39% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD54C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD54C is #D02AB3. Grayscale: #949494. Windows color (decimal): -13642420 or 5035311. OLE color: 5035311.
HSL color Cylindrical-coordinate representation of color #2FD54C: hue angle of 130.48º 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 #2FD54C is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 213 | 76 | - |
| CMYK | 0.78 | 0 | 0.64 | 0.16 |
| HSL | 130.48º | 0.66% | 0.51% | - |
| HSV(B) | 130.48º | 0.78% | 0.84% | - |
| XYZ | 26.27 | 48.71 | 14.86 | - |
| YUV | 147.75 | 87.5 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 213 | 76 | 0.78 | 0 | 0.64 | 0.16 | 130.48 | 0.66 | 0.51 |
| Hex | 2F | D5 | 4C | 4E | 0 | 40 | 10 | 82 | 42 | 33 |
| Octal | 57 | 325 | 114 | 116 | 0 | 100 | 20 | 202 | 102 | 63 |
| Binary | 101111 | 11010101 | 1001100 | 1001110 | 0 | 1000000 | 10000 | 10000010 | 1000010 | 110011 |
Color Harmonies of #2FD54C
Complementary color
Monochromatic Colors of #2FD54C
Black with #2FD54C
Text Example
Text Example
White with #2FD54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD54C; }
p { color: rgb(47,213,76); }
H1.HeaderClassName
{
color: #2FD54C;
}
.AnyTagClassName
{
color: #2FD54C;
}
</style>
background-color css
<style>
a { background-color: #2FD54C; }
a { background-color: rgb(47,213,76); }
div.DivClassName
{
background-color: #2FD54C;
}
.BgClassName
{
background-color: #2FD54C;
}
</style>
border-color css
<style>
span { border-color: #2FD54C; }
span { border-color: rgb(47,213,76); }
td.TdClassName
{
border-color: #2FD54C;
}
.TagClassName
{
border-color: #2FD54C;
}
</style>