Shades of Lime Green #2FBE4A
Tints of Lime Green #2FBE4A
RGB
CMYK
RGB Variations
Color information
#2FBE4A (or 0x2FBE4A) is known color: Lime Green. HEX triplet: 2F, BE and 4A. RGB value is (47,190,74). Sum of RGB (Red+Green+Blue) = 47+190+74=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 190 (74.61% from 255 or 61.09% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBE4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBE4A is #D041B5. Grayscale: #868686. Windows color (decimal): -13648310 or 4898351. OLE color: 4898351.
HSL color Cylindrical-coordinate representation of color #2FBE4A: hue angle of 131.33º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBE4A is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 190 | 74 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.25 |
| HSL | 131.33º | 0.6% | 0.46% | - |
| HSV(B) | 131.33º | 0.75% | 0.75% | - |
| XYZ | 20.82 | 37.93 | 12.7 | - |
| YUV | 134.02 | 94.12 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 190 | 74 | 0.75 | 0 | 0.61 | 0.25 | 131.33 | 0.6 | 0.46 |
| Hex | 2F | BE | 4A | 4B | 0 | 3D | 19 | 83 | 3C | 2E |
| Octal | 57 | 276 | 112 | 113 | 0 | 75 | 31 | 203 | 74 | 56 |
| Binary | 101111 | 10111110 | 1001010 | 1001011 | 0 | 111101 | 11001 | 10000011 | 111100 | 101110 |
Color Harmonies of #2FBE4A
Complementary color
Monochromatic Colors of #2FBE4A
Black with #2FBE4A
Text Example
Text Example
White with #2FBE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBE4A; }
p { color: rgb(47,190,74); }
H1.HeaderClassName
{
color: #2FBE4A;
}
.AnyTagClassName
{
color: #2FBE4A;
}
</style>
background-color css
<style>
a { background-color: #2FBE4A; }
a { background-color: rgb(47,190,74); }
div.DivClassName
{
background-color: #2FBE4A;
}
.BgClassName
{
background-color: #2FBE4A;
}
</style>
border-color css
<style>
span { border-color: #2FBE4A; }
span { border-color: rgb(47,190,74); }
td.TdClassName
{
border-color: #2FBE4A;
}
.TagClassName
{
border-color: #2FBE4A;
}
</style>