Shades of Lime Green #2FF124
Tints of Lime Green #2FF124
RGB
CMYK
RGB Variations
Color information
#2FF124 (or 0x2FF124) is known color: Lime Green. HEX triplet: 2F, F1 and 24. RGB value is (47,241,36). Sum of RGB (Red+Green+Blue) = 47+241+36=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 241 (94.53% from 255 or 74.38% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF124 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF124 is #D00EDB. Grayscale: #A0A0A0. Windows color (decimal): -13635292 or 2421039. OLE color: 2421039.
HSL color Cylindrical-coordinate representation of color #2FF124: hue angle of 116.78º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2FF124 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 241 | 36 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.05 |
| HSL | 116.78º | 0.88% | 0.54% | - |
| HSV(B) | 116.78º | 0.85% | 0.95% | - |
| XYZ | 32.95 | 63.64 | 12.22 | - |
| YUV | 159.62 | 58.23 | 47.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 241 | 36 | 0.80 | 0 | 0.85 | 0.05 | 116.78 | 0.88 | 0.54 |
| Hex | 2F | F1 | 24 | 50 | 0 | 55 | 5 | 75 | 58 | 36 |
| Octal | 57 | 361 | 44 | 120 | 0 | 125 | 5 | 165 | 130 | 66 |
| Binary | 101111 | 11110001 | 100100 | 1010000 | 0 | 1010101 | 101 | 1110101 | 1011000 | 110110 |
Color Harmonies of #2FF124
Complementary color
Monochromatic Colors of #2FF124
Black with #2FF124
Text Example
Text Example
White with #2FF124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF124; }
p { color: rgb(47,241,36); }
H1.HeaderClassName
{
color: #2FF124;
}
.AnyTagClassName
{
color: #2FF124;
}
</style>
background-color css
<style>
a { background-color: #2FF124; }
a { background-color: rgb(47,241,36); }
div.DivClassName
{
background-color: #2FF124;
}
.BgClassName
{
background-color: #2FF124;
}
</style>
border-color css
<style>
span { border-color: #2FF124; }
span { border-color: rgb(47,241,36); }
td.TdClassName
{
border-color: #2FF124;
}
.TagClassName
{
border-color: #2FF124;
}
</style>