Shades of Lime Green #2FB540
Tints of Lime Green #2FB540
RGB
CMYK
RGB Variations
Color information
#2FB540 (or 0x2FB540) is known color: Lime Green. HEX triplet: 2F, B5 and 40. RGB value is (47,181,64). Sum of RGB (Red+Green+Blue) = 47+181+64=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 181 (71.09% from 255 or 61.99% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB540 is #D04ABF. Grayscale: #7F7F7F. Windows color (decimal): -13650624 or 4240687. OLE color: 4240687.
HSL color Cylindrical-coordinate representation of color #2FB540: hue angle of 127.61º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB540 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 181 | 64 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.29 |
| HSL | 127.61º | 0.59% | 0.45% | - |
| HSV(B) | 127.61º | 0.74% | 0.71% | - |
| XYZ | 18.62 | 34.02 | 10.44 | - |
| YUV | 127.6 | 92.11 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 181 | 64 | 0.74 | 0 | 0.65 | 0.29 | 127.61 | 0.59 | 0.45 |
| Hex | 2F | B5 | 40 | 4A | 0 | 41 | 1D | 80 | 3B | 2D |
| Octal | 57 | 265 | 100 | 112 | 0 | 101 | 35 | 200 | 73 | 55 |
| Binary | 101111 | 10110101 | 1000000 | 1001010 | 0 | 1000001 | 11101 | 10000000 | 111011 | 101101 |
Color Harmonies of #2FB540
Complementary color
Monochromatic Colors of #2FB540
Black with #2FB540
Text Example
Text Example
White with #2FB540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB540; }
p { color: rgb(47,181,64); }
H1.HeaderClassName
{
color: #2FB540;
}
.AnyTagClassName
{
color: #2FB540;
}
</style>
background-color css
<style>
a { background-color: #2FB540; }
a { background-color: rgb(47,181,64); }
div.DivClassName
{
background-color: #2FB540;
}
.BgClassName
{
background-color: #2FB540;
}
</style>
border-color css
<style>
span { border-color: #2FB540; }
span { border-color: rgb(47,181,64); }
td.TdClassName
{
border-color: #2FB540;
}
.TagClassName
{
border-color: #2FB540;
}
</style>