Shades of Lime Green #2FB946
Tints of Lime Green #2FB946
RGB
CMYK
RGB Variations
Color information
#2FB946 (or 0x2FB946) is known color: Lime Green. HEX triplet: 2F, B9 and 46. RGB value is (47,185,70). Sum of RGB (Red+Green+Blue) = 47+185+70=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 185 (72.66% from 255 or 61.26% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB946 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB946 is #D046B9. Grayscale: #828282. Windows color (decimal): -13649594 or 4634927. OLE color: 4634927.
HSL color Cylindrical-coordinate representation of color #2FB946: hue angle of 130º 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 #2FB946 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 185 | 70 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.27 |
| HSL | 130º | 0.59% | 0.45% | - |
| HSV(B) | 130º | 0.75% | 0.73% | - |
| XYZ | 19.63 | 35.74 | 11.66 | - |
| YUV | 130.63 | 93.78 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 185 | 70 | 0.75 | 0 | 0.62 | 0.27 | 130 | 0.59 | 0.45 |
| Hex | 2F | B9 | 46 | 4B | 0 | 3E | 1B | 82 | 3B | 2D |
| Octal | 57 | 271 | 106 | 113 | 0 | 76 | 33 | 202 | 73 | 55 |
| Binary | 101111 | 10111001 | 1000110 | 1001011 | 0 | 111110 | 11011 | 10000010 | 111011 | 101101 |
Color Harmonies of #2FB946
Complementary color
Monochromatic Colors of #2FB946
Black with #2FB946
Text Example
Text Example
White with #2FB946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB946; }
p { color: rgb(47,185,70); }
H1.HeaderClassName
{
color: #2FB946;
}
.AnyTagClassName
{
color: #2FB946;
}
</style>
background-color css
<style>
a { background-color: #2FB946; }
a { background-color: rgb(47,185,70); }
div.DivClassName
{
background-color: #2FB946;
}
.BgClassName
{
background-color: #2FB946;
}
</style>
border-color css
<style>
span { border-color: #2FB946; }
span { border-color: rgb(47,185,70); }
td.TdClassName
{
border-color: #2FB946;
}
.TagClassName
{
border-color: #2FB946;
}
</style>