Shades of Lime Green #3FEC48
Tints of Lime Green #3FEC48
RGB
CMYK
RGB Variations
Color information
#3FEC48 (or 0x3FEC48) is known color: Lime Green. HEX triplet: 3F, EC and 48. RGB value is (63,236,72). Sum of RGB (Red+Green+Blue) = 63+236+72=371 (49% of max value = 765). Red value is 63 (25% from 255 or 16.98% from 371); Green value is 236 (92.58% from 255 or 63.61% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 236 - color contains mainly: green. Hex color #3FEC48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEC48 is #C013B7. Grayscale: #A6A6A6. Windows color (decimal): -12587960 or 4779071. OLE color: 4779071.
HSL color Cylindrical-coordinate representation of color #3FEC48: hue angle of 123.12º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEC48 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 72 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.07 |
| HSL | 123.12º | 0.82% | 0.59% | - |
| HSV(B) | 123.12º | 0.73% | 0.93% | - |
| XYZ | 33.22 | 61.52 | 16.25 | - |
| YUV | 165.58 | 75.19 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 72 | 0.73 | 0 | 0.69 | 0.07 | 123.12 | 0.82 | 0.59 |
| Hex | 3F | EC | 48 | 49 | 0 | 45 | 7 | 7B | 52 | 3B |
| Octal | 77 | 354 | 110 | 111 | 0 | 105 | 7 | 173 | 122 | 73 |
| Binary | 111111 | 11101100 | 1001000 | 1001001 | 0 | 1000101 | 111 | 1111011 | 1010010 | 111011 |
Color Harmonies of #3FEC48
Complementary color
Monochromatic Colors of #3FEC48
Black with #3FEC48
Text Example
Text Example
White with #3FEC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEC48; }
p { color: rgb(63,236,72); }
H1.HeaderClassName
{
color: #3FEC48;
}
.AnyTagClassName
{
color: #3FEC48;
}
</style>
background-color css
<style>
a { background-color: #3FEC48; }
a { background-color: rgb(63,236,72); }
div.DivClassName
{
background-color: #3FEC48;
}
.BgClassName
{
background-color: #3FEC48;
}
</style>
border-color css
<style>
span { border-color: #3FEC48; }
span { border-color: rgb(63,236,72); }
td.TdClassName
{
border-color: #3FEC48;
}
.TagClassName
{
border-color: #3FEC48;
}
</style>