Shades of Lime Green #2FC44A
Tints of Lime Green #2FC44A
RGB
CMYK
RGB Variations
Color information
#2FC44A (or 0x2FC44A) is known color: Lime Green. HEX triplet: 2F, C4 and 4A. RGB value is (47,196,74). Sum of RGB (Red+Green+Blue) = 47+196+74=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 196 (76.95% from 255 or 61.83% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC44A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC44A is #D03BB5. Grayscale: #898989. Windows color (decimal): -13646774 or 4899887. OLE color: 4899887.
HSL color Cylindrical-coordinate representation of color #2FC44A: hue angle of 130.87º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC44A is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 196 | 74 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.23 |
| HSL | 130.87º | 0.61% | 0.48% | - |
| HSV(B) | 130.87º | 0.76% | 0.77% | - |
| XYZ | 22.15 | 40.58 | 13.14 | - |
| YUV | 137.54 | 92.14 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 196 | 74 | 0.76 | 0 | 0.62 | 0.23 | 130.87 | 0.61 | 0.48 |
| Hex | 2F | C4 | 4A | 4C | 0 | 3E | 17 | 83 | 3D | 30 |
| Octal | 57 | 304 | 112 | 114 | 0 | 76 | 27 | 203 | 75 | 60 |
| Binary | 101111 | 11000100 | 1001010 | 1001100 | 0 | 111110 | 10111 | 10000011 | 111101 | 110000 |
Color Harmonies of #2FC44A
Complementary color
Monochromatic Colors of #2FC44A
Black with #2FC44A
Text Example
Text Example
White with #2FC44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC44A; }
p { color: rgb(47,196,74); }
H1.HeaderClassName
{
color: #2FC44A;
}
.AnyTagClassName
{
color: #2FC44A;
}
</style>
background-color css
<style>
a { background-color: #2FC44A; }
a { background-color: rgb(47,196,74); }
div.DivClassName
{
background-color: #2FC44A;
}
.BgClassName
{
background-color: #2FC44A;
}
</style>
border-color css
<style>
span { border-color: #2FC44A; }
span { border-color: rgb(47,196,74); }
td.TdClassName
{
border-color: #2FC44A;
}
.TagClassName
{
border-color: #2FC44A;
}
</style>