Shades of Lime Green #2FC943
Tints of Lime Green #2FC943
RGB
CMYK
RGB Variations
Color information
#2FC943 (or 0x2FC943) is known color: Lime Green. HEX triplet: 2F, C9 and 43. RGB value is (47,201,67). Sum of RGB (Red+Green+Blue) = 47+201+67=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 201 (78.91% from 255 or 63.81% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 201 - color contains mainly: green. Hex color #2FC943 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC943 is #D036BC. Grayscale: #8C8C8C. Windows color (decimal): -13645501 or 4442415. OLE color: 4442415.
HSL color Cylindrical-coordinate representation of color #2FC943: hue angle of 127.79º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FC943 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 201 | 67 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.21 |
| HSL | 127.79º | 0.62% | 0.49% | - |
| HSV(B) | 127.79º | 0.77% | 0.79% | - |
| XYZ | 23.07 | 42.78 | 12.35 | - |
| YUV | 139.68 | 86.98 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 201 | 67 | 0.77 | 0 | 0.67 | 0.21 | 127.79 | 0.62 | 0.49 |
| Hex | 2F | C9 | 43 | 4D | 0 | 43 | 15 | 80 | 3E | 31 |
| Octal | 57 | 311 | 103 | 115 | 0 | 103 | 25 | 200 | 76 | 61 |
| Binary | 101111 | 11001001 | 1000011 | 1001101 | 0 | 1000011 | 10101 | 10000000 | 111110 | 110001 |
Color Harmonies of #2FC943
Complementary color
Monochromatic Colors of #2FC943
Black with #2FC943
Text Example
Text Example
White with #2FC943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC943; }
p { color: rgb(47,201,67); }
H1.HeaderClassName
{
color: #2FC943;
}
.AnyTagClassName
{
color: #2FC943;
}
</style>
background-color css
<style>
a { background-color: #2FC943; }
a { background-color: rgb(47,201,67); }
div.DivClassName
{
background-color: #2FC943;
}
.BgClassName
{
background-color: #2FC943;
}
</style>
border-color css
<style>
span { border-color: #2FC943; }
span { border-color: rgb(47,201,67); }
td.TdClassName
{
border-color: #2FC943;
}
.TagClassName
{
border-color: #2FC943;
}
</style>