Shades of Lime Green #2FEA24
Tints of Lime Green #2FEA24
RGB
CMYK
RGB Variations
Color information
#2FEA24 (or 0x2FEA24) is known color: Lime Green. HEX triplet: 2F, EA and 24. RGB value is (47,234,36). Sum of RGB (Red+Green+Blue) = 47+234+36=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 234 (91.80% from 255 or 73.82% from 317); Blue value is 36 (14.45% from 255 or 11.36% from 317); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEA24 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEA24 is #D015DB. Grayscale: #9C9C9C. Windows color (decimal): -13637084 or 2419247. OLE color: 2419247.
HSL color Cylindrical-coordinate representation of color #2FEA24: hue angle of 116.67º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2FEA24 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 234 | 36 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.08 |
| HSL | 116.67º | 0.83% | 0.53% | - |
| HSV(B) | 116.67º | 0.85% | 0.92% | - |
| XYZ | 30.91 | 59.58 | 11.54 | - |
| YUV | 155.52 | 60.55 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 234 | 36 | 0.80 | 0 | 0.85 | 0.08 | 116.67 | 0.83 | 0.53 |
| Hex | 2F | EA | 24 | 50 | 0 | 55 | 8 | 75 | 52 | 35 |
| Octal | 57 | 352 | 44 | 120 | 0 | 125 | 10 | 165 | 122 | 65 |
| Binary | 101111 | 11101010 | 100100 | 1010000 | 0 | 1010101 | 1000 | 1110101 | 1010010 | 110101 |
Color Harmonies of #2FEA24
Complementary color
Monochromatic Colors of #2FEA24
Black with #2FEA24
Text Example
Text Example
White with #2FEA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEA24; }
p { color: rgb(47,234,36); }
H1.HeaderClassName
{
color: #2FEA24;
}
.AnyTagClassName
{
color: #2FEA24;
}
</style>
background-color css
<style>
a { background-color: #2FEA24; }
a { background-color: rgb(47,234,36); }
div.DivClassName
{
background-color: #2FEA24;
}
.BgClassName
{
background-color: #2FEA24;
}
</style>
border-color css
<style>
span { border-color: #2FEA24; }
span { border-color: rgb(47,234,36); }
td.TdClassName
{
border-color: #2FEA24;
}
.TagClassName
{
border-color: #2FEA24;
}
</style>