Shades of Lime Green #2FBC45
Tints of Lime Green #2FBC45
RGB
CMYK
RGB Variations
Color information
#2FBC45 (or 0x2FBC45) is known color: Lime Green. HEX triplet: 2F, BC and 45. RGB value is (47,188,69). Sum of RGB (Red+Green+Blue) = 47+188+69=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 188 (73.83% from 255 or 61.84% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBC45 is #D043BA. Grayscale: #848484. Windows color (decimal): -13648827 or 4570159. OLE color: 4570159.
HSL color Cylindrical-coordinate representation of color #2FBC45: hue angle of 129.36º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBC45 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 69 | - |
| CMYK | 0.75 | 0 | 0.63 | 0.26 |
| HSL | 129.36º | 0.6% | 0.46% | - |
| HSV(B) | 129.36º | 0.75% | 0.74% | - |
| XYZ | 20.23 | 37 | 11.71 | - |
| YUV | 132.28 | 92.29 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 69 | 0.75 | 0 | 0.63 | 0.26 | 129.36 | 0.6 | 0.46 |
| Hex | 2F | BC | 45 | 4B | 0 | 3F | 1A | 81 | 3C | 2E |
| Octal | 57 | 274 | 105 | 113 | 0 | 77 | 32 | 201 | 74 | 56 |
| Binary | 101111 | 10111100 | 1000101 | 1001011 | 0 | 111111 | 11010 | 10000001 | 111100 | 101110 |
Color Harmonies of #2FBC45
Complementary color
Monochromatic Colors of #2FBC45
Black with #2FBC45
Text Example
Text Example
White with #2FBC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC45; }
p { color: rgb(47,188,69); }
H1.HeaderClassName
{
color: #2FBC45;
}
.AnyTagClassName
{
color: #2FBC45;
}
</style>
background-color css
<style>
a { background-color: #2FBC45; }
a { background-color: rgb(47,188,69); }
div.DivClassName
{
background-color: #2FBC45;
}
.BgClassName
{
background-color: #2FBC45;
}
</style>
border-color css
<style>
span { border-color: #2FBC45; }
span { border-color: rgb(47,188,69); }
td.TdClassName
{
border-color: #2FBC45;
}
.TagClassName
{
border-color: #2FBC45;
}
</style>