Shades of Lime Green #2FE44A
Tints of Lime Green #2FE44A
RGB
CMYK
RGB Variations
Color information
#2FE44A (or 0x2FE44A) is known color: Lime Green. HEX triplet: 2F, E4 and 4A. RGB value is (47,228,74). Sum of RGB (Red+Green+Blue) = 47+228+74=349 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.47% from 349); Green value is 228 (89.45% from 255 or 65.33% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 228 - color contains mainly: green. Hex color #2FE44A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE44A is #D01BB5. Grayscale: #9C9C9C. Windows color (decimal): -13638582 or 4908079. OLE color: 4908079.
HSL color Cylindrical-coordinate representation of color #2FE44A: hue angle of 128.95º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE44A is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 228 | 74 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.11 |
| HSL | 128.95º | 0.77% | 0.54% | - |
| HSV(B) | 128.95º | 0.79% | 0.89% | - |
| XYZ | 30.15 | 56.59 | 15.81 | - |
| YUV | 156.33 | 81.53 | 50.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 228 | 74 | 0.79 | 0 | 0.68 | 0.11 | 128.95 | 0.77 | 0.54 |
| Hex | 2F | E4 | 4A | 4F | 0 | 44 | B | 81 | 4D | 36 |
| Octal | 57 | 344 | 112 | 117 | 0 | 104 | 13 | 201 | 115 | 66 |
| Binary | 101111 | 11100100 | 1001010 | 1001111 | 0 | 1000100 | 1011 | 10000001 | 1001101 | 110110 |
Color Harmonies of #2FE44A
Complementary color
Monochromatic Colors of #2FE44A
Black with #2FE44A
Text Example
Text Example
White with #2FE44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE44A; }
p { color: rgb(47,228,74); }
H1.HeaderClassName
{
color: #2FE44A;
}
.AnyTagClassName
{
color: #2FE44A;
}
</style>
background-color css
<style>
a { background-color: #2FE44A; }
a { background-color: rgb(47,228,74); }
div.DivClassName
{
background-color: #2FE44A;
}
.BgClassName
{
background-color: #2FE44A;
}
</style>
border-color css
<style>
span { border-color: #2FE44A; }
span { border-color: rgb(47,228,74); }
td.TdClassName
{
border-color: #2FE44A;
}
.TagClassName
{
border-color: #2FE44A;
}
</style>