Shades of Lime Green #2FE546
Tints of Lime Green #2FE546
RGB
CMYK
RGB Variations
Color information
#2FE546 (or 0x2FE546) is known color: Lime Green. HEX triplet: 2F, E5 and 46. RGB value is (47,229,70). Sum of RGB (Red+Green+Blue) = 47+229+70=346 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.58% from 346); Green value is 229 (89.84% from 255 or 66.18% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE546 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE546 is #D01AB9. Grayscale: #9C9C9C. Windows color (decimal): -13638330 or 4646191. OLE color: 4646191.
HSL color Cylindrical-coordinate representation of color #2FE546: hue angle of 127.58º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE546 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 229 | 70 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.10 |
| HSL | 127.58º | 0.78% | 0.54% | - |
| HSV(B) | 127.58º | 0.79% | 0.9% | - |
| XYZ | 30.3 | 57.09 | 15.22 | - |
| YUV | 156.46 | 79.2 | 49.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 229 | 70 | 0.79 | 0 | 0.69 | 0.10 | 127.58 | 0.78 | 0.54 |
| Hex | 2F | E5 | 46 | 4F | 0 | 45 | A | 80 | 4E | 36 |
| Octal | 57 | 345 | 106 | 117 | 0 | 105 | 12 | 200 | 116 | 66 |
| Binary | 101111 | 11100101 | 1000110 | 1001111 | 0 | 1000101 | 1010 | 10000000 | 1001110 | 110110 |
Color Harmonies of #2FE546
Complementary color
Monochromatic Colors of #2FE546
Black with #2FE546
Text Example
Text Example
White with #2FE546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE546; }
p { color: rgb(47,229,70); }
H1.HeaderClassName
{
color: #2FE546;
}
.AnyTagClassName
{
color: #2FE546;
}
</style>
background-color css
<style>
a { background-color: #2FE546; }
a { background-color: rgb(47,229,70); }
div.DivClassName
{
background-color: #2FE546;
}
.BgClassName
{
background-color: #2FE546;
}
</style>
border-color css
<style>
span { border-color: #2FE546; }
span { border-color: rgb(47,229,70); }
td.TdClassName
{
border-color: #2FE546;
}
.TagClassName
{
border-color: #2FE546;
}
</style>