Shades of Lime Green #2FEA1A
Tints of Lime Green #2FEA1A
RGB
CMYK
RGB Variations
Color information
#2FEA1A (or 0x2FEA1A) is known color: Lime Green. HEX triplet: 2F, EA and 1A. RGB value is (47,234,26). Sum of RGB (Red+Green+Blue) = 47+234+26=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 234 (91.80% from 255 or 76.22% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEA1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEA1A is #D015E5. Grayscale: #9B9B9B. Windows color (decimal): -13637094 or 1763887. OLE color: 1763887.
HSL color Cylindrical-coordinate representation of color #2FEA1A: hue angle of 113.94º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2FEA1A is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 234 | 26 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.08 |
| HSL | 113.94º | 0.83% | 0.51% | - |
| HSV(B) | 113.94º | 0.89% | 0.92% | - |
| XYZ | 30.78 | 59.52 | 10.84 | - |
| YUV | 154.38 | 55.55 | 51.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 234 | 26 | 0.80 | 0 | 0.89 | 0.08 | 113.94 | 0.83 | 0.51 |
| Hex | 2F | EA | 1A | 50 | 0 | 59 | 8 | 72 | 53 | 33 |
| Octal | 57 | 352 | 32 | 120 | 0 | 131 | 10 | 162 | 123 | 63 |
| Binary | 101111 | 11101010 | 11010 | 1010000 | 0 | 1011001 | 1000 | 1110010 | 1010011 | 110011 |
Color Harmonies of #2FEA1A
Complementary color
Monochromatic Colors of #2FEA1A
Black with #2FEA1A
Text Example
Text Example
White with #2FEA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEA1A; }
p { color: rgb(47,234,26); }
H1.HeaderClassName
{
color: #2FEA1A;
}
.AnyTagClassName
{
color: #2FEA1A;
}
</style>
background-color css
<style>
a { background-color: #2FEA1A; }
a { background-color: rgb(47,234,26); }
div.DivClassName
{
background-color: #2FEA1A;
}
.BgClassName
{
background-color: #2FEA1A;
}
</style>
border-color css
<style>
span { border-color: #2FEA1A; }
span { border-color: rgb(47,234,26); }
td.TdClassName
{
border-color: #2FEA1A;
}
.TagClassName
{
border-color: #2FEA1A;
}
</style>