Shades of Lime Green #2FC11E
Tints of Lime Green #2FC11E
RGB
CMYK
RGB Variations
Color information
#2FC11E (or 0x2FC11E) is known color: Lime Green. HEX triplet: 2F, C1 and 1E. RGB value is (47,193,30). Sum of RGB (Red+Green+Blue) = 47+193+30=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 193 (75.78% from 255 or 71.48% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 193 - color contains mainly: green. Hex color #2FC11E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC11E is #D03EE1. Grayscale: #838383. Windows color (decimal): -13647586 or 2015535. OLE color: 2015535.
HSL color Cylindrical-coordinate representation of color #2FC11E: hue angle of 113.74º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FC11E is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 193 | 30 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.24 |
| HSL | 113.74º | 0.73% | 0.44% | - |
| HSV(B) | 113.74º | 0.84% | 0.76% | - |
| XYZ | 20.48 | 38.84 | 7.65 | - |
| YUV | 130.76 | 71.13 | 68.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 193 | 30 | 0.76 | 0 | 0.84 | 0.24 | 113.74 | 0.73 | 0.44 |
| Hex | 2F | C1 | 1E | 4C | 0 | 54 | 18 | 72 | 49 | 2C |
| Octal | 57 | 301 | 36 | 114 | 0 | 124 | 30 | 162 | 111 | 54 |
| Binary | 101111 | 11000001 | 11110 | 1001100 | 0 | 1010100 | 11000 | 1110010 | 1001001 | 101100 |
Color Harmonies of #2FC11E
Complementary color
Monochromatic Colors of #2FC11E
Black with #2FC11E
Text Example
Text Example
White with #2FC11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC11E; }
p { color: rgb(47,193,30); }
H1.HeaderClassName
{
color: #2FC11E;
}
.AnyTagClassName
{
color: #2FC11E;
}
</style>
background-color css
<style>
a { background-color: #2FC11E; }
a { background-color: rgb(47,193,30); }
div.DivClassName
{
background-color: #2FC11E;
}
.BgClassName
{
background-color: #2FC11E;
}
</style>
border-color css
<style>
span { border-color: #2FC11E; }
span { border-color: rgb(47,193,30); }
td.TdClassName
{
border-color: #2FC11E;
}
.TagClassName
{
border-color: #2FC11E;
}
</style>