Shades of Lime Green #2FD138
Tints of Lime Green #2FD138
RGB
CMYK
RGB Variations
Color information
#2FD138 (or 0x2FD138) is known color: Lime Green. HEX triplet: 2F, D1 and 38. RGB value is (47,209,56). Sum of RGB (Red+Green+Blue) = 47+209+56=312 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.06% from 312); Green value is 209 (82.03% from 255 or 66.99% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 209 - color contains mainly: green. Hex color #2FD138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD138 is #D02EC7. Grayscale: #8F8F8F. Windows color (decimal): -13643464 or 3723567. OLE color: 3723567.
HSL color Cylindrical-coordinate representation of color #2FD138: hue angle of 123.33º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD138 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 47 | 209 | 56 | - |
| CMYK | 0.78 | 0 | 0.73 | 0.18 |
| HSL | 123.33º | 0.64% | 0.5% | - |
| HSV(B) | 123.33º | 0.78% | 0.82% | - |
| XYZ | 24.69 | 46.49 | 11.41 | - |
| YUV | 143.12 | 78.83 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 209 | 56 | 0.78 | 0 | 0.73 | 0.18 | 123.33 | 0.64 | 0.5 |
| Hex | 2F | D1 | 38 | 4E | 0 | 49 | 12 | 7B | 40 | 32 |
| Octal | 57 | 321 | 70 | 116 | 0 | 111 | 22 | 173 | 100 | 62 |
| Binary | 101111 | 11010001 | 111000 | 1001110 | 0 | 1001001 | 10010 | 1111011 | 1000000 | 110010 |
Color Harmonies of #2FD138
Complementary color
Monochromatic Colors of #2FD138
Black with #2FD138
Text Example
Text Example
White with #2FD138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD138; }
p { color: rgb(47,209,56); }
H1.HeaderClassName
{
color: #2FD138;
}
.AnyTagClassName
{
color: #2FD138;
}
</style>
background-color css
<style>
a { background-color: #2FD138; }
a { background-color: rgb(47,209,56); }
div.DivClassName
{
background-color: #2FD138;
}
.BgClassName
{
background-color: #2FD138;
}
</style>
border-color css
<style>
span { border-color: #2FD138; }
span { border-color: rgb(47,209,56); }
td.TdClassName
{
border-color: #2FD138;
}
.TagClassName
{
border-color: #2FD138;
}
</style>