Shades of Lime Green #2FCD44
Tints of Lime Green #2FCD44
RGB
CMYK
RGB Variations
Color information
#2FCD44 (or 0x2FCD44) is known color: Lime Green. HEX triplet: 2F, CD and 44. RGB value is (47,205,68). Sum of RGB (Red+Green+Blue) = 47+205+68=320 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.69% from 320); Green value is 205 (80.47% from 255 or 64.06% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCD44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCD44 is #D032BB. Grayscale: #8E8E8E. Windows color (decimal): -13644476 or 4508975. OLE color: 4508975.
HSL color Cylindrical-coordinate representation of color #2FCD44: hue angle of 127.97º 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 #2FCD44 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 205 | 68 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.20 |
| HSL | 127.97º | 0.63% | 0.49% | - |
| HSV(B) | 127.97º | 0.77% | 0.8% | - |
| XYZ | 24.05 | 44.68 | 12.83 | - |
| YUV | 142.14 | 86.15 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 205 | 68 | 0.77 | 0 | 0.67 | 0.20 | 127.97 | 0.63 | 0.49 |
| Hex | 2F | CD | 44 | 4D | 0 | 43 | 14 | 80 | 3F | 31 |
| Octal | 57 | 315 | 104 | 115 | 0 | 103 | 24 | 200 | 77 | 61 |
| Binary | 101111 | 11001101 | 1000100 | 1001101 | 0 | 1000011 | 10100 | 10000000 | 111111 | 110001 |
Color Harmonies of #2FCD44
Complementary color
Monochromatic Colors of #2FCD44
Black with #2FCD44
Text Example
Text Example
White with #2FCD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCD44; }
p { color: rgb(47,205,68); }
H1.HeaderClassName
{
color: #2FCD44;
}
.AnyTagClassName
{
color: #2FCD44;
}
</style>
background-color css
<style>
a { background-color: #2FCD44; }
a { background-color: rgb(47,205,68); }
div.DivClassName
{
background-color: #2FCD44;
}
.BgClassName
{
background-color: #2FCD44;
}
</style>
border-color css
<style>
span { border-color: #2FCD44; }
span { border-color: rgb(47,205,68); }
td.TdClassName
{
border-color: #2FCD44;
}
.TagClassName
{
border-color: #2FCD44;
}
</style>