Shades of Lime Green #2FFA37
Tints of Lime Green #2FFA37
RGB
CMYK
RGB Variations
Color information
#2FFA37 (or 0x2FFA37) is known color: Lime Green. HEX triplet: 2F, FA and 37. RGB value is (47,250,55). Sum of RGB (Red+Green+Blue) = 47+250+55=352 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.35% from 352); Green value is 250 (98.05% from 255 or 71.02% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFA37 is #D005C8. Grayscale: #A7A7A7. Windows color (decimal): -13632969 or 3668527. OLE color: 3668527.
HSL color Cylindrical-coordinate representation of color #2FFA37: hue angle of 122.36º degrees, saturation: 0.95, 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 #2FFA37 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 55 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.02 |
| HSL | 122.36º | 0.95% | 0.58% | - |
| HSV(B) | 122.36º | 0.81% | 0.98% | - |
| XYZ | 36.05 | 69.25 | 15.08 | - |
| YUV | 167.07 | 64.75 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 55 | 0.81 | 0 | 0.78 | 0.02 | 122.36 | 0.95 | 0.58 |
| Hex | 2F | FA | 37 | 51 | 0 | 4E | 2 | 7A | 5F | 3A |
| Octal | 57 | 372 | 67 | 121 | 0 | 116 | 2 | 172 | 137 | 72 |
| Binary | 101111 | 11111010 | 110111 | 1010001 | 0 | 1001110 | 10 | 1111010 | 1011111 | 111010 |
Color Harmonies of #2FFA37
Complementary color
Monochromatic Colors of #2FFA37
Black with #2FFA37
Text Example
Text Example
White with #2FFA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFA37; }
p { color: rgb(47,250,55); }
H1.HeaderClassName
{
color: #2FFA37;
}
.AnyTagClassName
{
color: #2FFA37;
}
</style>
background-color css
<style>
a { background-color: #2FFA37; }
a { background-color: rgb(47,250,55); }
div.DivClassName
{
background-color: #2FFA37;
}
.BgClassName
{
background-color: #2FFA37;
}
</style>
border-color css
<style>
span { border-color: #2FFA37; }
span { border-color: rgb(47,250,55); }
td.TdClassName
{
border-color: #2FFA37;
}
.TagClassName
{
border-color: #2FFA37;
}
</style>