Shades of Lime Green #2FE53A
Tints of Lime Green #2FE53A
RGB
CMYK
RGB Variations
Color information
#2FE53A (or 0x2FE53A) is known color: Lime Green. HEX triplet: 2F, E5 and 3A. RGB value is (47,229,58). Sum of RGB (Red+Green+Blue) = 47+229+58=334 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.07% from 334); Green value is 229 (89.84% from 255 or 68.56% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE53A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE53A is #D01AC5. Grayscale: #9B9B9B. Windows color (decimal): -13638342 or 3859759. OLE color: 3859759.
HSL color Cylindrical-coordinate representation of color #2FE53A: hue angle of 123.63º 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 #2FE53A is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 229 | 58 | - |
| CMYK | 0.79 | 0 | 0.75 | 0.10 |
| HSL | 123.63º | 0.78% | 0.54% | - |
| HSV(B) | 123.63º | 0.79% | 0.9% | - |
| XYZ | 29.96 | 56.95 | 13.42 | - |
| YUV | 155.09 | 73.2 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 229 | 58 | 0.79 | 0 | 0.75 | 0.10 | 123.63 | 0.78 | 0.54 |
| Hex | 2F | E5 | 3A | 4F | 0 | 4B | A | 7C | 4E | 36 |
| Octal | 57 | 345 | 72 | 117 | 0 | 113 | 12 | 174 | 116 | 66 |
| Binary | 101111 | 11100101 | 111010 | 1001111 | 0 | 1001011 | 1010 | 1111100 | 1001110 | 110110 |
Color Harmonies of #2FE53A
Complementary color
Monochromatic Colors of #2FE53A
Black with #2FE53A
Text Example
Text Example
White with #2FE53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE53A; }
p { color: rgb(47,229,58); }
H1.HeaderClassName
{
color: #2FE53A;
}
.AnyTagClassName
{
color: #2FE53A;
}
</style>
background-color css
<style>
a { background-color: #2FE53A; }
a { background-color: rgb(47,229,58); }
div.DivClassName
{
background-color: #2FE53A;
}
.BgClassName
{
background-color: #2FE53A;
}
</style>
border-color css
<style>
span { border-color: #2FE53A; }
span { border-color: rgb(47,229,58); }
td.TdClassName
{
border-color: #2FE53A;
}
.TagClassName
{
border-color: #2FE53A;
}
</style>