Shades of Lime Green #3DDB4F
Tints of Lime Green #3DDB4F
RGB
CMYK
RGB Variations
Color information
#3DDB4F (or 0x3DDB4F) is known color: Lime Green. HEX triplet: 3D, DB and 4F. RGB value is (61,219,79). Sum of RGB (Red+Green+Blue) = 61+219+79=359 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.99% from 359); Green value is 219 (85.94% from 255 or 61.00% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDB4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDB4F is #C224B0. Grayscale: #9C9C9C. Windows color (decimal): -12723377 or 5233469. OLE color: 5233469.
HSL color Cylindrical-coordinate representation of color #3DDB4F: hue angle of 126.84º 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 #3DDB4F is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 219 | 79 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.14 |
| HSL | 126.84º | 0.69% | 0.55% | - |
| HSV(B) | 126.84º | 0.72% | 0.86% | - |
| XYZ | 28.67 | 52.22 | 15.97 | - |
| YUV | 155.8 | 84.65 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 219 | 79 | 0.72 | 0 | 0.64 | 0.14 | 126.84 | 0.69 | 0.55 |
| Hex | 3D | DB | 4F | 48 | 0 | 40 | E | 7F | 45 | 37 |
| Octal | 75 | 333 | 117 | 110 | 0 | 100 | 16 | 177 | 105 | 67 |
| Binary | 111101 | 11011011 | 1001111 | 1001000 | 0 | 1000000 | 1110 | 1111111 | 1000101 | 110111 |
Color Harmonies of #3DDB4F
Complementary color
Monochromatic Colors of #3DDB4F
Black with #3DDB4F
Text Example
Text Example
White with #3DDB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDB4F; }
p { color: rgb(61,219,79); }
H1.HeaderClassName
{
color: #3DDB4F;
}
.AnyTagClassName
{
color: #3DDB4F;
}
</style>
background-color css
<style>
a { background-color: #3DDB4F; }
a { background-color: rgb(61,219,79); }
div.DivClassName
{
background-color: #3DDB4F;
}
.BgClassName
{
background-color: #3DDB4F;
}
</style>
border-color css
<style>
span { border-color: #3DDB4F; }
span { border-color: rgb(61,219,79); }
td.TdClassName
{
border-color: #3DDB4F;
}
.TagClassName
{
border-color: #3DDB4F;
}
</style>