Shades of Lime Green #2FAF36
Tints of Lime Green #2FAF36
RGB
CMYK
RGB Variations
Color information
#2FAF36 (or 0x2FAF36) is known color: Lime Green. HEX triplet: 2F, AF and 36. RGB value is (47,175,54). Sum of RGB (Red+Green+Blue) = 47+175+54=276 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.03% from 276); Green value is 175 (68.75% from 255 or 63.41% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAF36 is #D050C9. Grayscale: #7B7B7B. Windows color (decimal): -13652170 or 3583791. OLE color: 3583791.
HSL color Cylindrical-coordinate representation of color #2FAF36: hue angle of 123.28º 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 #2FAF36 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 175 | 54 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.31 |
| HSL | 123.28º | 0.58% | 0.44% | - |
| HSV(B) | 123.28º | 0.73% | 0.69% | - |
| XYZ | 17.17 | 31.53 | 8.67 | - |
| YUV | 122.93 | 89.09 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 175 | 54 | 0.73 | 0 | 0.69 | 0.31 | 123.28 | 0.58 | 0.44 |
| Hex | 2F | AF | 36 | 49 | 0 | 45 | 1F | 7B | 3A | 2C |
| Octal | 57 | 257 | 66 | 111 | 0 | 105 | 37 | 173 | 72 | 54 |
| Binary | 101111 | 10101111 | 110110 | 1001001 | 0 | 1000101 | 11111 | 1111011 | 111010 | 101100 |
Color Harmonies of #2FAF36
Complementary color
Monochromatic Colors of #2FAF36
Black with #2FAF36
Text Example
Text Example
White with #2FAF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAF36; }
p { color: rgb(47,175,54); }
H1.HeaderClassName
{
color: #2FAF36;
}
.AnyTagClassName
{
color: #2FAF36;
}
</style>
background-color css
<style>
a { background-color: #2FAF36; }
a { background-color: rgb(47,175,54); }
div.DivClassName
{
background-color: #2FAF36;
}
.BgClassName
{
background-color: #2FAF36;
}
</style>
border-color css
<style>
span { border-color: #2FAF36; }
span { border-color: rgb(47,175,54); }
td.TdClassName
{
border-color: #2FAF36;
}
.TagClassName
{
border-color: #2FAF36;
}
</style>