Shades of Lime Green #2FF125
Tints of Lime Green #2FF125
RGB
CMYK
RGB Variations
Color information
#2FF125 (or 0x2FF125) is known color: Lime Green. HEX triplet: 2F, F1 and 25. RGB value is (47,241,37). Sum of RGB (Red+Green+Blue) = 47+241+37=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 241 (94.53% from 255 or 74.15% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF125 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF125 is #D00EDA. Grayscale: #A0A0A0. Windows color (decimal): -13635291 or 2486575. OLE color: 2486575.
HSL color Cylindrical-coordinate representation of color #2FF125: hue angle of 117.06º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2FF125 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 241 | 37 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.05 |
| HSL | 117.06º | 0.88% | 0.55% | - |
| HSV(B) | 117.06º | 0.85% | 0.95% | - |
| XYZ | 32.96 | 63.65 | 12.3 | - |
| YUV | 159.74 | 58.73 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 241 | 37 | 0.80 | 0 | 0.85 | 0.05 | 117.06 | 0.88 | 0.55 |
| Hex | 2F | F1 | 25 | 50 | 0 | 55 | 5 | 75 | 58 | 37 |
| Octal | 57 | 361 | 45 | 120 | 0 | 125 | 5 | 165 | 130 | 67 |
| Binary | 101111 | 11110001 | 100101 | 1010000 | 0 | 1010101 | 101 | 1110101 | 1011000 | 110111 |
Color Harmonies of #2FF125
Complementary color
Monochromatic Colors of #2FF125
Black with #2FF125
Text Example
Text Example
White with #2FF125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF125; }
p { color: rgb(47,241,37); }
H1.HeaderClassName
{
color: #2FF125;
}
.AnyTagClassName
{
color: #2FF125;
}
</style>
background-color css
<style>
a { background-color: #2FF125; }
a { background-color: rgb(47,241,37); }
div.DivClassName
{
background-color: #2FF125;
}
.BgClassName
{
background-color: #2FF125;
}
</style>
border-color css
<style>
span { border-color: #2FF125; }
span { border-color: rgb(47,241,37); }
td.TdClassName
{
border-color: #2FF125;
}
.TagClassName
{
border-color: #2FF125;
}
</style>