Shades of Lime Green #2FB846
Tints of Lime Green #2FB846
RGB
CMYK
RGB Variations
Color information
#2FB846 (or 0x2FB846) is known color: Lime Green. HEX triplet: 2F, B8 and 46. RGB value is (47,184,70). Sum of RGB (Red+Green+Blue) = 47+184+70=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 184 (72.27% from 255 or 61.13% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 184 - color contains mainly: green. Hex color #2FB846 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB846 is #D047B9. Grayscale: #828282. Windows color (decimal): -13649850 or 4634671. OLE color: 4634671.
HSL color Cylindrical-coordinate representation of color #2FB846: hue angle of 130.07º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB846 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 184 | 70 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.28 |
| HSL | 130.07º | 0.59% | 0.45% | - |
| HSV(B) | 130.07º | 0.74% | 0.72% | - |
| XYZ | 19.42 | 35.33 | 11.59 | - |
| YUV | 130.04 | 94.11 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 184 | 70 | 0.74 | 0 | 0.62 | 0.28 | 130.07 | 0.59 | 0.45 |
| Hex | 2F | B8 | 46 | 4A | 0 | 3E | 1C | 82 | 3B | 2D |
| Octal | 57 | 270 | 106 | 112 | 0 | 76 | 34 | 202 | 73 | 55 |
| Binary | 101111 | 10111000 | 1000110 | 1001010 | 0 | 111110 | 11100 | 10000010 | 111011 | 101101 |
Color Harmonies of #2FB846
Complementary color
Monochromatic Colors of #2FB846
Black with #2FB846
Text Example
Text Example
White with #2FB846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB846; }
p { color: rgb(47,184,70); }
H1.HeaderClassName
{
color: #2FB846;
}
.AnyTagClassName
{
color: #2FB846;
}
</style>
background-color css
<style>
a { background-color: #2FB846; }
a { background-color: rgb(47,184,70); }
div.DivClassName
{
background-color: #2FB846;
}
.BgClassName
{
background-color: #2FB846;
}
</style>
border-color css
<style>
span { border-color: #2FB846; }
span { border-color: rgb(47,184,70); }
td.TdClassName
{
border-color: #2FB846;
}
.TagClassName
{
border-color: #2FB846;
}
</style>