Shades of Lime Green #2FD538
Tints of Lime Green #2FD538
RGB
CMYK
RGB Variations
Color information
#2FD538 (or 0x2FD538) is known color: Lime Green. HEX triplet: 2F, D5 and 38. RGB value is (47,213,56). Sum of RGB (Red+Green+Blue) = 47+213+56=316 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.87% from 316); Green value is 213 (83.59% from 255 or 67.41% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD538 is #D02AC7. Grayscale: #919191. Windows color (decimal): -13642440 or 3724591. OLE color: 3724591.
HSL color Cylindrical-coordinate representation of color #2FD538: hue angle of 123.25º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD538 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 213 | 56 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.16 |
| HSL | 123.25º | 0.66% | 0.51% | - |
| HSV(B) | 123.25º | 0.78% | 0.84% | - |
| XYZ | 25.68 | 48.48 | 11.75 | - |
| YUV | 145.47 | 77.5 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 213 | 56 | 0.78 | 0 | 0.74 | 0.16 | 123.25 | 0.66 | 0.51 |
| Hex | 2F | D5 | 38 | 4E | 0 | 4A | 10 | 7B | 42 | 33 |
| Octal | 57 | 325 | 70 | 116 | 0 | 112 | 20 | 173 | 102 | 63 |
| Binary | 101111 | 11010101 | 111000 | 1001110 | 0 | 1001010 | 10000 | 1111011 | 1000010 | 110011 |
Color Harmonies of #2FD538
Complementary color
Monochromatic Colors of #2FD538
Black with #2FD538
Text Example
Text Example
White with #2FD538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD538; }
p { color: rgb(47,213,56); }
H1.HeaderClassName
{
color: #2FD538;
}
.AnyTagClassName
{
color: #2FD538;
}
</style>
background-color css
<style>
a { background-color: #2FD538; }
a { background-color: rgb(47,213,56); }
div.DivClassName
{
background-color: #2FD538;
}
.BgClassName
{
background-color: #2FD538;
}
</style>
border-color css
<style>
span { border-color: #2FD538; }
span { border-color: rgb(47,213,56); }
td.TdClassName
{
border-color: #2FD538;
}
.TagClassName
{
border-color: #2FD538;
}
</style>