Shades of Lime Green #3DD542
Tints of Lime Green #3DD542
RGB
CMYK
RGB Variations
Color information
#3DD542 (or 0x3DD542) is known color: Lime Green. HEX triplet: 3D, D5 and 42. RGB value is (61,213,66). Sum of RGB (Red+Green+Blue) = 61+213+66=340 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.94% from 340); Green value is 213 (83.59% from 255 or 62.65% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 213 - color contains mainly: green. Hex color #3DD542 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD542 is #C22ABD. Grayscale: #979797. Windows color (decimal): -12724926 or 4379965. OLE color: 4379965.
HSL color Cylindrical-coordinate representation of color #3DD542: hue angle of 121.97º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD542 is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 213 | 66 | - |
| CMYK | 0.71 | 0 | 0.69 | 0.16 |
| HSL | 121.97º | 0.64% | 0.54% | - |
| HSV(B) | 121.97º | 0.71% | 0.84% | - |
| XYZ | 26.7 | 48.97 | 13.2 | - |
| YUV | 150.79 | 80.14 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 213 | 66 | 0.71 | 0 | 0.69 | 0.16 | 121.97 | 0.64 | 0.54 |
| Hex | 3D | D5 | 42 | 47 | 0 | 45 | 10 | 7A | 40 | 36 |
| Octal | 75 | 325 | 102 | 107 | 0 | 105 | 20 | 172 | 100 | 66 |
| Binary | 111101 | 11010101 | 1000010 | 1000111 | 0 | 1000101 | 10000 | 1111010 | 1000000 | 110110 |
Color Harmonies of #3DD542
Complementary color
Monochromatic Colors of #3DD542
Black with #3DD542
Text Example
Text Example
White with #3DD542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD542; }
p { color: rgb(61,213,66); }
H1.HeaderClassName
{
color: #3DD542;
}
.AnyTagClassName
{
color: #3DD542;
}
</style>
background-color css
<style>
a { background-color: #3DD542; }
a { background-color: rgb(61,213,66); }
div.DivClassName
{
background-color: #3DD542;
}
.BgClassName
{
background-color: #3DD542;
}
</style>
border-color css
<style>
span { border-color: #3DD542; }
span { border-color: rgb(61,213,66); }
td.TdClassName
{
border-color: #3DD542;
}
.TagClassName
{
border-color: #3DD542;
}
</style>