Shades of Lime Green #2FED38
Tints of Lime Green #2FED38
RGB
CMYK
RGB Variations
Color information
#2FED38 (or 0x2FED38) is known color: Lime Green. HEX triplet: 2F, ED and 38. RGB value is (47,237,56). Sum of RGB (Red+Green+Blue) = 47+237+56=340 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.82% from 340); Green value is 237 (92.97% from 255 or 69.71% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FED38 is #D012C7. Grayscale: #A0A0A0. Windows color (decimal): -13636296 or 3730735. OLE color: 3730735.
HSL color Cylindrical-coordinate representation of color #2FED38: hue angle of 122.84º 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 #2FED38 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 237 | 56 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.07 |
| HSL | 122.84º | 0.84% | 0.56% | - |
| HSV(B) | 122.84º | 0.8% | 0.93% | - |
| XYZ | 32.17 | 61.46 | 13.91 | - |
| YUV | 159.56 | 69.55 | 47.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 237 | 56 | 0.80 | 0 | 0.76 | 0.07 | 122.84 | 0.84 | 0.56 |
| Hex | 2F | ED | 38 | 50 | 0 | 4C | 7 | 7B | 54 | 38 |
| Octal | 57 | 355 | 70 | 120 | 0 | 114 | 7 | 173 | 124 | 70 |
| Binary | 101111 | 11101101 | 111000 | 1010000 | 0 | 1001100 | 111 | 1111011 | 1010100 | 111000 |
Color Harmonies of #2FED38
Complementary color
Monochromatic Colors of #2FED38
Black with #2FED38
Text Example
Text Example
White with #2FED38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FED38; }
p { color: rgb(47,237,56); }
H1.HeaderClassName
{
color: #2FED38;
}
.AnyTagClassName
{
color: #2FED38;
}
</style>
background-color css
<style>
a { background-color: #2FED38; }
a { background-color: rgb(47,237,56); }
div.DivClassName
{
background-color: #2FED38;
}
.BgClassName
{
background-color: #2FED38;
}
</style>
border-color css
<style>
span { border-color: #2FED38; }
span { border-color: rgb(47,237,56); }
td.TdClassName
{
border-color: #2FED38;
}
.TagClassName
{
border-color: #2FED38;
}
</style>