Shades of Lime Green #3DDB4E
Tints of Lime Green #3DDB4E
RGB
CMYK
RGB Variations
Color information
#3DDB4E (or 0x3DDB4E) is known color: Lime Green. HEX triplet: 3D, DB and 4E. RGB value is (61,219,78). Sum of RGB (Red+Green+Blue) = 61+219+78=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 219 (85.94% from 255 or 61.17% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDB4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDB4E is #C224B1. Grayscale: #9C9C9C. Windows color (decimal): -12723378 or 5167933. OLE color: 5167933.
HSL color Cylindrical-coordinate representation of color #3DDB4E: hue angle of 126.46º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDB4E is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 219 | 78 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.14 |
| HSL | 126.46º | 0.69% | 0.55% | - |
| HSV(B) | 126.46º | 0.72% | 0.86% | - |
| XYZ | 28.63 | 52.21 | 15.78 | - |
| YUV | 155.68 | 84.15 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 219 | 78 | 0.72 | 0 | 0.64 | 0.14 | 126.46 | 0.69 | 0.55 |
| Hex | 3D | DB | 4E | 48 | 0 | 40 | E | 7E | 45 | 37 |
| Octal | 75 | 333 | 116 | 110 | 0 | 100 | 16 | 176 | 105 | 67 |
| Binary | 111101 | 11011011 | 1001110 | 1001000 | 0 | 1000000 | 1110 | 1111110 | 1000101 | 110111 |
Color Harmonies of #3DDB4E
Complementary color
Monochromatic Colors of #3DDB4E
Black with #3DDB4E
Text Example
Text Example
White with #3DDB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDB4E; }
p { color: rgb(61,219,78); }
H1.HeaderClassName
{
color: #3DDB4E;
}
.AnyTagClassName
{
color: #3DDB4E;
}
</style>
background-color css
<style>
a { background-color: #3DDB4E; }
a { background-color: rgb(61,219,78); }
div.DivClassName
{
background-color: #3DDB4E;
}
.BgClassName
{
background-color: #3DDB4E;
}
</style>
border-color css
<style>
span { border-color: #3DDB4E; }
span { border-color: rgb(61,219,78); }
td.TdClassName
{
border-color: #3DDB4E;
}
.TagClassName
{
border-color: #3DDB4E;
}
</style>