Shades of Lime Green #3FEF2C
Tints of Lime Green #3FEF2C
RGB
CMYK
RGB Variations
Color information
#3FEF2C (or 0x3FEF2C) is known color: Lime Green. HEX triplet: 3F, EF and 2C. RGB value is (63,239,44). Sum of RGB (Red+Green+Blue) = 63+239+44=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 239 (93.75% from 255 or 69.08% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEF2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEF2C is #C010D3. Grayscale: #A4A4A4. Windows color (decimal): -12587220 or 2944831. OLE color: 2944831.
HSL color Cylindrical-coordinate representation of color #3FEF2C: hue angle of 114.15º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3FEF2C is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 44 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.06 |
| HSL | 114.15º | 0.86% | 0.55% | - |
| HSV(B) | 114.15º | 0.82% | 0.94% | - |
| XYZ | 33.37 | 62.97 | 12.78 | - |
| YUV | 164.15 | 60.19 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 44 | 0.74 | 0 | 0.82 | 0.06 | 114.15 | 0.86 | 0.55 |
| Hex | 3F | EF | 2C | 4A | 0 | 52 | 6 | 72 | 56 | 37 |
| Octal | 77 | 357 | 54 | 112 | 0 | 122 | 6 | 162 | 126 | 67 |
| Binary | 111111 | 11101111 | 101100 | 1001010 | 0 | 1010010 | 110 | 1110010 | 1010110 | 110111 |
Color Harmonies of #3FEF2C
Complementary color
Monochromatic Colors of #3FEF2C
Black with #3FEF2C
Text Example
Text Example
White with #3FEF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEF2C; }
p { color: rgb(63,239,44); }
H1.HeaderClassName
{
color: #3FEF2C;
}
.AnyTagClassName
{
color: #3FEF2C;
}
</style>
background-color css
<style>
a { background-color: #3FEF2C; }
a { background-color: rgb(63,239,44); }
div.DivClassName
{
background-color: #3FEF2C;
}
.BgClassName
{
background-color: #3FEF2C;
}
</style>
border-color css
<style>
span { border-color: #3FEF2C; }
span { border-color: rgb(63,239,44); }
td.TdClassName
{
border-color: #3FEF2C;
}
.TagClassName
{
border-color: #3FEF2C;
}
</style>