Shades of Lime Green #2FC61D
Tints of Lime Green #2FC61D
RGB
CMYK
RGB Variations
Color information
#2FC61D (or 0x2FC61D) is known color: Lime Green. HEX triplet: 2F, C6 and 1D. RGB value is (47,198,29). Sum of RGB (Red+Green+Blue) = 47+198+29=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 198 (77.73% from 255 or 72.26% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC61D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC61D is #D039E2. Grayscale: #868686. Windows color (decimal): -13646307 or 1951279. OLE color: 1951279.
HSL color Cylindrical-coordinate representation of color #2FC61D: hue angle of 113.61º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2FC61D is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 198 | 29 | - |
| CMYK | 0.76 | 0 | 0.85 | 0.22 |
| HSL | 113.61º | 0.74% | 0.45% | - |
| HSV(B) | 113.61º | 0.85% | 0.78% | - |
| XYZ | 21.59 | 41.08 | 7.95 | - |
| YUV | 133.59 | 68.97 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 198 | 29 | 0.76 | 0 | 0.85 | 0.22 | 113.61 | 0.74 | 0.45 |
| Hex | 2F | C6 | 1D | 4C | 0 | 55 | 16 | 72 | 4A | 2D |
| Octal | 57 | 306 | 35 | 114 | 0 | 125 | 26 | 162 | 112 | 55 |
| Binary | 101111 | 11000110 | 11101 | 1001100 | 0 | 1010101 | 10110 | 1110010 | 1001010 | 101101 |
Color Harmonies of #2FC61D
Complementary color
Monochromatic Colors of #2FC61D
Black with #2FC61D
Text Example
Text Example
White with #2FC61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC61D; }
p { color: rgb(47,198,29); }
H1.HeaderClassName
{
color: #2FC61D;
}
.AnyTagClassName
{
color: #2FC61D;
}
</style>
background-color css
<style>
a { background-color: #2FC61D; }
a { background-color: rgb(47,198,29); }
div.DivClassName
{
background-color: #2FC61D;
}
.BgClassName
{
background-color: #2FC61D;
}
</style>
border-color css
<style>
span { border-color: #2FC61D; }
span { border-color: rgb(47,198,29); }
td.TdClassName
{
border-color: #2FC61D;
}
.TagClassName
{
border-color: #2FC61D;
}
</style>