Shades of Lime Green #3DDA4C
Tints of Lime Green #3DDA4C
RGB
CMYK
RGB Variations
Color information
#3DDA4C (or 0x3DDA4C) is known color: Lime Green. HEX triplet: 3D, DA and 4C. RGB value is (61,218,76). Sum of RGB (Red+Green+Blue) = 61+218+76=355 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.18% from 355); Green value is 218 (85.55% from 255 or 61.41% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDA4C is #C225B3. Grayscale: #9B9B9B. Windows color (decimal): -12723636 or 5036605. OLE color: 5036605.
HSL color Cylindrical-coordinate representation of color #3DDA4C: hue angle of 125.73º 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 #3DDA4C is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 218 | 76 | - |
| CMYK | 0.72 | 0 | 0.65 | 0.15 |
| HSL | 125.73º | 0.68% | 0.55% | - |
| HSV(B) | 125.73º | 0.72% | 0.85% | - |
| XYZ | 28.3 | 51.66 | 15.32 | - |
| YUV | 154.87 | 83.49 | 61.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 218 | 76 | 0.72 | 0 | 0.65 | 0.15 | 125.73 | 0.68 | 0.55 |
| Hex | 3D | DA | 4C | 48 | 0 | 41 | F | 7E | 44 | 37 |
| Octal | 75 | 332 | 114 | 110 | 0 | 101 | 17 | 176 | 104 | 67 |
| Binary | 111101 | 11011010 | 1001100 | 1001000 | 0 | 1000001 | 1111 | 1111110 | 1000100 | 110111 |
Color Harmonies of #3DDA4C
Complementary color
Monochromatic Colors of #3DDA4C
Black with #3DDA4C
Text Example
Text Example
White with #3DDA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDA4C; }
p { color: rgb(61,218,76); }
H1.HeaderClassName
{
color: #3DDA4C;
}
.AnyTagClassName
{
color: #3DDA4C;
}
</style>
background-color css
<style>
a { background-color: #3DDA4C; }
a { background-color: rgb(61,218,76); }
div.DivClassName
{
background-color: #3DDA4C;
}
.BgClassName
{
background-color: #3DDA4C;
}
</style>
border-color css
<style>
span { border-color: #3DDA4C; }
span { border-color: rgb(61,218,76); }
td.TdClassName
{
border-color: #3DDA4C;
}
.TagClassName
{
border-color: #3DDA4C;
}
</style>