Shades of Lime Green #2FC82E
Tints of Lime Green #2FC82E
RGB
CMYK
RGB Variations
Color information
#2FC82E (or 0x2FC82E) is known color: Lime Green. HEX triplet: 2F, C8 and 2E. RGB value is (47,200,46). Sum of RGB (Red+Green+Blue) = 47+200+46=293 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.04% from 293); Green value is 200 (78.52% from 255 or 68.26% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC82E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC82E is #D037D1. Grayscale: #898989. Windows color (decimal): -13645778 or 3065903. OLE color: 3065903.
HSL color Cylindrical-coordinate representation of color #2FC82E: hue angle of 119.61º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FC82E is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 200 | 46 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.22 |
| HSL | 119.61º | 0.63% | 0.48% | - |
| HSV(B) | 119.61º | 0.77% | 0.78% | - |
| XYZ | 22.32 | 42.11 | 9.54 | - |
| YUV | 136.7 | 76.81 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 200 | 46 | 0.76 | 0 | 0.77 | 0.22 | 119.61 | 0.63 | 0.48 |
| Hex | 2F | C8 | 2E | 4C | 0 | 4D | 16 | 78 | 3F | 30 |
| Octal | 57 | 310 | 56 | 114 | 0 | 115 | 26 | 170 | 77 | 60 |
| Binary | 101111 | 11001000 | 101110 | 1001100 | 0 | 1001101 | 10110 | 1111000 | 111111 | 110000 |
Color Harmonies of #2FC82E
Complementary color
Monochromatic Colors of #2FC82E
Black with #2FC82E
Text Example
Text Example
White with #2FC82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC82E; }
p { color: rgb(47,200,46); }
H1.HeaderClassName
{
color: #2FC82E;
}
.AnyTagClassName
{
color: #2FC82E;
}
</style>
background-color css
<style>
a { background-color: #2FC82E; }
a { background-color: rgb(47,200,46); }
div.DivClassName
{
background-color: #2FC82E;
}
.BgClassName
{
background-color: #2FC82E;
}
</style>
border-color css
<style>
span { border-color: #2FC82E; }
span { border-color: rgb(47,200,46); }
td.TdClassName
{
border-color: #2FC82E;
}
.TagClassName
{
border-color: #2FC82E;
}
</style>