Shades of Lime Green #3DDA4D
Tints of Lime Green #3DDA4D
RGB
CMYK
RGB Variations
Color information
#3DDA4D (or 0x3DDA4D) is known color: Lime Green. HEX triplet: 3D, DA and 4D. RGB value is (61,218,77). Sum of RGB (Red+Green+Blue) = 61+218+77=356 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.13% from 356); Green value is 218 (85.55% from 255 or 61.24% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDA4D is #C225B2. Grayscale: #9B9B9B. Windows color (decimal): -12723635 or 5102141. OLE color: 5102141.
HSL color Cylindrical-coordinate representation of color #3DDA4D: hue angle of 126.11º 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 #3DDA4D is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 218 | 77 | - |
| CMYK | 0.72 | 0 | 0.65 | 0.15 |
| HSL | 126.11º | 0.68% | 0.55% | - |
| HSV(B) | 126.11º | 0.72% | 0.85% | - |
| XYZ | 28.34 | 51.67 | 15.5 | - |
| YUV | 154.98 | 83.99 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 218 | 77 | 0.72 | 0 | 0.65 | 0.15 | 126.11 | 0.68 | 0.55 |
| Hex | 3D | DA | 4D | 48 | 0 | 41 | F | 7E | 44 | 37 |
| Octal | 75 | 332 | 115 | 110 | 0 | 101 | 17 | 176 | 104 | 67 |
| Binary | 111101 | 11011010 | 1001101 | 1001000 | 0 | 1000001 | 1111 | 1111110 | 1000100 | 110111 |
Color Harmonies of #3DDA4D
Complementary color
Monochromatic Colors of #3DDA4D
Black with #3DDA4D
Text Example
Text Example
White with #3DDA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDA4D; }
p { color: rgb(61,218,77); }
H1.HeaderClassName
{
color: #3DDA4D;
}
.AnyTagClassName
{
color: #3DDA4D;
}
</style>
background-color css
<style>
a { background-color: #3DDA4D; }
a { background-color: rgb(61,218,77); }
div.DivClassName
{
background-color: #3DDA4D;
}
.BgClassName
{
background-color: #3DDA4D;
}
</style>
border-color css
<style>
span { border-color: #3DDA4D; }
span { border-color: rgb(61,218,77); }
td.TdClassName
{
border-color: #3DDA4D;
}
.TagClassName
{
border-color: #3DDA4D;
}
</style>