Shades of Lime Green #2FCB43
Tints of Lime Green #2FCB43
RGB
CMYK
RGB Variations
Color information
#2FCB43 (or 0x2FCB43) is known color: Lime Green. HEX triplet: 2F, CB and 43. RGB value is (47,203,67). Sum of RGB (Red+Green+Blue) = 47+203+67=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 203 (79.69% from 255 or 64.04% from 317); Blue value is 67 (26.56% from 255 or 21.14% from 317); Max value from RGB is 203 - color contains mainly: green. Hex color #2FCB43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCB43 is #D034BC. Grayscale: #8D8D8D. Windows color (decimal): -13644989 or 4442927. OLE color: 4442927.
HSL color Cylindrical-coordinate representation of color #2FCB43: hue angle of 127.69º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCB43 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 203 | 67 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.20 |
| HSL | 127.69º | 0.62% | 0.49% | - |
| HSV(B) | 127.69º | 0.77% | 0.8% | - |
| XYZ | 23.54 | 43.72 | 12.51 | - |
| YUV | 140.85 | 86.32 | 61.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 67 | 0.77 | 0 | 0.67 | 0.20 | 127.69 | 0.62 | 0.49 |
| Hex | 2F | CB | 43 | 4D | 0 | 43 | 14 | 80 | 3E | 31 |
| Octal | 57 | 313 | 103 | 115 | 0 | 103 | 24 | 200 | 76 | 61 |
| Binary | 101111 | 11001011 | 1000011 | 1001101 | 0 | 1000011 | 10100 | 10000000 | 111110 | 110001 |
Color Harmonies of #2FCB43
Complementary color
Monochromatic Colors of #2FCB43
Black with #2FCB43
Text Example
Text Example
White with #2FCB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCB43; }
p { color: rgb(47,203,67); }
H1.HeaderClassName
{
color: #2FCB43;
}
.AnyTagClassName
{
color: #2FCB43;
}
</style>
background-color css
<style>
a { background-color: #2FCB43; }
a { background-color: rgb(47,203,67); }
div.DivClassName
{
background-color: #2FCB43;
}
.BgClassName
{
background-color: #2FCB43;
}
</style>
border-color css
<style>
span { border-color: #2FCB43; }
span { border-color: rgb(47,203,67); }
td.TdClassName
{
border-color: #2FCB43;
}
.TagClassName
{
border-color: #2FCB43;
}
</style>