Shades of Lime Green #2FD053
Tints of Lime Green #2FD053
RGB
CMYK
RGB Variations
Color information
#2FD053 (or 0x2FD053) is known color: Lime Green. HEX triplet: 2F, D0 and 53. RGB value is (47,208,83). Sum of RGB (Red+Green+Blue) = 47+208+83=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 208 (81.64% from 255 or 61.54% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 208 - color contains mainly: green. Hex color #2FD053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD053 is #D02FAC. Grayscale: #919191. Windows color (decimal): -13643693 or 5492783. OLE color: 5492783.
HSL color Cylindrical-coordinate representation of color #2FD053: hue angle of 133.42º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FD053 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 47 | 208 | 83 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.18 |
| HSL | 133.42º | 0.63% | 0.5% | - |
| HSV(B) | 133.42º | 0.77% | 0.82% | - |
| XYZ | 25.29 | 46.34 | 15.8 | - |
| YUV | 145.61 | 92.66 | 57.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 208 | 83 | 0.77 | 0 | 0.60 | 0.18 | 133.42 | 0.63 | 0.5 |
| Hex | 2F | D0 | 53 | 4D | 0 | 3C | 12 | 85 | 3F | 32 |
| Octal | 57 | 320 | 123 | 115 | 0 | 74 | 22 | 205 | 77 | 62 |
| Binary | 101111 | 11010000 | 1010011 | 1001101 | 0 | 111100 | 10010 | 10000101 | 111111 | 110010 |
Color Harmonies of #2FD053
Complementary color
Monochromatic Colors of #2FD053
Black with #2FD053
Text Example
Text Example
White with #2FD053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD053; }
p { color: rgb(47,208,83); }
H1.HeaderClassName
{
color: #2FD053;
}
.AnyTagClassName
{
color: #2FD053;
}
</style>
background-color css
<style>
a { background-color: #2FD053; }
a { background-color: rgb(47,208,83); }
div.DivClassName
{
background-color: #2FD053;
}
.BgClassName
{
background-color: #2FD053;
}
</style>
border-color css
<style>
span { border-color: #2FD053; }
span { border-color: rgb(47,208,83); }
td.TdClassName
{
border-color: #2FD053;
}
.TagClassName
{
border-color: #2FD053;
}
</style>