Shades of Lime Green #2FD31E
Tints of Lime Green #2FD31E
RGB
CMYK
RGB Variations
Color information
#2FD31E (or 0x2FD31E) is known color: Lime Green. HEX triplet: 2F, D3 and 1E. RGB value is (47,211,30). Sum of RGB (Red+Green+Blue) = 47+211+30=288 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.32% from 288); Green value is 211 (82.81% from 255 or 73.26% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 211 - color contains mainly: green. Hex color #2FD31E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD31E is #D02CE1. Grayscale: #8D8D8D. Windows color (decimal): -13642978 or 2020143. OLE color: 2020143.
HSL color Cylindrical-coordinate representation of color #2FD31E: hue angle of 114.36º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FD31E is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 47 | 211 | 30 | - |
| CMYK | 0.78 | 0 | 0.86 | 0.17 |
| HSL | 114.36º | 0.75% | 0.47% | - |
| HSV(B) | 114.36º | 0.86% | 0.83% | - |
| XYZ | 24.7 | 47.29 | 9.05 | - |
| YUV | 141.33 | 65.17 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 211 | 30 | 0.78 | 0 | 0.86 | 0.17 | 114.36 | 0.75 | 0.47 |
| Hex | 2F | D3 | 1E | 4E | 0 | 56 | 11 | 72 | 4B | 2F |
| Octal | 57 | 323 | 36 | 116 | 0 | 126 | 21 | 162 | 113 | 57 |
| Binary | 101111 | 11010011 | 11110 | 1001110 | 0 | 1010110 | 10001 | 1110010 | 1001011 | 101111 |
Color Harmonies of #2FD31E
Complementary color
Monochromatic Colors of #2FD31E
Black with #2FD31E
Text Example
Text Example
White with #2FD31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD31E; }
p { color: rgb(47,211,30); }
H1.HeaderClassName
{
color: #2FD31E;
}
.AnyTagClassName
{
color: #2FD31E;
}
</style>
background-color css
<style>
a { background-color: #2FD31E; }
a { background-color: rgb(47,211,30); }
div.DivClassName
{
background-color: #2FD31E;
}
.BgClassName
{
background-color: #2FD31E;
}
</style>
border-color css
<style>
span { border-color: #2FD31E; }
span { border-color: rgb(47,211,30); }
td.TdClassName
{
border-color: #2FD31E;
}
.TagClassName
{
border-color: #2FD31E;
}
</style>