Shades of Lime Green #2FAF37
Tints of Lime Green #2FAF37
RGB
CMYK
RGB Variations
Color information
#2FAF37 (or 0x2FAF37) is known color: Lime Green. HEX triplet: 2F, AF and 37. RGB value is (47,175,55). Sum of RGB (Red+Green+Blue) = 47+175+55=277 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.97% from 277); Green value is 175 (68.75% from 255 or 63.18% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAF37 is #D050C8. Grayscale: #7B7B7B. Windows color (decimal): -13652169 or 3649327. OLE color: 3649327.
HSL color Cylindrical-coordinate representation of color #2FAF37: hue angle of 123.75º 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 #2FAF37 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 175 | 55 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.31 |
| HSL | 123.75º | 0.58% | 0.44% | - |
| HSV(B) | 123.75º | 0.73% | 0.69% | - |
| XYZ | 17.19 | 31.54 | 8.8 | - |
| YUV | 123.05 | 89.59 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 175 | 55 | 0.73 | 0 | 0.69 | 0.31 | 123.75 | 0.58 | 0.44 |
| Hex | 2F | AF | 37 | 49 | 0 | 45 | 1F | 7C | 3A | 2C |
| Octal | 57 | 257 | 67 | 111 | 0 | 105 | 37 | 174 | 72 | 54 |
| Binary | 101111 | 10101111 | 110111 | 1001001 | 0 | 1000101 | 11111 | 1111100 | 111010 | 101100 |
Color Harmonies of #2FAF37
Complementary color
Monochromatic Colors of #2FAF37
Black with #2FAF37
Text Example
Text Example
White with #2FAF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAF37; }
p { color: rgb(47,175,55); }
H1.HeaderClassName
{
color: #2FAF37;
}
.AnyTagClassName
{
color: #2FAF37;
}
</style>
background-color css
<style>
a { background-color: #2FAF37; }
a { background-color: rgb(47,175,55); }
div.DivClassName
{
background-color: #2FAF37;
}
.BgClassName
{
background-color: #2FAF37;
}
</style>
border-color css
<style>
span { border-color: #2FAF37; }
span { border-color: rgb(47,175,55); }
td.TdClassName
{
border-color: #2FAF37;
}
.TagClassName
{
border-color: #2FAF37;
}
</style>