Shades of Lime Green #2FC744
Tints of Lime Green #2FC744
RGB
CMYK
RGB Variations
Color information
#2FC744 (or 0x2FC744) is known color: Lime Green. HEX triplet: 2F, C7 and 44. RGB value is (47,199,68). Sum of RGB (Red+Green+Blue) = 47+199+68=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 199 (78.12% from 255 or 63.38% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 199 - color contains mainly: green. Hex color #2FC744 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC744 is #D038BB. Grayscale: #8A8A8A. Windows color (decimal): -13646012 or 4507439. OLE color: 4507439.
HSL color Cylindrical-coordinate representation of color #2FC744: hue angle of 128.29º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC744 is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 199 | 68 | - |
| CMYK | 0.76 | 0 | 0.66 | 0.22 |
| HSL | 128.29º | 0.62% | 0.48% | - |
| HSV(B) | 128.29º | 0.76% | 0.78% | - |
| XYZ | 22.64 | 41.87 | 12.36 | - |
| YUV | 138.62 | 88.14 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 199 | 68 | 0.76 | 0 | 0.66 | 0.22 | 128.29 | 0.62 | 0.48 |
| Hex | 2F | C7 | 44 | 4C | 0 | 42 | 16 | 80 | 3E | 30 |
| Octal | 57 | 307 | 104 | 114 | 0 | 102 | 26 | 200 | 76 | 60 |
| Binary | 101111 | 11000111 | 1000100 | 1001100 | 0 | 1000010 | 10110 | 10000000 | 111110 | 110000 |
Color Harmonies of #2FC744
Complementary color
Monochromatic Colors of #2FC744
Black with #2FC744
Text Example
Text Example
White with #2FC744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC744; }
p { color: rgb(47,199,68); }
H1.HeaderClassName
{
color: #2FC744;
}
.AnyTagClassName
{
color: #2FC744;
}
</style>
background-color css
<style>
a { background-color: #2FC744; }
a { background-color: rgb(47,199,68); }
div.DivClassName
{
background-color: #2FC744;
}
.BgClassName
{
background-color: #2FC744;
}
</style>
border-color css
<style>
span { border-color: #2FC744; }
span { border-color: rgb(47,199,68); }
td.TdClassName
{
border-color: #2FC744;
}
.TagClassName
{
border-color: #2FC744;
}
</style>