Shades of Lime Green #2FC640
Tints of Lime Green #2FC640
RGB
CMYK
RGB Variations
Color information
#2FC640 (or 0x2FC640) is known color: Lime Green. HEX triplet: 2F, C6 and 40. RGB value is (47,198,64). Sum of RGB (Red+Green+Blue) = 47+198+64=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 198 (77.73% from 255 or 64.08% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC640 is #D039BF. Grayscale: #898989. Windows color (decimal): -13646272 or 4245039. OLE color: 4245039.
HSL color Cylindrical-coordinate representation of color #2FC640: hue angle of 126.75º 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 #2FC640 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 198 | 64 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.22 |
| HSL | 126.76º | 0.62% | 0.48% | - |
| HSV(B) | 126.76º | 0.76% | 0.78% | - |
| XYZ | 22.29 | 41.36 | 11.66 | - |
| YUV | 137.58 | 86.47 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 198 | 64 | 0.76 | 0 | 0.68 | 0.22 | 126.76 | 0.62 | 0.48 |
| Hex | 2F | C6 | 40 | 4C | 0 | 44 | 16 | 7F | 3E | 30 |
| Octal | 57 | 306 | 100 | 114 | 0 | 104 | 26 | 177 | 76 | 60 |
| Binary | 101111 | 11000110 | 1000000 | 1001100 | 0 | 1000100 | 10110 | 1111111 | 111110 | 110000 |
Color Harmonies of #2FC640
Complementary color
Monochromatic Colors of #2FC640
Black with #2FC640
Text Example
Text Example
White with #2FC640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC640; }
p { color: rgb(47,198,64); }
H1.HeaderClassName
{
color: #2FC640;
}
.AnyTagClassName
{
color: #2FC640;
}
</style>
background-color css
<style>
a { background-color: #2FC640; }
a { background-color: rgb(47,198,64); }
div.DivClassName
{
background-color: #2FC640;
}
.BgClassName
{
background-color: #2FC640;
}
</style>
border-color css
<style>
span { border-color: #2FC640; }
span { border-color: rgb(47,198,64); }
td.TdClassName
{
border-color: #2FC640;
}
.TagClassName
{
border-color: #2FC640;
}
</style>