Shades of Lime Green #3DF846
Tints of Lime Green #3DF846
RGB
CMYK
RGB Variations
Color information
#3DF846 (or 0x3DF846) is known color: Lime Green. HEX triplet: 3D, F8 and 46. RGB value is (61,248,70). Sum of RGB (Red+Green+Blue) = 61+248+70=379 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.09% from 379); Green value is 248 (97.27% from 255 or 65.44% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF846 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF846 is #C207B9. Grayscale: #ACACAC. Windows color (decimal): -12715962 or 4651069. OLE color: 4651069.
HSL color Cylindrical-coordinate representation of color #3DF846: hue angle of 122.89º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF846 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 70 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.03 |
| HSL | 122.89º | 0.93% | 0.61% | - |
| HSV(B) | 122.89º | 0.75% | 0.97% | - |
| XYZ | 36.6 | 68.57 | 17.1 | - |
| YUV | 171.8 | 70.55 | 48.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 70 | 0.75 | 0 | 0.72 | 0.03 | 122.89 | 0.93 | 0.61 |
| Hex | 3D | F8 | 46 | 4B | 0 | 48 | 3 | 7B | 5D | 3D |
| Octal | 75 | 370 | 106 | 113 | 0 | 110 | 3 | 173 | 135 | 75 |
| Binary | 111101 | 11111000 | 1000110 | 1001011 | 0 | 1001000 | 11 | 1111011 | 1011101 | 111101 |
Color Harmonies of #3DF846
Complementary color
Monochromatic Colors of #3DF846
Black with #3DF846
Text Example
Text Example
White with #3DF846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF846; }
p { color: rgb(61,248,70); }
H1.HeaderClassName
{
color: #3DF846;
}
.AnyTagClassName
{
color: #3DF846;
}
</style>
background-color css
<style>
a { background-color: #3DF846; }
a { background-color: rgb(61,248,70); }
div.DivClassName
{
background-color: #3DF846;
}
.BgClassName
{
background-color: #3DF846;
}
</style>
border-color css
<style>
span { border-color: #3DF846; }
span { border-color: rgb(61,248,70); }
td.TdClassName
{
border-color: #3DF846;
}
.TagClassName
{
border-color: #3DF846;
}
</style>