Shades of Lime Green #3DF946
Tints of Lime Green #3DF946
RGB
CMYK
RGB Variations
Color information
#3DF946 (or 0x3DF946) is known color: Lime Green. HEX triplet: 3D, F9 and 46. RGB value is (61,249,70). Sum of RGB (Red+Green+Blue) = 61+249+70=380 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.05% from 380); Green value is 249 (97.66% from 255 or 65.53% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF946 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF946 is #C206B9. Grayscale: #ACACAC. Windows color (decimal): -12715706 or 4651325. OLE color: 4651325.
HSL color Cylindrical-coordinate representation of color #3DF946: hue angle of 122.87º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DF946 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 249 | 70 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.02 |
| HSL | 122.87º | 0.94% | 0.61% | - |
| HSV(B) | 122.87º | 0.76% | 0.98% | - |
| XYZ | 36.91 | 69.19 | 17.2 | - |
| YUV | 172.38 | 70.22 | 48.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 249 | 70 | 0.76 | 0 | 0.72 | 0.02 | 122.87 | 0.94 | 0.61 |
| Hex | 3D | F9 | 46 | 4C | 0 | 48 | 2 | 7B | 5E | 3D |
| Octal | 75 | 371 | 106 | 114 | 0 | 110 | 2 | 173 | 136 | 75 |
| Binary | 111101 | 11111001 | 1000110 | 1001100 | 0 | 1001000 | 10 | 1111011 | 1011110 | 111101 |
Color Harmonies of #3DF946
Complementary color
Monochromatic Colors of #3DF946
Black with #3DF946
Text Example
Text Example
White with #3DF946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF946; }
p { color: rgb(61,249,70); }
H1.HeaderClassName
{
color: #3DF946;
}
.AnyTagClassName
{
color: #3DF946;
}
</style>
background-color css
<style>
a { background-color: #3DF946; }
a { background-color: rgb(61,249,70); }
div.DivClassName
{
background-color: #3DF946;
}
.BgClassName
{
background-color: #3DF946;
}
</style>
border-color css
<style>
span { border-color: #3DF946; }
span { border-color: rgb(61,249,70); }
td.TdClassName
{
border-color: #3DF946;
}
.TagClassName
{
border-color: #3DF946;
}
</style>