Shades of Lime Green #3DDA50
Tints of Lime Green #3DDA50
RGB
CMYK
RGB Variations
Color information
#3DDA50 (or 0x3DDA50) is known color: Lime Green. HEX triplet: 3D, DA and 50. RGB value is (61,218,80). Sum of RGB (Red+Green+Blue) = 61+218+80=359 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.99% from 359); Green value is 218 (85.55% from 255 or 60.72% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDA50 is #C225AF. Grayscale: #9B9B9B. Windows color (decimal): -12723632 or 5298749. OLE color: 5298749.
HSL color Cylindrical-coordinate representation of color #3DDA50: hue angle of 127.26º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDA50 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 218 | 80 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.15 |
| HSL | 127.26º | 0.68% | 0.55% | - |
| HSV(B) | 127.26º | 0.72% | 0.85% | - |
| XYZ | 28.44 | 51.71 | 16.07 | - |
| YUV | 155.33 | 85.49 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 218 | 80 | 0.72 | 0 | 0.63 | 0.15 | 127.26 | 0.68 | 0.55 |
| Hex | 3D | DA | 50 | 48 | 0 | 3F | F | 7F | 44 | 37 |
| Octal | 75 | 332 | 120 | 110 | 0 | 77 | 17 | 177 | 104 | 67 |
| Binary | 111101 | 11011010 | 1010000 | 1001000 | 0 | 111111 | 1111 | 1111111 | 1000100 | 110111 |
Color Harmonies of #3DDA50
Complementary color
Monochromatic Colors of #3DDA50
Black with #3DDA50
Text Example
Text Example
White with #3DDA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDA50; }
p { color: rgb(61,218,80); }
H1.HeaderClassName
{
color: #3DDA50;
}
.AnyTagClassName
{
color: #3DDA50;
}
</style>
background-color css
<style>
a { background-color: #3DDA50; }
a { background-color: rgb(61,218,80); }
div.DivClassName
{
background-color: #3DDA50;
}
.BgClassName
{
background-color: #3DDA50;
}
</style>
border-color css
<style>
span { border-color: #3DDA50; }
span { border-color: rgb(61,218,80); }
td.TdClassName
{
border-color: #3DDA50;
}
.TagClassName
{
border-color: #3DDA50;
}
</style>