Shades of Lime Green #2FEB4A
Tints of Lime Green #2FEB4A
RGB
CMYK
RGB Variations
Color information
#2FEB4A (or 0x2FEB4A) is known color: Lime Green. HEX triplet: 2F, EB and 4A. RGB value is (47,235,74). Sum of RGB (Red+Green+Blue) = 47+235+74=356 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.20% from 356); Green value is 235 (92.19% from 255 or 66.01% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEB4A is #D014B5. Grayscale: #A0A0A0. Windows color (decimal): -13636790 or 4909871. OLE color: 4909871.
HSL color Cylindrical-coordinate representation of color #2FEB4A: hue angle of 128.62º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEB4A is Cyan = 0.8, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 74 | - |
| CMYK | 0.8 | 0 | 0.69 | 0.08 |
| HSL | 128.62º | 0.82% | 0.55% | - |
| HSV(B) | 128.62º | 0.8% | 0.92% | - |
| XYZ | 32.12 | 60.52 | 16.47 | - |
| YUV | 160.43 | 79.22 | 47.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 74 | 0.8 | 0 | 0.69 | 0.08 | 128.62 | 0.82 | 0.55 |
| Hex | 2F | EB | 4A | 50 | 0 | 45 | 8 | 81 | 52 | 37 |
| Octal | 57 | 353 | 112 | 120 | 0 | 105 | 10 | 201 | 122 | 67 |
| Binary | 101111 | 11101011 | 1001010 | 1010000 | 0 | 1000101 | 1000 | 10000001 | 1010010 | 110111 |
Color Harmonies of #2FEB4A
Complementary color
Monochromatic Colors of #2FEB4A
Black with #2FEB4A
Text Example
Text Example
White with #2FEB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEB4A; }
p { color: rgb(47,235,74); }
H1.HeaderClassName
{
color: #2FEB4A;
}
.AnyTagClassName
{
color: #2FEB4A;
}
</style>
background-color css
<style>
a { background-color: #2FEB4A; }
a { background-color: rgb(47,235,74); }
div.DivClassName
{
background-color: #2FEB4A;
}
.BgClassName
{
background-color: #2FEB4A;
}
</style>
border-color css
<style>
span { border-color: #2FEB4A; }
span { border-color: rgb(47,235,74); }
td.TdClassName
{
border-color: #2FEB4A;
}
.TagClassName
{
border-color: #2FEB4A;
}
</style>