Shades of Lime Green #2FEA1F
Tints of Lime Green #2FEA1F
RGB
CMYK
RGB Variations
Color information
#2FEA1F (or 0x2FEA1F) is known color: Lime Green. HEX triplet: 2F, EA and 1F. RGB value is (47,234,31). Sum of RGB (Red+Green+Blue) = 47+234+31=312 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.06% from 312); Green value is 234 (91.80% from 255 or 75% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEA1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEA1F is #D015E0. Grayscale: #9B9B9B. Windows color (decimal): -13637089 or 2091567. OLE color: 2091567.
HSL color Cylindrical-coordinate representation of color #2FEA1F: hue angle of 115.27º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2FEA1F is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 234 | 31 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.08 |
| HSL | 115.27º | 0.83% | 0.52% | - |
| HSV(B) | 115.27º | 0.87% | 0.92% | - |
| XYZ | 30.84 | 59.55 | 11.16 | - |
| YUV | 154.95 | 58.05 | 51.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 234 | 31 | 0.80 | 0 | 0.87 | 0.08 | 115.27 | 0.83 | 0.52 |
| Hex | 2F | EA | 1F | 50 | 0 | 57 | 8 | 73 | 53 | 34 |
| Octal | 57 | 352 | 37 | 120 | 0 | 127 | 10 | 163 | 123 | 64 |
| Binary | 101111 | 11101010 | 11111 | 1010000 | 0 | 1010111 | 1000 | 1110011 | 1010011 | 110100 |
Color Harmonies of #2FEA1F
Complementary color
Monochromatic Colors of #2FEA1F
Black with #2FEA1F
Text Example
Text Example
White with #2FEA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEA1F; }
p { color: rgb(47,234,31); }
H1.HeaderClassName
{
color: #2FEA1F;
}
.AnyTagClassName
{
color: #2FEA1F;
}
</style>
background-color css
<style>
a { background-color: #2FEA1F; }
a { background-color: rgb(47,234,31); }
div.DivClassName
{
background-color: #2FEA1F;
}
.BgClassName
{
background-color: #2FEA1F;
}
</style>
border-color css
<style>
span { border-color: #2FEA1F; }
span { border-color: rgb(47,234,31); }
td.TdClassName
{
border-color: #2FEA1F;
}
.TagClassName
{
border-color: #2FEA1F;
}
</style>