Shades of Lime Green #2FDC40
Tints of Lime Green #2FDC40
RGB
CMYK
RGB Variations
Color information
#2FDC40 (or 0x2FDC40) is known color: Lime Green. HEX triplet: 2F, DC and 40. RGB value is (47,220,64). Sum of RGB (Red+Green+Blue) = 47+220+64=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 220 (86.33% from 255 or 66.47% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDC40 is #D023BF. Grayscale: #969696. Windows color (decimal): -13640640 or 4250671. OLE color: 4250671.
HSL color Cylindrical-coordinate representation of color #2FDC40: hue angle of 125.9º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDC40 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 220 | 64 | - |
| CMYK | 0.79 | 0 | 0.71 | 0.14 |
| HSL | 125.9º | 0.71% | 0.52% | - |
| HSV(B) | 125.9º | 0.79% | 0.86% | - |
| XYZ | 27.69 | 52.16 | 13.46 | - |
| YUV | 150.49 | 79.19 | 54.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 64 | 0.79 | 0 | 0.71 | 0.14 | 125.9 | 0.71 | 0.52 |
| Hex | 2F | DC | 40 | 4F | 0 | 47 | E | 7E | 47 | 34 |
| Octal | 57 | 334 | 100 | 117 | 0 | 107 | 16 | 176 | 107 | 64 |
| Binary | 101111 | 11011100 | 1000000 | 1001111 | 0 | 1000111 | 1110 | 1111110 | 1000111 | 110100 |
Color Harmonies of #2FDC40
Complementary color
Monochromatic Colors of #2FDC40
Black with #2FDC40
Text Example
Text Example
White with #2FDC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDC40; }
p { color: rgb(47,220,64); }
H1.HeaderClassName
{
color: #2FDC40;
}
.AnyTagClassName
{
color: #2FDC40;
}
</style>
background-color css
<style>
a { background-color: #2FDC40; }
a { background-color: rgb(47,220,64); }
div.DivClassName
{
background-color: #2FDC40;
}
.BgClassName
{
background-color: #2FDC40;
}
</style>
border-color css
<style>
span { border-color: #2FDC40; }
span { border-color: rgb(47,220,64); }
td.TdClassName
{
border-color: #2FDC40;
}
.TagClassName
{
border-color: #2FDC40;
}
</style>