Shades of Lime Green #2FCC2E
Tints of Lime Green #2FCC2E
RGB
CMYK
RGB Variations
Color information
#2FCC2E (or 0x2FCC2E) is known color: Lime Green. HEX triplet: 2F, CC and 2E. RGB value is (47,204,46). Sum of RGB (Red+Green+Blue) = 47+204+46=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 204 (80.08% from 255 or 68.69% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 204 - color contains mainly: green. Hex color #2FCC2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCC2E is #D033D1. Grayscale: #8B8B8B. Windows color (decimal): -13644754 or 3066927. OLE color: 3066927.
HSL color Cylindrical-coordinate representation of color #2FCC2E: hue angle of 119.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCC2E is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 204 | 46 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.2 |
| HSL | 119.62º | 0.63% | 0.49% | - |
| HSV(B) | 119.62º | 0.77% | 0.8% | - |
| XYZ | 23.26 | 43.99 | 9.85 | - |
| YUV | 139.05 | 75.49 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 46 | 0.77 | 0 | 0.77 | 0.2 | 119.62 | 0.63 | 0.49 |
| Hex | 2F | CC | 2E | 4D | 0 | 4D | 14 | 78 | 3F | 31 |
| Octal | 57 | 314 | 56 | 115 | 0 | 115 | 24 | 170 | 77 | 61 |
| Binary | 101111 | 11001100 | 101110 | 1001101 | 0 | 1001101 | 10100 | 1111000 | 111111 | 110001 |
Color Harmonies of #2FCC2E
Complementary color
Monochromatic Colors of #2FCC2E
Black with #2FCC2E
Text Example
Text Example
White with #2FCC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCC2E; }
p { color: rgb(47,204,46); }
H1.HeaderClassName
{
color: #2FCC2E;
}
.AnyTagClassName
{
color: #2FCC2E;
}
</style>
background-color css
<style>
a { background-color: #2FCC2E; }
a { background-color: rgb(47,204,46); }
div.DivClassName
{
background-color: #2FCC2E;
}
.BgClassName
{
background-color: #2FCC2E;
}
</style>
border-color css
<style>
span { border-color: #2FCC2E; }
span { border-color: rgb(47,204,46); }
td.TdClassName
{
border-color: #2FCC2E;
}
.TagClassName
{
border-color: #2FCC2E;
}
</style>