Shades of Lime Green #2FEA1C
Tints of Lime Green #2FEA1C
RGB
CMYK
RGB Variations
Color information
#2FEA1C (or 0x2FEA1C) is known color: Lime Green. HEX triplet: 2F, EA and 1C. RGB value is (47,234,28). Sum of RGB (Red+Green+Blue) = 47+234+28=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 234 (91.80% from 255 or 75.73% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEA1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEA1C is #D015E3. Grayscale: #9B9B9B. Windows color (decimal): -13637092 or 1894959. OLE color: 1894959.
HSL color Cylindrical-coordinate representation of color #2FEA1C: hue angle of 114.47º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2FEA1C is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 234 | 28 | - |
| CMYK | 0.80 | 0 | 0.88 | 0.08 |
| HSL | 114.47º | 0.83% | 0.51% | - |
| HSV(B) | 114.47º | 0.88% | 0.92% | - |
| XYZ | 30.8 | 59.53 | 10.97 | - |
| YUV | 154.6 | 56.55 | 51.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 234 | 28 | 0.80 | 0 | 0.88 | 0.08 | 114.47 | 0.83 | 0.51 |
| Hex | 2F | EA | 1C | 50 | 0 | 58 | 8 | 72 | 53 | 33 |
| Octal | 57 | 352 | 34 | 120 | 0 | 130 | 10 | 162 | 123 | 63 |
| Binary | 101111 | 11101010 | 11100 | 1010000 | 0 | 1011000 | 1000 | 1110010 | 1010011 | 110011 |
Color Harmonies of #2FEA1C
Complementary color
Monochromatic Colors of #2FEA1C
Black with #2FEA1C
Text Example
Text Example
White with #2FEA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEA1C; }
p { color: rgb(47,234,28); }
H1.HeaderClassName
{
color: #2FEA1C;
}
.AnyTagClassName
{
color: #2FEA1C;
}
</style>
background-color css
<style>
a { background-color: #2FEA1C; }
a { background-color: rgb(47,234,28); }
div.DivClassName
{
background-color: #2FEA1C;
}
.BgClassName
{
background-color: #2FEA1C;
}
</style>
border-color css
<style>
span { border-color: #2FEA1C; }
span { border-color: rgb(47,234,28); }
td.TdClassName
{
border-color: #2FEA1C;
}
.TagClassName
{
border-color: #2FEA1C;
}
</style>