Shades of Lime Green #2FC04C
Tints of Lime Green #2FC04C
RGB
CMYK
RGB Variations
Color information
#2FC04C (or 0x2FC04C) is known color: Lime Green. HEX triplet: 2F, C0 and 4C. RGB value is (47,192,76). Sum of RGB (Red+Green+Blue) = 47+192+76=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 192 (75.39% from 255 or 60.95% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC04C is #D03FB3. Grayscale: #878787. Windows color (decimal): -13647796 or 5029935. OLE color: 5029935.
HSL color Cylindrical-coordinate representation of color #2FC04C: hue angle of 132º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC04C is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 192 | 76 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.25 |
| HSL | 132º | 0.61% | 0.47% | - |
| HSV(B) | 132º | 0.76% | 0.75% | - |
| XYZ | 21.33 | 38.83 | 13.21 | - |
| YUV | 135.42 | 94.46 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 192 | 76 | 0.76 | 0 | 0.60 | 0.25 | 132 | 0.61 | 0.47 |
| Hex | 2F | C0 | 4C | 4C | 0 | 3C | 19 | 84 | 3D | 2F |
| Octal | 57 | 300 | 114 | 114 | 0 | 74 | 31 | 204 | 75 | 57 |
| Binary | 101111 | 11000000 | 1001100 | 1001100 | 0 | 111100 | 11001 | 10000100 | 111101 | 101111 |
Color Harmonies of #2FC04C
Complementary color
Monochromatic Colors of #2FC04C
Black with #2FC04C
Text Example
Text Example
White with #2FC04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC04C; }
p { color: rgb(47,192,76); }
H1.HeaderClassName
{
color: #2FC04C;
}
.AnyTagClassName
{
color: #2FC04C;
}
</style>
background-color css
<style>
a { background-color: #2FC04C; }
a { background-color: rgb(47,192,76); }
div.DivClassName
{
background-color: #2FC04C;
}
.BgClassName
{
background-color: #2FC04C;
}
</style>
border-color css
<style>
span { border-color: #2FC04C; }
span { border-color: rgb(47,192,76); }
td.TdClassName
{
border-color: #2FC04C;
}
.TagClassName
{
border-color: #2FC04C;
}
</style>