Shades of Lime Green #3FEC2C
Tints of Lime Green #3FEC2C
RGB
CMYK
RGB Variations
Color information
#3FEC2C (or 0x3FEC2C) is known color: Lime Green. HEX triplet: 3F, EC and 2C. RGB value is (63,236,44). Sum of RGB (Red+Green+Blue) = 63+236+44=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 236 (92.58% from 255 or 68.80% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 236 - color contains mainly: green. Hex color #3FEC2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEC2C is #C013D3. Grayscale: #A2A2A2. Windows color (decimal): -12587988 or 2944063. OLE color: 2944063.
HSL color Cylindrical-coordinate representation of color #3FEC2C: hue angle of 114.06º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3FEC2C is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 44 | - |
| CMYK | 0.73 | 0 | 0.81 | 0.07 |
| HSL | 114.06º | 0.83% | 0.55% | - |
| HSV(B) | 114.06º | 0.81% | 0.93% | - |
| XYZ | 32.5 | 61.23 | 12.49 | - |
| YUV | 162.39 | 61.19 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 44 | 0.73 | 0 | 0.81 | 0.07 | 114.06 | 0.83 | 0.55 |
| Hex | 3F | EC | 2C | 49 | 0 | 51 | 7 | 72 | 53 | 37 |
| Octal | 77 | 354 | 54 | 111 | 0 | 121 | 7 | 162 | 123 | 67 |
| Binary | 111111 | 11101100 | 101100 | 1001001 | 0 | 1010001 | 111 | 1110010 | 1010011 | 110111 |
Color Harmonies of #3FEC2C
Complementary color
Monochromatic Colors of #3FEC2C
Black with #3FEC2C
Text Example
Text Example
White with #3FEC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEC2C; }
p { color: rgb(63,236,44); }
H1.HeaderClassName
{
color: #3FEC2C;
}
.AnyTagClassName
{
color: #3FEC2C;
}
</style>
background-color css
<style>
a { background-color: #3FEC2C; }
a { background-color: rgb(63,236,44); }
div.DivClassName
{
background-color: #3FEC2C;
}
.BgClassName
{
background-color: #3FEC2C;
}
</style>
border-color css
<style>
span { border-color: #3FEC2C; }
span { border-color: rgb(63,236,44); }
td.TdClassName
{
border-color: #3FEC2C;
}
.TagClassName
{
border-color: #3FEC2C;
}
</style>