Shades of Lime Green #3FF748
Tints of Lime Green #3FF748
RGB
CMYK
RGB Variations
Color information
#3FF748 (or 0x3FF748) is known color: Lime Green. HEX triplet: 3F, F7 and 48. RGB value is (63,247,72). Sum of RGB (Red+Green+Blue) = 63+247+72=382 (50% of max value = 765). Red value is 63 (25% from 255 or 16.49% from 382); Green value is 247 (96.88% from 255 or 64.66% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 247 - color contains mainly: green. Hex color #3FF748 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF748 is #C008B7. Grayscale: #ACACAC. Windows color (decimal): -12585144 or 4781887. OLE color: 4781887.
HSL color Cylindrical-coordinate representation of color #3FF748: hue angle of 122.93º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF748 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 247 | 72 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.03 |
| HSL | 122.93º | 0.92% | 0.61% | - |
| HSV(B) | 122.93º | 0.74% | 0.97% | - |
| XYZ | 36.48 | 68.05 | 17.34 | - |
| YUV | 172.03 | 71.54 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 247 | 72 | 0.74 | 0 | 0.71 | 0.03 | 122.93 | 0.92 | 0.61 |
| Hex | 3F | F7 | 48 | 4A | 0 | 47 | 3 | 7B | 5C | 3D |
| Octal | 77 | 367 | 110 | 112 | 0 | 107 | 3 | 173 | 134 | 75 |
| Binary | 111111 | 11110111 | 1001000 | 1001010 | 0 | 1000111 | 11 | 1111011 | 1011100 | 111101 |
Color Harmonies of #3FF748
Complementary color
Monochromatic Colors of #3FF748
Black with #3FF748
Text Example
Text Example
White with #3FF748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF748; }
p { color: rgb(63,247,72); }
H1.HeaderClassName
{
color: #3FF748;
}
.AnyTagClassName
{
color: #3FF748;
}
</style>
background-color css
<style>
a { background-color: #3FF748; }
a { background-color: rgb(63,247,72); }
div.DivClassName
{
background-color: #3FF748;
}
.BgClassName
{
background-color: #3FF748;
}
</style>
border-color css
<style>
span { border-color: #3FF748; }
span { border-color: rgb(63,247,72); }
td.TdClassName
{
border-color: #3FF748;
}
.TagClassName
{
border-color: #3FF748;
}
</style>