Shades of Lime Green #2FC34E
Tints of Lime Green #2FC34E
RGB
CMYK
RGB Variations
Color information
#2FC34E (or 0x2FC34E) is known color: Lime Green. HEX triplet: 2F, C3 and 4E. RGB value is (47,195,78). Sum of RGB (Red+Green+Blue) = 47+195+78=320 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.69% from 320); Green value is 195 (76.56% from 255 or 60.94% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 195 - color contains mainly: green. Hex color #2FC34E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC34E is #D03CB1. Grayscale: #898989. Windows color (decimal): -13647026 or 5161775. OLE color: 5161775.
HSL color Cylindrical-coordinate representation of color #2FC34E: hue angle of 132.57º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC34E is Cyan = 0.76, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 195 | 78 | - |
| CMYK | 0.76 | 0 | 0.6 | 0.24 |
| HSL | 132.57º | 0.61% | 0.47% | - |
| HSV(B) | 132.57º | 0.76% | 0.76% | - |
| XYZ | 22.06 | 40.18 | 13.8 | - |
| YUV | 137.41 | 94.47 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 195 | 78 | 0.76 | 0 | 0.6 | 0.24 | 132.57 | 0.61 | 0.47 |
| Hex | 2F | C3 | 4E | 4C | 0 | 3C | 18 | 85 | 3D | 2F |
| Octal | 57 | 303 | 116 | 114 | 0 | 74 | 30 | 205 | 75 | 57 |
| Binary | 101111 | 11000011 | 1001110 | 1001100 | 0 | 111100 | 11000 | 10000101 | 111101 | 101111 |
Color Harmonies of #2FC34E
Complementary color
Monochromatic Colors of #2FC34E
Black with #2FC34E
Text Example
Text Example
White with #2FC34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC34E; }
p { color: rgb(47,195,78); }
H1.HeaderClassName
{
color: #2FC34E;
}
.AnyTagClassName
{
color: #2FC34E;
}
</style>
background-color css
<style>
a { background-color: #2FC34E; }
a { background-color: rgb(47,195,78); }
div.DivClassName
{
background-color: #2FC34E;
}
.BgClassName
{
background-color: #2FC34E;
}
</style>
border-color css
<style>
span { border-color: #2FC34E; }
span { border-color: rgb(47,195,78); }
td.TdClassName
{
border-color: #2FC34E;
}
.TagClassName
{
border-color: #2FC34E;
}
</style>