Shades of Lime Green #2FE545
Tints of Lime Green #2FE545
RGB
CMYK
RGB Variations
Color information
#2FE545 (or 0x2FE545) is known color: Lime Green. HEX triplet: 2F, E5 and 45. RGB value is (47,229,69). Sum of RGB (Red+Green+Blue) = 47+229+69=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 229 (89.84% from 255 or 66.38% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE545 is #D01ABA. Grayscale: #9C9C9C. Windows color (decimal): -13638331 or 4580655. OLE color: 4580655.
HSL color Cylindrical-coordinate representation of color #2FE545: hue angle of 127.25º 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 #2FE545 is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 229 | 69 | - |
| CMYK | 0.79 | 0 | 0.70 | 0.10 |
| HSL | 127.25º | 0.78% | 0.54% | - |
| HSV(B) | 127.25º | 0.79% | 0.9% | - |
| XYZ | 30.27 | 57.07 | 15.05 | - |
| YUV | 156.34 | 78.7 | 50.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 229 | 69 | 0.79 | 0 | 0.70 | 0.10 | 127.25 | 0.78 | 0.54 |
| Hex | 2F | E5 | 45 | 4F | 0 | 46 | A | 7F | 4E | 36 |
| Octal | 57 | 345 | 105 | 117 | 0 | 106 | 12 | 177 | 116 | 66 |
| Binary | 101111 | 11100101 | 1000101 | 1001111 | 0 | 1000110 | 1010 | 1111111 | 1001110 | 110110 |
Color Harmonies of #2FE545
Complementary color
Monochromatic Colors of #2FE545
Black with #2FE545
Text Example
Text Example
White with #2FE545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE545; }
p { color: rgb(47,229,69); }
H1.HeaderClassName
{
color: #2FE545;
}
.AnyTagClassName
{
color: #2FE545;
}
</style>
background-color css
<style>
a { background-color: #2FE545; }
a { background-color: rgb(47,229,69); }
div.DivClassName
{
background-color: #2FE545;
}
.BgClassName
{
background-color: #2FE545;
}
</style>
border-color css
<style>
span { border-color: #2FE545; }
span { border-color: rgb(47,229,69); }
td.TdClassName
{
border-color: #2FE545;
}
.TagClassName
{
border-color: #2FE545;
}
</style>