Shades of Lime Green #2FBD2C
Tints of Lime Green #2FBD2C
RGB
CMYK
RGB Variations
Color information
#2FBD2C (or 0x2FBD2C) is known color: Lime Green. HEX triplet: 2F, BD and 2C. RGB value is (47,189,44). Sum of RGB (Red+Green+Blue) = 47+189+44=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 189 (74.22% from 255 or 67.5% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 189 - color contains mainly: green. Hex color #2FBD2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBD2C is #D042D3. Grayscale: #828282. Windows color (decimal): -13648596 or 2932015. OLE color: 2932015.
HSL color Cylindrical-coordinate representation of color #2FBD2C: hue angle of 118.76º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FBD2C is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 189 | 44 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.26 |
| HSL | 118.76º | 0.62% | 0.46% | - |
| HSV(B) | 118.76º | 0.77% | 0.74% | - |
| XYZ | 19.82 | 37.18 | 8.51 | - |
| YUV | 130.01 | 79.46 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 189 | 44 | 0.75 | 0 | 0.77 | 0.26 | 118.76 | 0.62 | 0.46 |
| Hex | 2F | BD | 2C | 4B | 0 | 4D | 1A | 77 | 3E | 2E |
| Octal | 57 | 275 | 54 | 113 | 0 | 115 | 32 | 167 | 76 | 56 |
| Binary | 101111 | 10111101 | 101100 | 1001011 | 0 | 1001101 | 11010 | 1110111 | 111110 | 101110 |
Color Harmonies of #2FBD2C
Complementary color
Monochromatic Colors of #2FBD2C
Black with #2FBD2C
Text Example
Text Example
White with #2FBD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBD2C; }
p { color: rgb(47,189,44); }
H1.HeaderClassName
{
color: #2FBD2C;
}
.AnyTagClassName
{
color: #2FBD2C;
}
</style>
background-color css
<style>
a { background-color: #2FBD2C; }
a { background-color: rgb(47,189,44); }
div.DivClassName
{
background-color: #2FBD2C;
}
.BgClassName
{
background-color: #2FBD2C;
}
</style>
border-color css
<style>
span { border-color: #2FBD2C; }
span { border-color: rgb(47,189,44); }
td.TdClassName
{
border-color: #2FBD2C;
}
.TagClassName
{
border-color: #2FBD2C;
}
</style>