Shades of Lime Green #2FCC1C
Tints of Lime Green #2FCC1C
RGB
CMYK
RGB Variations
Color information
#2FCC1C (or 0x2FCC1C) is known color: Lime Green. HEX triplet: 2F, CC and 1C. RGB value is (47,204,28). Sum of RGB (Red+Green+Blue) = 47+204+28=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 204 (80.08% from 255 or 73.12% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 204 - color contains mainly: green. Hex color #2FCC1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCC1C is #D033E3. Grayscale: #898989. Windows color (decimal): -13644772 or 1887279. OLE color: 1887279.
HSL color Cylindrical-coordinate representation of color #2FCC1C: hue angle of 113.52º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FCC1C is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 204 | 28 | - |
| CMYK | 0.77 | 0 | 0.86 | 0.2 |
| HSL | 113.52º | 0.76% | 0.45% | - |
| HSV(B) | 113.52º | 0.86% | 0.8% | - |
| XYZ | 22.97 | 43.87 | 8.36 | - |
| YUV | 136.99 | 66.49 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 28 | 0.77 | 0 | 0.86 | 0.2 | 113.52 | 0.76 | 0.45 |
| Hex | 2F | CC | 1C | 4D | 0 | 56 | 14 | 72 | 4C | 2D |
| Octal | 57 | 314 | 34 | 115 | 0 | 126 | 24 | 162 | 114 | 55 |
| Binary | 101111 | 11001100 | 11100 | 1001101 | 0 | 1010110 | 10100 | 1110010 | 1001100 | 101101 |
Color Harmonies of #2FCC1C
Complementary color
Monochromatic Colors of #2FCC1C
Black with #2FCC1C
Text Example
Text Example
White with #2FCC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCC1C; }
p { color: rgb(47,204,28); }
H1.HeaderClassName
{
color: #2FCC1C;
}
.AnyTagClassName
{
color: #2FCC1C;
}
</style>
background-color css
<style>
a { background-color: #2FCC1C; }
a { background-color: rgb(47,204,28); }
div.DivClassName
{
background-color: #2FCC1C;
}
.BgClassName
{
background-color: #2FCC1C;
}
</style>
border-color css
<style>
span { border-color: #2FCC1C; }
span { border-color: rgb(47,204,28); }
td.TdClassName
{
border-color: #2FCC1C;
}
.TagClassName
{
border-color: #2FCC1C;
}
</style>