Shades of Lime Green #2FDC3C
Tints of Lime Green #2FDC3C
RGB
CMYK
RGB Variations
Color information
#2FDC3C (or 0x2FDC3C) is known color: Lime Green. HEX triplet: 2F, DC and 3C. RGB value is (47,220,60). Sum of RGB (Red+Green+Blue) = 47+220+60=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 220 (86.33% from 255 or 67.28% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDC3C is #D023C3. Grayscale: #969696. Windows color (decimal): -13640644 or 3988527. OLE color: 3988527.
HSL color Cylindrical-coordinate representation of color #2FDC3C: hue angle of 124.51º 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 #2FDC3C is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 220 | 60 | - |
| CMYK | 0.79 | 0 | 0.73 | 0.14 |
| HSL | 124.51º | 0.71% | 0.52% | - |
| HSV(B) | 124.51º | 0.79% | 0.86% | - |
| XYZ | 27.58 | 52.12 | 12.88 | - |
| YUV | 150.03 | 77.19 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 60 | 0.79 | 0 | 0.73 | 0.14 | 124.51 | 0.71 | 0.52 |
| Hex | 2F | DC | 3C | 4F | 0 | 49 | E | 7D | 47 | 34 |
| Octal | 57 | 334 | 74 | 117 | 0 | 111 | 16 | 175 | 107 | 64 |
| Binary | 101111 | 11011100 | 111100 | 1001111 | 0 | 1001001 | 1110 | 1111101 | 1000111 | 110100 |
Color Harmonies of #2FDC3C
Complementary color
Monochromatic Colors of #2FDC3C
Black with #2FDC3C
Text Example
Text Example
White with #2FDC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDC3C; }
p { color: rgb(47,220,60); }
H1.HeaderClassName
{
color: #2FDC3C;
}
.AnyTagClassName
{
color: #2FDC3C;
}
</style>
background-color css
<style>
a { background-color: #2FDC3C; }
a { background-color: rgb(47,220,60); }
div.DivClassName
{
background-color: #2FDC3C;
}
.BgClassName
{
background-color: #2FDC3C;
}
</style>
border-color css
<style>
span { border-color: #2FDC3C; }
span { border-color: rgb(47,220,60); }
td.TdClassName
{
border-color: #2FDC3C;
}
.TagClassName
{
border-color: #2FDC3C;
}
</style>