Shades of Lime Green #2FE141
Tints of Lime Green #2FE141
RGB
CMYK
RGB Variations
Color information
#2FE141 (or 0x2FE141) is known color: Lime Green. HEX triplet: 2F, E1 and 41. RGB value is (47,225,65). Sum of RGB (Red+Green+Blue) = 47+225+65=337 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.95% from 337); Green value is 225 (88.28% from 255 or 66.77% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE141 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE141 is #D01EBE. Grayscale: #9A9A9A. Windows color (decimal): -13639359 or 4317487. OLE color: 4317487.
HSL color Cylindrical-coordinate representation of color #2FE141: hue angle of 126.07º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE141 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 225 | 65 | - |
| CMYK | 0.79 | 0 | 0.71 | 0.12 |
| HSL | 126.07º | 0.75% | 0.53% | - |
| HSV(B) | 126.07º | 0.79% | 0.88% | - |
| XYZ | 29.05 | 54.84 | 14.05 | - |
| YUV | 153.54 | 78.03 | 52.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 225 | 65 | 0.79 | 0 | 0.71 | 0.12 | 126.07 | 0.75 | 0.53 |
| Hex | 2F | E1 | 41 | 4F | 0 | 47 | C | 7E | 4B | 35 |
| Octal | 57 | 341 | 101 | 117 | 0 | 107 | 14 | 176 | 113 | 65 |
| Binary | 101111 | 11100001 | 1000001 | 1001111 | 0 | 1000111 | 1100 | 1111110 | 1001011 | 110101 |
Color Harmonies of #2FE141
Complementary color
Monochromatic Colors of #2FE141
Black with #2FE141
Text Example
Text Example
White with #2FE141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE141; }
p { color: rgb(47,225,65); }
H1.HeaderClassName
{
color: #2FE141;
}
.AnyTagClassName
{
color: #2FE141;
}
</style>
background-color css
<style>
a { background-color: #2FE141; }
a { background-color: rgb(47,225,65); }
div.DivClassName
{
background-color: #2FE141;
}
.BgClassName
{
background-color: #2FE141;
}
</style>
border-color css
<style>
span { border-color: #2FE141; }
span { border-color: rgb(47,225,65); }
td.TdClassName
{
border-color: #2FE141;
}
.TagClassName
{
border-color: #2FE141;
}
</style>