Shades of Lime Green #3FEC39
Tints of Lime Green #3FEC39
RGB
CMYK
RGB Variations
Color information
#3FEC39 (or 0x3FEC39) is known color: Lime Green. HEX triplet: 3F, EC and 39. RGB value is (63,236,57). Sum of RGB (Red+Green+Blue) = 63+236+57=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 236 (92.58% from 255 or 66.29% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 236 - color contains mainly: green. Hex color #3FEC39 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEC39 is #C013C6. Grayscale: #A4A4A4. Windows color (decimal): -12587975 or 3796031. OLE color: 3796031.
HSL color Cylindrical-coordinate representation of color #3FEC39: hue angle of 117.99º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3FEC39 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 57 | - |
| CMYK | 0.73 | 0 | 0.76 | 0.07 |
| HSL | 117.99º | 0.82% | 0.57% | - |
| HSV(B) | 117.99º | 0.76% | 0.93% | - |
| XYZ | 32.78 | 61.34 | 13.98 | - |
| YUV | 163.87 | 67.69 | 56.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 57 | 0.73 | 0 | 0.76 | 0.07 | 117.99 | 0.82 | 0.57 |
| Hex | 3F | EC | 39 | 49 | 0 | 4C | 7 | 76 | 52 | 39 |
| Octal | 77 | 354 | 71 | 111 | 0 | 114 | 7 | 166 | 122 | 71 |
| Binary | 111111 | 11101100 | 111001 | 1001001 | 0 | 1001100 | 111 | 1110110 | 1010010 | 111001 |
Color Harmonies of #3FEC39
Complementary color
Monochromatic Colors of #3FEC39
Black with #3FEC39
Text Example
Text Example
White with #3FEC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEC39; }
p { color: rgb(63,236,57); }
H1.HeaderClassName
{
color: #3FEC39;
}
.AnyTagClassName
{
color: #3FEC39;
}
</style>
background-color css
<style>
a { background-color: #3FEC39; }
a { background-color: rgb(63,236,57); }
div.DivClassName
{
background-color: #3FEC39;
}
.BgClassName
{
background-color: #3FEC39;
}
</style>
border-color css
<style>
span { border-color: #3FEC39; }
span { border-color: rgb(63,236,57); }
td.TdClassName
{
border-color: #3FEC39;
}
.TagClassName
{
border-color: #3FEC39;
}
</style>