Shades of Lime Green #3DE146
Tints of Lime Green #3DE146
RGB
CMYK
RGB Variations
Color information
#3DE146 (or 0x3DE146) is known color: Lime Green. HEX triplet: 3D, E1 and 46. RGB value is (61,225,70). Sum of RGB (Red+Green+Blue) = 61+225+70=356 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.13% from 356); Green value is 225 (88.28% from 255 or 63.20% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 225 - color contains mainly: green. Hex color #3DE146 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DE146 is #C21EB9. Grayscale: #9E9E9E. Windows color (decimal): -12721850 or 4645181. OLE color: 4645181.
HSL color Cylindrical-coordinate representation of color #3DE146: hue angle of 123.29º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE146 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 61 | 225 | 70 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.12 |
| HSL | 123.29º | 0.73% | 0.56% | - |
| HSV(B) | 123.29º | 0.73% | 0.88% | - |
| XYZ | 29.96 | 55.28 | 14.89 | - |
| YUV | 158.29 | 78.17 | 58.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 225 | 70 | 0.73 | 0 | 0.69 | 0.12 | 123.29 | 0.73 | 0.56 |
| Hex | 3D | E1 | 46 | 49 | 0 | 45 | C | 7B | 49 | 38 |
| Octal | 75 | 341 | 106 | 111 | 0 | 105 | 14 | 173 | 111 | 70 |
| Binary | 111101 | 11100001 | 1000110 | 1001001 | 0 | 1000101 | 1100 | 1111011 | 1001001 | 111000 |
Color Harmonies of #3DE146
Complementary color
Monochromatic Colors of #3DE146
Black with #3DE146
Text Example
Text Example
White with #3DE146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DE146; }
p { color: rgb(61,225,70); }
H1.HeaderClassName
{
color: #3DE146;
}
.AnyTagClassName
{
color: #3DE146;
}
</style>
background-color css
<style>
a { background-color: #3DE146; }
a { background-color: rgb(61,225,70); }
div.DivClassName
{
background-color: #3DE146;
}
.BgClassName
{
background-color: #3DE146;
}
</style>
border-color css
<style>
span { border-color: #3DE146; }
span { border-color: rgb(61,225,70); }
td.TdClassName
{
border-color: #3DE146;
}
.TagClassName
{
border-color: #3DE146;
}
</style>