Shades of Lime Green #3FEF3A
Tints of Lime Green #3FEF3A
RGB
CMYK
RGB Variations
Color information
#3FEF3A (or 0x3FEF3A) is known color: Lime Green. HEX triplet: 3F, EF and 3A. RGB value is (63,239,58). Sum of RGB (Red+Green+Blue) = 63+239+58=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 239 (93.75% from 255 or 66.39% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEF3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEF3A is #C010C5. Grayscale: #A6A6A6. Windows color (decimal): -12587206 or 3862335. OLE color: 3862335.
HSL color Cylindrical-coordinate representation of color #3FEF3A: hue angle of 118.34º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3FEF3A is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 58 | - |
| CMYK | 0.74 | 0 | 0.76 | 0.06 |
| HSL | 118.34º | 0.85% | 0.58% | - |
| HSV(B) | 118.34º | 0.76% | 0.94% | - |
| XYZ | 33.68 | 63.1 | 14.41 | - |
| YUV | 165.74 | 67.19 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 58 | 0.74 | 0 | 0.76 | 0.06 | 118.34 | 0.85 | 0.58 |
| Hex | 3F | EF | 3A | 4A | 0 | 4C | 6 | 76 | 55 | 3A |
| Octal | 77 | 357 | 72 | 112 | 0 | 114 | 6 | 166 | 125 | 72 |
| Binary | 111111 | 11101111 | 111010 | 1001010 | 0 | 1001100 | 110 | 1110110 | 1010101 | 111010 |
Color Harmonies of #3FEF3A
Complementary color
Monochromatic Colors of #3FEF3A
Black with #3FEF3A
Text Example
Text Example
White with #3FEF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEF3A; }
p { color: rgb(63,239,58); }
H1.HeaderClassName
{
color: #3FEF3A;
}
.AnyTagClassName
{
color: #3FEF3A;
}
</style>
background-color css
<style>
a { background-color: #3FEF3A; }
a { background-color: rgb(63,239,58); }
div.DivClassName
{
background-color: #3FEF3A;
}
.BgClassName
{
background-color: #3FEF3A;
}
</style>
border-color css
<style>
span { border-color: #3FEF3A; }
span { border-color: rgb(63,239,58); }
td.TdClassName
{
border-color: #3FEF3A;
}
.TagClassName
{
border-color: #3FEF3A;
}
</style>