Shades of Lime Green #2FD51C
Tints of Lime Green #2FD51C
RGB
CMYK
RGB Variations
Color information
#2FD51C (or 0x2FD51C) is known color: Lime Green. HEX triplet: 2F, D5 and 1C. RGB value is (47,213,28). Sum of RGB (Red+Green+Blue) = 47+213+28=288 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.32% from 288); Green value is 213 (83.59% from 255 or 73.96% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD51C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD51C is #D02AE3. Grayscale: #8E8E8E. Windows color (decimal): -13642468 or 1889583. OLE color: 1889583.
HSL color Cylindrical-coordinate representation of color #2FD51C: hue angle of 113.84º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2FD51C is Cyan = 0.78, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 213 | 28 | - |
| CMYK | 0.78 | 0 | 0.87 | 0.16 |
| HSL | 113.84º | 0.77% | 0.47% | - |
| HSV(B) | 113.84º | 0.87% | 0.84% | - |
| XYZ | 25.18 | 48.28 | 9.09 | - |
| YUV | 142.28 | 63.5 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 213 | 28 | 0.78 | 0 | 0.87 | 0.16 | 113.84 | 0.77 | 0.47 |
| Hex | 2F | D5 | 1C | 4E | 0 | 57 | 10 | 72 | 4D | 2F |
| Octal | 57 | 325 | 34 | 116 | 0 | 127 | 20 | 162 | 115 | 57 |
| Binary | 101111 | 11010101 | 11100 | 1001110 | 0 | 1010111 | 10000 | 1110010 | 1001101 | 101111 |
Color Harmonies of #2FD51C
Complementary color
Monochromatic Colors of #2FD51C
Black with #2FD51C
Text Example
Text Example
White with #2FD51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD51C; }
p { color: rgb(47,213,28); }
H1.HeaderClassName
{
color: #2FD51C;
}
.AnyTagClassName
{
color: #2FD51C;
}
</style>
background-color css
<style>
a { background-color: #2FD51C; }
a { background-color: rgb(47,213,28); }
div.DivClassName
{
background-color: #2FD51C;
}
.BgClassName
{
background-color: #2FD51C;
}
</style>
border-color css
<style>
span { border-color: #2FD51C; }
span { border-color: rgb(47,213,28); }
td.TdClassName
{
border-color: #2FD51C;
}
.TagClassName
{
border-color: #2FD51C;
}
</style>