Shades of Lime Green #2FC127
Tints of Lime Green #2FC127
RGB
CMYK
RGB Variations
Color information
#2FC127 (or 0x2FC127) is known color: Lime Green. HEX triplet: 2F, C1 and 27. RGB value is (47,193,39). Sum of RGB (Red+Green+Blue) = 47+193+39=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 193 (75.78% from 255 or 69.18% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 193 - color contains mainly: green. Hex color #2FC127 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC127 is #D03ED8. Grayscale: #848484. Windows color (decimal): -13647577 or 2605359. OLE color: 2605359.
HSL color Cylindrical-coordinate representation of color #2FC127: hue angle of 116.88º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FC127 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 193 | 39 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.24 |
| HSL | 116.88º | 0.66% | 0.45% | - |
| HSV(B) | 116.88º | 0.8% | 0.76% | - |
| XYZ | 20.61 | 38.89 | 8.34 | - |
| YUV | 131.79 | 75.63 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 193 | 39 | 0.76 | 0 | 0.80 | 0.24 | 116.88 | 0.66 | 0.45 |
| Hex | 2F | C1 | 27 | 4C | 0 | 50 | 18 | 75 | 42 | 2D |
| Octal | 57 | 301 | 47 | 114 | 0 | 120 | 30 | 165 | 102 | 55 |
| Binary | 101111 | 11000001 | 100111 | 1001100 | 0 | 1010000 | 11000 | 1110101 | 1000010 | 101101 |
Color Harmonies of #2FC127
Complementary color
Monochromatic Colors of #2FC127
Black with #2FC127
Text Example
Text Example
White with #2FC127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC127; }
p { color: rgb(47,193,39); }
H1.HeaderClassName
{
color: #2FC127;
}
.AnyTagClassName
{
color: #2FC127;
}
</style>
background-color css
<style>
a { background-color: #2FC127; }
a { background-color: rgb(47,193,39); }
div.DivClassName
{
background-color: #2FC127;
}
.BgClassName
{
background-color: #2FC127;
}
</style>
border-color css
<style>
span { border-color: #2FC127; }
span { border-color: rgb(47,193,39); }
td.TdClassName
{
border-color: #2FC127;
}
.TagClassName
{
border-color: #2FC127;
}
</style>