Shades of Lime Green #2FB942
Tints of Lime Green #2FB942
RGB
CMYK
RGB Variations
Color information
#2FB942 (or 0x2FB942) is known color: Lime Green. HEX triplet: 2F, B9 and 42. RGB value is (47,185,66). Sum of RGB (Red+Green+Blue) = 47+185+66=298 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.77% from 298); Green value is 185 (72.66% from 255 or 62.08% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB942 is #D046BD. Grayscale: #828282. Windows color (decimal): -13649598 or 4372783. OLE color: 4372783.
HSL color Cylindrical-coordinate representation of color #2FB942: hue angle of 128.26º 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 #2FB942 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 185 | 66 | - |
| CMYK | 0.75 | 0 | 0.64 | 0.27 |
| HSL | 128.26º | 0.59% | 0.45% | - |
| HSV(B) | 128.26º | 0.75% | 0.73% | - |
| XYZ | 19.5 | 35.7 | 11.02 | - |
| YUV | 130.17 | 91.78 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 185 | 66 | 0.75 | 0 | 0.64 | 0.27 | 128.26 | 0.59 | 0.45 |
| Hex | 2F | B9 | 42 | 4B | 0 | 40 | 1B | 80 | 3B | 2D |
| Octal | 57 | 271 | 102 | 113 | 0 | 100 | 33 | 200 | 73 | 55 |
| Binary | 101111 | 10111001 | 1000010 | 1001011 | 0 | 1000000 | 11011 | 10000000 | 111011 | 101101 |
Color Harmonies of #2FB942
Complementary color
Monochromatic Colors of #2FB942
Black with #2FB942
Text Example
Text Example
White with #2FB942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB942; }
p { color: rgb(47,185,66); }
H1.HeaderClassName
{
color: #2FB942;
}
.AnyTagClassName
{
color: #2FB942;
}
</style>
background-color css
<style>
a { background-color: #2FB942; }
a { background-color: rgb(47,185,66); }
div.DivClassName
{
background-color: #2FB942;
}
.BgClassName
{
background-color: #2FB942;
}
</style>
border-color css
<style>
span { border-color: #2FB942; }
span { border-color: rgb(47,185,66); }
td.TdClassName
{
border-color: #2FB942;
}
.TagClassName
{
border-color: #2FB942;
}
</style>