Shades of Lime Green #2FC12B
Tints of Lime Green #2FC12B
RGB
CMYK
RGB Variations
Color information
#2FC12B (or 0x2FC12B) is known color: Lime Green. HEX triplet: 2F, C1 and 2B. RGB value is (47,193,43). Sum of RGB (Red+Green+Blue) = 47+193+43=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 193 (75.78% from 255 or 68.20% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 193 - color contains mainly: green. Hex color #2FC12B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC12B is #D03ED4. Grayscale: #848484. Windows color (decimal): -13647573 or 2867503. OLE color: 2867503.
HSL color Cylindrical-coordinate representation of color #2FC12B: hue angle of 118.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FC12B is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 193 | 43 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.24 |
| HSL | 118.4º | 0.64% | 0.46% | - |
| HSV(B) | 118.4º | 0.78% | 0.76% | - |
| XYZ | 20.68 | 38.92 | 8.71 | - |
| YUV | 132.25 | 77.63 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 193 | 43 | 0.76 | 0 | 0.78 | 0.24 | 118.4 | 0.64 | 0.46 |
| Hex | 2F | C1 | 2B | 4C | 0 | 4E | 18 | 76 | 40 | 2E |
| Octal | 57 | 301 | 53 | 114 | 0 | 116 | 30 | 166 | 100 | 56 |
| Binary | 101111 | 11000001 | 101011 | 1001100 | 0 | 1001110 | 11000 | 1110110 | 1000000 | 101110 |
Color Harmonies of #2FC12B
Complementary color
Monochromatic Colors of #2FC12B
Black with #2FC12B
Text Example
Text Example
White with #2FC12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC12B; }
p { color: rgb(47,193,43); }
H1.HeaderClassName
{
color: #2FC12B;
}
.AnyTagClassName
{
color: #2FC12B;
}
</style>
background-color css
<style>
a { background-color: #2FC12B; }
a { background-color: rgb(47,193,43); }
div.DivClassName
{
background-color: #2FC12B;
}
.BgClassName
{
background-color: #2FC12B;
}
</style>
border-color css
<style>
span { border-color: #2FC12B; }
span { border-color: rgb(47,193,43); }
td.TdClassName
{
border-color: #2FC12B;
}
.TagClassName
{
border-color: #2FC12B;
}
</style>