Shades of Lime Green #2FBE2D
Tints of Lime Green #2FBE2D
RGB
CMYK
RGB Variations
Color information
#2FBE2D (or 0x2FBE2D) is known color: Lime Green. HEX triplet: 2F, BE and 2D. RGB value is (47,190,45). Sum of RGB (Red+Green+Blue) = 47+190+45=282 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.67% from 282); Green value is 190 (74.61% from 255 or 67.38% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBE2D is #D041D2. Grayscale: #838383. Windows color (decimal): -13648339 or 2997807. OLE color: 2997807.
HSL color Cylindrical-coordinate representation of color #2FBE2D: hue angle of 119.17º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FBE2D is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 190 | 45 | - |
| CMYK | 0.75 | 0 | 0.76 | 0.25 |
| HSL | 119.17º | 0.62% | 0.46% | - |
| HSV(B) | 119.17º | 0.76% | 0.75% | - |
| XYZ | 20.06 | 37.62 | 8.69 | - |
| YUV | 130.71 | 79.62 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 190 | 45 | 0.75 | 0 | 0.76 | 0.25 | 119.17 | 0.62 | 0.46 |
| Hex | 2F | BE | 2D | 4B | 0 | 4C | 19 | 77 | 3E | 2E |
| Octal | 57 | 276 | 55 | 113 | 0 | 114 | 31 | 167 | 76 | 56 |
| Binary | 101111 | 10111110 | 101101 | 1001011 | 0 | 1001100 | 11001 | 1110111 | 111110 | 101110 |
Color Harmonies of #2FBE2D
Complementary color
Monochromatic Colors of #2FBE2D
Black with #2FBE2D
Text Example
Text Example
White with #2FBE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBE2D; }
p { color: rgb(47,190,45); }
H1.HeaderClassName
{
color: #2FBE2D;
}
.AnyTagClassName
{
color: #2FBE2D;
}
</style>
background-color css
<style>
a { background-color: #2FBE2D; }
a { background-color: rgb(47,190,45); }
div.DivClassName
{
background-color: #2FBE2D;
}
.BgClassName
{
background-color: #2FBE2D;
}
</style>
border-color css
<style>
span { border-color: #2FBE2D; }
span { border-color: rgb(47,190,45); }
td.TdClassName
{
border-color: #2FBE2D;
}
.TagClassName
{
border-color: #2FBE2D;
}
</style>