Shades of Lime Green #2FC738
Tints of Lime Green #2FC738
RGB
CMYK
RGB Variations
Color information
#2FC738 (or 0x2FC738) is known color: Lime Green. HEX triplet: 2F, C7 and 38. RGB value is (47,199,56). Sum of RGB (Red+Green+Blue) = 47+199+56=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 199 (78.12% from 255 or 65.89% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 199 - color contains mainly: green. Hex color #2FC738 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC738 is #D038C7. Grayscale: #898989. Windows color (decimal): -13646024 or 3721007. OLE color: 3721007.
HSL color Cylindrical-coordinate representation of color #2FC738: hue angle of 123.55º 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 #2FC738 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 199 | 56 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.22 |
| HSL | 123.55º | 0.62% | 0.48% | - |
| HSV(B) | 123.55º | 0.76% | 0.78% | - |
| XYZ | 22.31 | 41.74 | 10.62 | - |
| YUV | 137.25 | 82.14 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 199 | 56 | 0.76 | 0 | 0.72 | 0.22 | 123.55 | 0.62 | 0.48 |
| Hex | 2F | C7 | 38 | 4C | 0 | 48 | 16 | 7C | 3E | 30 |
| Octal | 57 | 307 | 70 | 114 | 0 | 110 | 26 | 174 | 76 | 60 |
| Binary | 101111 | 11000111 | 111000 | 1001100 | 0 | 1001000 | 10110 | 1111100 | 111110 | 110000 |
Color Harmonies of #2FC738
Complementary color
Monochromatic Colors of #2FC738
Black with #2FC738
Text Example
Text Example
White with #2FC738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC738; }
p { color: rgb(47,199,56); }
H1.HeaderClassName
{
color: #2FC738;
}
.AnyTagClassName
{
color: #2FC738;
}
</style>
background-color css
<style>
a { background-color: #2FC738; }
a { background-color: rgb(47,199,56); }
div.DivClassName
{
background-color: #2FC738;
}
.BgClassName
{
background-color: #2FC738;
}
</style>
border-color css
<style>
span { border-color: #2FC738; }
span { border-color: rgb(47,199,56); }
td.TdClassName
{
border-color: #2FC738;
}
.TagClassName
{
border-color: #2FC738;
}
</style>