Shades of Lime Green #2FC02C
Tints of Lime Green #2FC02C
RGB
CMYK
RGB Variations
Color information
#2FC02C (or 0x2FC02C) is known color: Lime Green. HEX triplet: 2F, C0 and 2C. RGB value is (47,192,44). Sum of RGB (Red+Green+Blue) = 47+192+44=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 192 (75.39% from 255 or 67.84% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC02C is #D03FD3. Grayscale: #848484. Windows color (decimal): -13647828 or 2932783. OLE color: 2932783.
HSL color Cylindrical-coordinate representation of color #2FC02C: hue angle of 118.78º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FC02C is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 192 | 44 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.25 |
| HSL | 118.78º | 0.63% | 0.46% | - |
| HSV(B) | 118.78º | 0.77% | 0.75% | - |
| XYZ | 20.48 | 38.49 | 8.73 | - |
| YUV | 131.77 | 78.46 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 192 | 44 | 0.76 | 0 | 0.77 | 0.25 | 118.78 | 0.63 | 0.46 |
| Hex | 2F | C0 | 2C | 4C | 0 | 4D | 19 | 77 | 3F | 2E |
| Octal | 57 | 300 | 54 | 114 | 0 | 115 | 31 | 167 | 77 | 56 |
| Binary | 101111 | 11000000 | 101100 | 1001100 | 0 | 1001101 | 11001 | 1110111 | 111111 | 101110 |
Color Harmonies of #2FC02C
Complementary color
Monochromatic Colors of #2FC02C
Black with #2FC02C
Text Example
Text Example
White with #2FC02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC02C; }
p { color: rgb(47,192,44); }
H1.HeaderClassName
{
color: #2FC02C;
}
.AnyTagClassName
{
color: #2FC02C;
}
</style>
background-color css
<style>
a { background-color: #2FC02C; }
a { background-color: rgb(47,192,44); }
div.DivClassName
{
background-color: #2FC02C;
}
.BgClassName
{
background-color: #2FC02C;
}
</style>
border-color css
<style>
span { border-color: #2FC02C; }
span { border-color: rgb(47,192,44); }
td.TdClassName
{
border-color: #2FC02C;
}
.TagClassName
{
border-color: #2FC02C;
}
</style>