Shades of Lime Green #2FE539
Tints of Lime Green #2FE539
RGB
CMYK
RGB Variations
Color information
#2FE539 (or 0x2FE539) is known color: Lime Green. HEX triplet: 2F, E5 and 39. RGB value is (47,229,57). Sum of RGB (Red+Green+Blue) = 47+229+57=333 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.11% from 333); Green value is 229 (89.84% from 255 or 68.77% from 333); Blue value is 57 (22.66% from 255 or 17.12% from 333); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE539 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE539 is #D01AC6. Grayscale: #9B9B9B. Windows color (decimal): -13638343 or 3794223. OLE color: 3794223.
HSL color Cylindrical-coordinate representation of color #2FE539: hue angle of 123.3º 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 #2FE539 is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 229 | 57 | - |
| CMYK | 0.79 | 0 | 0.75 | 0.10 |
| HSL | 123.3º | 0.78% | 0.54% | - |
| HSV(B) | 123.3º | 0.79% | 0.9% | - |
| XYZ | 29.93 | 56.94 | 13.28 | - |
| YUV | 154.97 | 72.7 | 50.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 229 | 57 | 0.79 | 0 | 0.75 | 0.10 | 123.3 | 0.78 | 0.54 |
| Hex | 2F | E5 | 39 | 4F | 0 | 4B | A | 7B | 4E | 36 |
| Octal | 57 | 345 | 71 | 117 | 0 | 113 | 12 | 173 | 116 | 66 |
| Binary | 101111 | 11100101 | 111001 | 1001111 | 0 | 1001011 | 1010 | 1111011 | 1001110 | 110110 |
Color Harmonies of #2FE539
Complementary color
Monochromatic Colors of #2FE539
Black with #2FE539
Text Example
Text Example
White with #2FE539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE539; }
p { color: rgb(47,229,57); }
H1.HeaderClassName
{
color: #2FE539;
}
.AnyTagClassName
{
color: #2FE539;
}
</style>
background-color css
<style>
a { background-color: #2FE539; }
a { background-color: rgb(47,229,57); }
div.DivClassName
{
background-color: #2FE539;
}
.BgClassName
{
background-color: #2FE539;
}
</style>
border-color css
<style>
span { border-color: #2FE539; }
span { border-color: rgb(47,229,57); }
td.TdClassName
{
border-color: #2FE539;
}
.TagClassName
{
border-color: #2FE539;
}
</style>