Shades of Lime Green #2FEA34
Tints of Lime Green #2FEA34
RGB
CMYK
RGB Variations
Color information
#2FEA34 (or 0x2FEA34) is known color: Lime Green. HEX triplet: 2F, EA and 34. RGB value is (47,234,52). Sum of RGB (Red+Green+Blue) = 47+234+52=333 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.11% from 333); Green value is 234 (91.80% from 255 or 70.27% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEA34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEA34 is #D015CB. Grayscale: #9D9D9D. Windows color (decimal): -13637068 or 3467823. OLE color: 3467823.
HSL color Cylindrical-coordinate representation of color #2FEA34: hue angle of 121.6º 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 #2FEA34 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 234 | 52 | - |
| CMYK | 0.80 | 0 | 0.78 | 0.08 |
| HSL | 121.6º | 0.82% | 0.55% | - |
| HSV(B) | 121.6º | 0.8% | 0.92% | - |
| XYZ | 31.21 | 59.7 | 13.13 | - |
| YUV | 157.34 | 68.55 | 49.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 234 | 52 | 0.80 | 0 | 0.78 | 0.08 | 121.6 | 0.82 | 0.55 |
| Hex | 2F | EA | 34 | 50 | 0 | 4E | 8 | 7A | 52 | 37 |
| Octal | 57 | 352 | 64 | 120 | 0 | 116 | 10 | 172 | 122 | 67 |
| Binary | 101111 | 11101010 | 110100 | 1010000 | 0 | 1001110 | 1000 | 1111010 | 1010010 | 110111 |
Color Harmonies of #2FEA34
Complementary color
Monochromatic Colors of #2FEA34
Black with #2FEA34
Text Example
Text Example
White with #2FEA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEA34; }
p { color: rgb(47,234,52); }
H1.HeaderClassName
{
color: #2FEA34;
}
.AnyTagClassName
{
color: #2FEA34;
}
</style>
background-color css
<style>
a { background-color: #2FEA34; }
a { background-color: rgb(47,234,52); }
div.DivClassName
{
background-color: #2FEA34;
}
.BgClassName
{
background-color: #2FEA34;
}
</style>
border-color css
<style>
span { border-color: #2FEA34; }
span { border-color: rgb(47,234,52); }
td.TdClassName
{
border-color: #2FEA34;
}
.TagClassName
{
border-color: #2FEA34;
}
</style>