Shades of Lime Green #2FAF3E
Tints of Lime Green #2FAF3E
RGB
CMYK
RGB Variations
Color information
#2FAF3E (or 0x2FAF3E) is known color: Lime Green. HEX triplet: 2F, AF and 3E. RGB value is (47,175,62). Sum of RGB (Red+Green+Blue) = 47+175+62=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 175 (68.75% from 255 or 61.62% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAF3E is #D050C1. Grayscale: #7C7C7C. Windows color (decimal): -13652162 or 4108079. OLE color: 4108079.
HSL color Cylindrical-coordinate representation of color #2FAF3E: hue angle of 127.03º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAF3E is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 175 | 62 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.31 |
| HSL | 127.03º | 0.58% | 0.44% | - |
| HSV(B) | 127.03º | 0.73% | 0.69% | - |
| XYZ | 17.37 | 31.61 | 9.74 | - |
| YUV | 123.85 | 93.09 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 175 | 62 | 0.73 | 0 | 0.65 | 0.31 | 127.03 | 0.58 | 0.44 |
| Hex | 2F | AF | 3E | 49 | 0 | 41 | 1F | 7F | 3A | 2C |
| Octal | 57 | 257 | 76 | 111 | 0 | 101 | 37 | 177 | 72 | 54 |
| Binary | 101111 | 10101111 | 111110 | 1001001 | 0 | 1000001 | 11111 | 1111111 | 111010 | 101100 |
Color Harmonies of #2FAF3E
Complementary color
Monochromatic Colors of #2FAF3E
Black with #2FAF3E
Text Example
Text Example
White with #2FAF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAF3E; }
p { color: rgb(47,175,62); }
H1.HeaderClassName
{
color: #2FAF3E;
}
.AnyTagClassName
{
color: #2FAF3E;
}
</style>
background-color css
<style>
a { background-color: #2FAF3E; }
a { background-color: rgb(47,175,62); }
div.DivClassName
{
background-color: #2FAF3E;
}
.BgClassName
{
background-color: #2FAF3E;
}
</style>
border-color css
<style>
span { border-color: #2FAF3E; }
span { border-color: rgb(47,175,62); }
td.TdClassName
{
border-color: #2FAF3E;
}
.TagClassName
{
border-color: #2FAF3E;
}
</style>