Shades of Lime Green #2FE540
Tints of Lime Green #2FE540
RGB
CMYK
RGB Variations
Color information
#2FE540 (or 0x2FE540) is known color: Lime Green. HEX triplet: 2F, E5 and 40. RGB value is (47,229,64). Sum of RGB (Red+Green+Blue) = 47+229+64=340 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.82% from 340); Green value is 229 (89.84% from 255 or 67.35% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE540 is #D01ABF. Grayscale: #9C9C9C. Windows color (decimal): -13638336 or 4252975. OLE color: 4252975.
HSL color Cylindrical-coordinate representation of color #2FE540: hue angle of 125.6º 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 #2FE540 is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 229 | 64 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.10 |
| HSL | 125.6º | 0.78% | 0.54% | - |
| HSV(B) | 125.6º | 0.79% | 0.9% | - |
| XYZ | 30.12 | 57.01 | 14.27 | - |
| YUV | 155.77 | 76.2 | 50.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 229 | 64 | 0.79 | 0 | 0.72 | 0.10 | 125.6 | 0.78 | 0.54 |
| Hex | 2F | E5 | 40 | 4F | 0 | 48 | A | 7E | 4E | 36 |
| Octal | 57 | 345 | 100 | 117 | 0 | 110 | 12 | 176 | 116 | 66 |
| Binary | 101111 | 11100101 | 1000000 | 1001111 | 0 | 1001000 | 1010 | 1111110 | 1001110 | 110110 |
Color Harmonies of #2FE540
Complementary color
Monochromatic Colors of #2FE540
Black with #2FE540
Text Example
Text Example
White with #2FE540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE540; }
p { color: rgb(47,229,64); }
H1.HeaderClassName
{
color: #2FE540;
}
.AnyTagClassName
{
color: #2FE540;
}
</style>
background-color css
<style>
a { background-color: #2FE540; }
a { background-color: rgb(47,229,64); }
div.DivClassName
{
background-color: #2FE540;
}
.BgClassName
{
background-color: #2FE540;
}
</style>
border-color css
<style>
span { border-color: #2FE540; }
span { border-color: rgb(47,229,64); }
td.TdClassName
{
border-color: #2FE540;
}
.TagClassName
{
border-color: #2FE540;
}
</style>