Shades of Lime Green #2FED37
Tints of Lime Green #2FED37
RGB
CMYK
RGB Variations
Color information
#2FED37 (or 0x2FED37) is known color: Lime Green. HEX triplet: 2F, ED and 37. RGB value is (47,237,55). Sum of RGB (Red+Green+Blue) = 47+237+55=339 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.86% from 339); Green value is 237 (92.97% from 255 or 69.91% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FED37 is #D012C8. Grayscale: #9F9F9F. Windows color (decimal): -13636297 or 3665199. OLE color: 3665199.
HSL color Cylindrical-coordinate representation of color #2FED37: hue angle of 122.53º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FED37 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 237 | 55 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.07 |
| HSL | 122.53º | 0.84% | 0.56% | - |
| HSV(B) | 122.53º | 0.8% | 0.93% | - |
| XYZ | 32.15 | 61.45 | 13.78 | - |
| YUV | 159.44 | 69.05 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 237 | 55 | 0.80 | 0 | 0.77 | 0.07 | 122.53 | 0.84 | 0.56 |
| Hex | 2F | ED | 37 | 50 | 0 | 4D | 7 | 7B | 54 | 38 |
| Octal | 57 | 355 | 67 | 120 | 0 | 115 | 7 | 173 | 124 | 70 |
| Binary | 101111 | 11101101 | 110111 | 1010000 | 0 | 1001101 | 111 | 1111011 | 1010100 | 111000 |
Color Harmonies of #2FED37
Complementary color
Monochromatic Colors of #2FED37
Black with #2FED37
Text Example
Text Example
White with #2FED37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FED37; }
p { color: rgb(47,237,55); }
H1.HeaderClassName
{
color: #2FED37;
}
.AnyTagClassName
{
color: #2FED37;
}
</style>
background-color css
<style>
a { background-color: #2FED37; }
a { background-color: rgb(47,237,55); }
div.DivClassName
{
background-color: #2FED37;
}
.BgClassName
{
background-color: #2FED37;
}
</style>
border-color css
<style>
span { border-color: #2FED37; }
span { border-color: rgb(47,237,55); }
td.TdClassName
{
border-color: #2FED37;
}
.TagClassName
{
border-color: #2FED37;
}
</style>