Shades of Lime Green #2FCD53
Tints of Lime Green #2FCD53
RGB
CMYK
RGB Variations
Color information
#2FCD53 (or 0x2FCD53) is known color: Lime Green. HEX triplet: 2F, CD and 53. RGB value is (47,205,83). Sum of RGB (Red+Green+Blue) = 47+205+83=335 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.03% from 335); Green value is 205 (80.47% from 255 or 61.19% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCD53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCD53 is #D032AC. Grayscale: #909090. Windows color (decimal): -13644461 or 5492015. OLE color: 5492015.
HSL color Cylindrical-coordinate representation of color #2FCD53: hue angle of 133.67º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCD53 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 205 | 83 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.20 |
| HSL | 133.67º | 0.63% | 0.49% | - |
| HSV(B) | 133.67º | 0.77% | 0.8% | - |
| XYZ | 24.56 | 44.89 | 15.55 | - |
| YUV | 143.85 | 93.65 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 205 | 83 | 0.77 | 0 | 0.60 | 0.20 | 133.67 | 0.63 | 0.49 |
| Hex | 2F | CD | 53 | 4D | 0 | 3C | 14 | 86 | 3F | 31 |
| Octal | 57 | 315 | 123 | 115 | 0 | 74 | 24 | 206 | 77 | 61 |
| Binary | 101111 | 11001101 | 1010011 | 1001101 | 0 | 111100 | 10100 | 10000110 | 111111 | 110001 |
Color Harmonies of #2FCD53
Complementary color
Monochromatic Colors of #2FCD53
Black with #2FCD53
Text Example
Text Example
White with #2FCD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCD53; }
p { color: rgb(47,205,83); }
H1.HeaderClassName
{
color: #2FCD53;
}
.AnyTagClassName
{
color: #2FCD53;
}
</style>
background-color css
<style>
a { background-color: #2FCD53; }
a { background-color: rgb(47,205,83); }
div.DivClassName
{
background-color: #2FCD53;
}
.BgClassName
{
background-color: #2FCD53;
}
</style>
border-color css
<style>
span { border-color: #2FCD53; }
span { border-color: rgb(47,205,83); }
td.TdClassName
{
border-color: #2FCD53;
}
.TagClassName
{
border-color: #2FCD53;
}
</style>