Shades of Lime Green #2FFB3E
Tints of Lime Green #2FFB3E
RGB
CMYK
RGB Variations
Color information
#2FFB3E (or 0x2FFB3E) is known color: Lime Green. HEX triplet: 2F, FB and 3E. RGB value is (47,251,62). Sum of RGB (Red+Green+Blue) = 47+251+62=360 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.06% from 360); Green value is 251 (98.44% from 255 or 69.72% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFB3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFB3E is #D004C1. Grayscale: #A9A9A9. Windows color (decimal): -13632706 or 4127535. OLE color: 4127535.
HSL color Cylindrical-coordinate representation of color #2FFB3E: hue angle of 124.41º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFB3E is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 62 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.02 |
| HSL | 124.41º | 0.96% | 0.58% | - |
| HSV(B) | 124.41º | 0.81% | 0.98% | - |
| XYZ | 36.54 | 69.95 | 16.13 | - |
| YUV | 168.46 | 67.91 | 41.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 62 | 0.81 | 0 | 0.75 | 0.02 | 124.41 | 0.96 | 0.58 |
| Hex | 2F | FB | 3E | 51 | 0 | 4B | 2 | 7C | 60 | 3A |
| Octal | 57 | 373 | 76 | 121 | 0 | 113 | 2 | 174 | 140 | 72 |
| Binary | 101111 | 11111011 | 111110 | 1010001 | 0 | 1001011 | 10 | 1111100 | 1100000 | 111010 |
Color Harmonies of #2FFB3E
Complementary color
Monochromatic Colors of #2FFB3E
Black with #2FFB3E
Text Example
Text Example
White with #2FFB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFB3E; }
p { color: rgb(47,251,62); }
H1.HeaderClassName
{
color: #2FFB3E;
}
.AnyTagClassName
{
color: #2FFB3E;
}
</style>
background-color css
<style>
a { background-color: #2FFB3E; }
a { background-color: rgb(47,251,62); }
div.DivClassName
{
background-color: #2FFB3E;
}
.BgClassName
{
background-color: #2FFB3E;
}
</style>
border-color css
<style>
span { border-color: #2FFB3E; }
span { border-color: rgb(47,251,62); }
td.TdClassName
{
border-color: #2FFB3E;
}
.TagClassName
{
border-color: #2FFB3E;
}
</style>