Shades of Lime Green #2FAF33
Tints of Lime Green #2FAF33
RGB
CMYK
RGB Variations
Color information
#2FAF33 (or 0x2FAF33) is known color: Lime Green. HEX triplet: 2F, AF and 33. RGB value is (47,175,51). Sum of RGB (Red+Green+Blue) = 47+175+51=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 175 (68.75% from 255 or 64.10% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAF33 is #D050CC. Grayscale: #7A7A7A. Windows color (decimal): -13652173 or 3387183. OLE color: 3387183.
HSL color Cylindrical-coordinate representation of color #2FAF33: hue angle of 121.88º 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 #2FAF33 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 175 | 51 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.31 |
| HSL | 121.88º | 0.58% | 0.44% | - |
| HSV(B) | 121.88º | 0.73% | 0.69% | - |
| XYZ | 17.1 | 31.5 | 8.31 | - |
| YUV | 122.59 | 87.59 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 175 | 51 | 0.73 | 0 | 0.71 | 0.31 | 121.88 | 0.58 | 0.44 |
| Hex | 2F | AF | 33 | 49 | 0 | 47 | 1F | 7A | 3A | 2C |
| Octal | 57 | 257 | 63 | 111 | 0 | 107 | 37 | 172 | 72 | 54 |
| Binary | 101111 | 10101111 | 110011 | 1001001 | 0 | 1000111 | 11111 | 1111010 | 111010 | 101100 |
Color Harmonies of #2FAF33
Complementary color
Monochromatic Colors of #2FAF33
Black with #2FAF33
Text Example
Text Example
White with #2FAF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAF33; }
p { color: rgb(47,175,51); }
H1.HeaderClassName
{
color: #2FAF33;
}
.AnyTagClassName
{
color: #2FAF33;
}
</style>
background-color css
<style>
a { background-color: #2FAF33; }
a { background-color: rgb(47,175,51); }
div.DivClassName
{
background-color: #2FAF33;
}
.BgClassName
{
background-color: #2FAF33;
}
</style>
border-color css
<style>
span { border-color: #2FAF33; }
span { border-color: rgb(47,175,51); }
td.TdClassName
{
border-color: #2FAF33;
}
.TagClassName
{
border-color: #2FAF33;
}
</style>