Shades of Lime Green #3DD145
Tints of Lime Green #3DD145
RGB
CMYK
RGB Variations
Color information
#3DD145 (or 0x3DD145) is known color: Lime Green. HEX triplet: 3D, D1 and 45. RGB value is (61,209,69). Sum of RGB (Red+Green+Blue) = 61+209+69=339 (44% of max value = 765). Red value is 61 (24.22% from 255 or 17.99% from 339); Green value is 209 (82.03% from 255 or 61.65% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 209 - color contains mainly: green. Hex color #3DD145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD145 is #C22EBA. Grayscale: #959595. Windows color (decimal): -12725947 or 4575549. OLE color: 4575549.
HSL color Cylindrical-coordinate representation of color #3DD145: hue angle of 123.24º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD145 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 209 | 69 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.18 |
| HSL | 123.24º | 0.62% | 0.53% | - |
| HSV(B) | 123.24º | 0.71% | 0.82% | - |
| XYZ | 25.8 | 47.02 | 13.35 | - |
| YUV | 148.79 | 82.97 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 209 | 69 | 0.71 | 0 | 0.67 | 0.18 | 123.24 | 0.62 | 0.53 |
| Hex | 3D | D1 | 45 | 47 | 0 | 43 | 12 | 7B | 3E | 35 |
| Octal | 75 | 321 | 105 | 107 | 0 | 103 | 22 | 173 | 76 | 65 |
| Binary | 111101 | 11010001 | 1000101 | 1000111 | 0 | 1000011 | 10010 | 1111011 | 111110 | 110101 |
Color Harmonies of #3DD145
Complementary color
Monochromatic Colors of #3DD145
Black with #3DD145
Text Example
Text Example
White with #3DD145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD145; }
p { color: rgb(61,209,69); }
H1.HeaderClassName
{
color: #3DD145;
}
.AnyTagClassName
{
color: #3DD145;
}
</style>
background-color css
<style>
a { background-color: #3DD145; }
a { background-color: rgb(61,209,69); }
div.DivClassName
{
background-color: #3DD145;
}
.BgClassName
{
background-color: #3DD145;
}
</style>
border-color css
<style>
span { border-color: #3DD145; }
span { border-color: rgb(61,209,69); }
td.TdClassName
{
border-color: #3DD145;
}
.TagClassName
{
border-color: #3DD145;
}
</style>