Shades of Lime Green #2FD61C
Tints of Lime Green #2FD61C
RGB
CMYK
RGB Variations
Color information
#2FD61C (or 0x2FD61C) is known color: Lime Green. HEX triplet: 2F, D6 and 1C. RGB value is (47,214,28). Sum of RGB (Red+Green+Blue) = 47+214+28=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 214 (83.98% from 255 or 74.05% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD61C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD61C is #D029E3. Grayscale: #8F8F8F. Windows color (decimal): -13642212 or 1889839. OLE color: 1889839.
HSL color Cylindrical-coordinate representation of color #2FD61C: hue angle of 113.87º 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 #2FD61C is Cyan = 0.78, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 214 | 28 | - |
| CMYK | 0.78 | 0 | 0.87 | 0.16 |
| HSL | 113.87º | 0.77% | 0.47% | - |
| HSV(B) | 113.87º | 0.87% | 0.84% | - |
| XYZ | 25.43 | 48.78 | 9.17 | - |
| YUV | 142.86 | 63.17 | 59.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 214 | 28 | 0.78 | 0 | 0.87 | 0.16 | 113.87 | 0.77 | 0.47 |
| Hex | 2F | D6 | 1C | 4E | 0 | 57 | 10 | 72 | 4D | 2F |
| Octal | 57 | 326 | 34 | 116 | 0 | 127 | 20 | 162 | 115 | 57 |
| Binary | 101111 | 11010110 | 11100 | 1001110 | 0 | 1010111 | 10000 | 1110010 | 1001101 | 101111 |
Color Harmonies of #2FD61C
Complementary color
Monochromatic Colors of #2FD61C
Black with #2FD61C
Text Example
Text Example
White with #2FD61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD61C; }
p { color: rgb(47,214,28); }
H1.HeaderClassName
{
color: #2FD61C;
}
.AnyTagClassName
{
color: #2FD61C;
}
</style>
background-color css
<style>
a { background-color: #2FD61C; }
a { background-color: rgb(47,214,28); }
div.DivClassName
{
background-color: #2FD61C;
}
.BgClassName
{
background-color: #2FD61C;
}
</style>
border-color css
<style>
span { border-color: #2FD61C; }
span { border-color: rgb(47,214,28); }
td.TdClassName
{
border-color: #2FD61C;
}
.TagClassName
{
border-color: #2FD61C;
}
</style>