Shades of Lime Green #3DF747
Tints of Lime Green #3DF747
RGB
CMYK
RGB Variations
Color information
#3DF747 (or 0x3DF747) is known color: Lime Green. HEX triplet: 3D, F7 and 47. RGB value is (61,247,71). Sum of RGB (Red+Green+Blue) = 61+247+71=379 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.09% from 379); Green value is 247 (96.88% from 255 or 65.17% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF747 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF747 is #C208B8. Grayscale: #ABABAB. Windows color (decimal): -12716217 or 4716349. OLE color: 4716349.
HSL color Cylindrical-coordinate representation of color #3DF747: hue angle of 123.23º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF747 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 71 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.03 |
| HSL | 123.23º | 0.92% | 0.6% | - |
| HSV(B) | 123.23º | 0.75% | 0.97% | - |
| XYZ | 36.32 | 67.97 | 17.17 | - |
| YUV | 171.32 | 71.38 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 71 | 0.75 | 0 | 0.71 | 0.03 | 123.23 | 0.92 | 0.6 |
| Hex | 3D | F7 | 47 | 4B | 0 | 47 | 3 | 7B | 5C | 3C |
| Octal | 75 | 367 | 107 | 113 | 0 | 107 | 3 | 173 | 134 | 74 |
| Binary | 111101 | 11110111 | 1000111 | 1001011 | 0 | 1000111 | 11 | 1111011 | 1011100 | 111100 |
Color Harmonies of #3DF747
Complementary color
Monochromatic Colors of #3DF747
Black with #3DF747
Text Example
Text Example
White with #3DF747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF747; }
p { color: rgb(61,247,71); }
H1.HeaderClassName
{
color: #3DF747;
}
.AnyTagClassName
{
color: #3DF747;
}
</style>
background-color css
<style>
a { background-color: #3DF747; }
a { background-color: rgb(61,247,71); }
div.DivClassName
{
background-color: #3DF747;
}
.BgClassName
{
background-color: #3DF747;
}
</style>
border-color css
<style>
span { border-color: #3DF747; }
span { border-color: rgb(61,247,71); }
td.TdClassName
{
border-color: #3DF747;
}
.TagClassName
{
border-color: #3DF747;
}
</style>