Shades of Lime Green #2FB933
Tints of Lime Green #2FB933
RGB
CMYK
RGB Variations
Color information
#2FB933 (or 0x2FB933) is known color: Lime Green. HEX triplet: 2F, B9 and 33. RGB value is (47,185,51). Sum of RGB (Red+Green+Blue) = 47+185+51=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 185 (72.66% from 255 or 65.37% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB933 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB933 is #D046CC. Grayscale: #808080. Windows color (decimal): -13649613 or 3389743. OLE color: 3389743.
HSL color Cylindrical-coordinate representation of color #2FB933: hue angle of 121.74º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FB933 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 185 | 51 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.27 |
| HSL | 121.74º | 0.59% | 0.45% | - |
| HSV(B) | 121.74º | 0.75% | 0.73% | - |
| XYZ | 19.12 | 35.54 | 8.98 | - |
| YUV | 128.46 | 84.28 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 185 | 51 | 0.75 | 0 | 0.72 | 0.27 | 121.74 | 0.59 | 0.45 |
| Hex | 2F | B9 | 33 | 4B | 0 | 48 | 1B | 7A | 3B | 2D |
| Octal | 57 | 271 | 63 | 113 | 0 | 110 | 33 | 172 | 73 | 55 |
| Binary | 101111 | 10111001 | 110011 | 1001011 | 0 | 1001000 | 11011 | 1111010 | 111011 | 101101 |
Color Harmonies of #2FB933
Complementary color
Monochromatic Colors of #2FB933
Black with #2FB933
Text Example
Text Example
White with #2FB933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB933; }
p { color: rgb(47,185,51); }
H1.HeaderClassName
{
color: #2FB933;
}
.AnyTagClassName
{
color: #2FB933;
}
</style>
background-color css
<style>
a { background-color: #2FB933; }
a { background-color: rgb(47,185,51); }
div.DivClassName
{
background-color: #2FB933;
}
.BgClassName
{
background-color: #2FB933;
}
</style>
border-color css
<style>
span { border-color: #2FB933; }
span { border-color: rgb(47,185,51); }
td.TdClassName
{
border-color: #2FB933;
}
.TagClassName
{
border-color: #2FB933;
}
</style>