Shades of Lime Green #2FEA1D
Tints of Lime Green #2FEA1D
RGB
CMYK
RGB Variations
Color information
#2FEA1D (or 0x2FEA1D) is known color: Lime Green. HEX triplet: 2F, EA and 1D. RGB value is (47,234,29). Sum of RGB (Red+Green+Blue) = 47+234+29=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 234 (91.80% from 255 or 75.48% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEA1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEA1D is #D015E2. Grayscale: #9B9B9B. Windows color (decimal): -13637091 or 1960495. OLE color: 1960495.
HSL color Cylindrical-coordinate representation of color #2FEA1D: hue angle of 114.73º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2FEA1D is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 234 | 29 | - |
| CMYK | 0.80 | 0 | 0.88 | 0.08 |
| HSL | 114.73º | 0.83% | 0.52% | - |
| HSV(B) | 114.73º | 0.88% | 0.92% | - |
| XYZ | 30.82 | 59.54 | 11.03 | - |
| YUV | 154.72 | 57.05 | 51.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 234 | 29 | 0.80 | 0 | 0.88 | 0.08 | 114.73 | 0.83 | 0.52 |
| Hex | 2F | EA | 1D | 50 | 0 | 58 | 8 | 73 | 53 | 34 |
| Octal | 57 | 352 | 35 | 120 | 0 | 130 | 10 | 163 | 123 | 64 |
| Binary | 101111 | 11101010 | 11101 | 1010000 | 0 | 1011000 | 1000 | 1110011 | 1010011 | 110100 |
Color Harmonies of #2FEA1D
Complementary color
Monochromatic Colors of #2FEA1D
Black with #2FEA1D
Text Example
Text Example
White with #2FEA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEA1D; }
p { color: rgb(47,234,29); }
H1.HeaderClassName
{
color: #2FEA1D;
}
.AnyTagClassName
{
color: #2FEA1D;
}
</style>
background-color css
<style>
a { background-color: #2FEA1D; }
a { background-color: rgb(47,234,29); }
div.DivClassName
{
background-color: #2FEA1D;
}
.BgClassName
{
background-color: #2FEA1D;
}
</style>
border-color css
<style>
span { border-color: #2FEA1D; }
span { border-color: rgb(47,234,29); }
td.TdClassName
{
border-color: #2FEA1D;
}
.TagClassName
{
border-color: #2FEA1D;
}
</style>