Shades of Lime Green #2FBF3E
Tints of Lime Green #2FBF3E
RGB
CMYK
RGB Variations
Color information
#2FBF3E (or 0x2FBF3E) is known color: Lime Green. HEX triplet: 2F, BF and 3E. RGB value is (47,191,62). Sum of RGB (Red+Green+Blue) = 47+191+62=300 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.67% from 300); Green value is 191 (75% from 255 or 63.67% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 191 - color contains mainly: green. Hex color #2FBF3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBF3E is #D040C1. Grayscale: #858585. Windows color (decimal): -13648066 or 4112175. OLE color: 4112175.
HSL color Cylindrical-coordinate representation of color #2FBF3E: hue angle of 126.25º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBF3E is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 191 | 62 | - |
| CMYK | 0.75 | 0 | 0.68 | 0.25 |
| HSL | 126.25º | 0.61% | 0.47% | - |
| HSV(B) | 126.25º | 0.75% | 0.75% | - |
| XYZ | 20.67 | 38.21 | 10.84 | - |
| YUV | 133.24 | 87.79 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 191 | 62 | 0.75 | 0 | 0.68 | 0.25 | 126.25 | 0.61 | 0.47 |
| Hex | 2F | BF | 3E | 4B | 0 | 44 | 19 | 7E | 3D | 2F |
| Octal | 57 | 277 | 76 | 113 | 0 | 104 | 31 | 176 | 75 | 57 |
| Binary | 101111 | 10111111 | 111110 | 1001011 | 0 | 1000100 | 11001 | 1111110 | 111101 | 101111 |
Color Harmonies of #2FBF3E
Complementary color
Monochromatic Colors of #2FBF3E
Black with #2FBF3E
Text Example
Text Example
White with #2FBF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBF3E; }
p { color: rgb(47,191,62); }
H1.HeaderClassName
{
color: #2FBF3E;
}
.AnyTagClassName
{
color: #2FBF3E;
}
</style>
background-color css
<style>
a { background-color: #2FBF3E; }
a { background-color: rgb(47,191,62); }
div.DivClassName
{
background-color: #2FBF3E;
}
.BgClassName
{
background-color: #2FBF3E;
}
</style>
border-color css
<style>
span { border-color: #2FBF3E; }
span { border-color: rgb(47,191,62); }
td.TdClassName
{
border-color: #2FBF3E;
}
.TagClassName
{
border-color: #2FBF3E;
}
</style>