Shades of Lime Green #2FBC42
Tints of Lime Green #2FBC42
RGB
CMYK
RGB Variations
Color information
#2FBC42 (or 0x2FBC42) is known color: Lime Green. HEX triplet: 2F, BC and 42. RGB value is (47,188,66). Sum of RGB (Red+Green+Blue) = 47+188+66=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 188 (73.83% from 255 or 62.46% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBC42 is #D043BD. Grayscale: #848484. Windows color (decimal): -13648830 or 4373551. OLE color: 4373551.
HSL color Cylindrical-coordinate representation of color #2FBC42: hue angle of 128.09º 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 #2FBC42 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 66 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.26 |
| HSL | 128.09º | 0.6% | 0.46% | - |
| HSV(B) | 128.09º | 0.75% | 0.74% | - |
| XYZ | 20.14 | 36.96 | 11.23 | - |
| YUV | 131.93 | 90.79 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 66 | 0.75 | 0 | 0.65 | 0.26 | 128.09 | 0.6 | 0.46 |
| Hex | 2F | BC | 42 | 4B | 0 | 41 | 1A | 80 | 3C | 2E |
| Octal | 57 | 274 | 102 | 113 | 0 | 101 | 32 | 200 | 74 | 56 |
| Binary | 101111 | 10111100 | 1000010 | 1001011 | 0 | 1000001 | 11010 | 10000000 | 111100 | 101110 |
Color Harmonies of #2FBC42
Complementary color
Monochromatic Colors of #2FBC42
Black with #2FBC42
Text Example
Text Example
White with #2FBC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC42; }
p { color: rgb(47,188,66); }
H1.HeaderClassName
{
color: #2FBC42;
}
.AnyTagClassName
{
color: #2FBC42;
}
</style>
background-color css
<style>
a { background-color: #2FBC42; }
a { background-color: rgb(47,188,66); }
div.DivClassName
{
background-color: #2FBC42;
}
.BgClassName
{
background-color: #2FBC42;
}
</style>
border-color css
<style>
span { border-color: #2FBC42; }
span { border-color: rgb(47,188,66); }
td.TdClassName
{
border-color: #2FBC42;
}
.TagClassName
{
border-color: #2FBC42;
}
</style>