Shades of Lime Green #2FC340
Tints of Lime Green #2FC340
RGB
CMYK
RGB Variations
Color information
#2FC340 (or 0x2FC340) is known color: Lime Green. HEX triplet: 2F, C3 and 40. RGB value is (47,195,64). Sum of RGB (Red+Green+Blue) = 47+195+64=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 195 (76.56% from 255 or 63.73% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 195 - color contains mainly: green. Hex color #2FC340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC340 is #D03CBF. Grayscale: #888888. Windows color (decimal): -13647040 or 4244271. OLE color: 4244271.
HSL color Cylindrical-coordinate representation of color #2FC340: hue angle of 126.89º 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 #2FC340 is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 195 | 64 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.24 |
| HSL | 126.89º | 0.61% | 0.47% | - |
| HSV(B) | 126.89º | 0.76% | 0.76% | - |
| XYZ | 21.61 | 40 | 11.43 | - |
| YUV | 135.81 | 87.47 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 195 | 64 | 0.76 | 0 | 0.67 | 0.24 | 126.89 | 0.61 | 0.47 |
| Hex | 2F | C3 | 40 | 4C | 0 | 43 | 18 | 7F | 3D | 2F |
| Octal | 57 | 303 | 100 | 114 | 0 | 103 | 30 | 177 | 75 | 57 |
| Binary | 101111 | 11000011 | 1000000 | 1001100 | 0 | 1000011 | 11000 | 1111111 | 111101 | 101111 |
Color Harmonies of #2FC340
Complementary color
Monochromatic Colors of #2FC340
Black with #2FC340
Text Example
Text Example
White with #2FC340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC340; }
p { color: rgb(47,195,64); }
H1.HeaderClassName
{
color: #2FC340;
}
.AnyTagClassName
{
color: #2FC340;
}
</style>
background-color css
<style>
a { background-color: #2FC340; }
a { background-color: rgb(47,195,64); }
div.DivClassName
{
background-color: #2FC340;
}
.BgClassName
{
background-color: #2FC340;
}
</style>
border-color css
<style>
span { border-color: #2FC340; }
span { border-color: rgb(47,195,64); }
td.TdClassName
{
border-color: #2FC340;
}
.TagClassName
{
border-color: #2FC340;
}
</style>