Shades of Lime Green #3DDD38
Tints of Lime Green #3DDD38
RGB
CMYK
RGB Variations
Color information
#3DDD38 (or 0x3DDD38) is known color: Lime Green. HEX triplet: 3D, DD and 38. RGB value is (61,221,56). Sum of RGB (Red+Green+Blue) = 61+221+56=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 221 (86.72% from 255 or 65.38% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDD38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDD38 is #C222C7. Grayscale: #9A9A9A. Windows color (decimal): -12722888 or 3726653. OLE color: 3726653.
HSL color Cylindrical-coordinate representation of color #3DDD38: hue angle of 118.18º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DDD38 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 221 | 56 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.13 |
| HSL | 118.18º | 0.71% | 0.54% | - |
| HSV(B) | 118.18º | 0.75% | 0.87% | - |
| XYZ | 28.49 | 52.99 | 12.47 | - |
| YUV | 154.35 | 72.49 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 56 | 0.72 | 0 | 0.75 | 0.13 | 118.18 | 0.71 | 0.54 |
| Hex | 3D | DD | 38 | 48 | 0 | 4B | D | 76 | 47 | 36 |
| Octal | 75 | 335 | 70 | 110 | 0 | 113 | 15 | 166 | 107 | 66 |
| Binary | 111101 | 11011101 | 111000 | 1001000 | 0 | 1001011 | 1101 | 1110110 | 1000111 | 110110 |
Color Harmonies of #3DDD38
Complementary color
Monochromatic Colors of #3DDD38
Black with #3DDD38
Text Example
Text Example
White with #3DDD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDD38; }
p { color: rgb(61,221,56); }
H1.HeaderClassName
{
color: #3DDD38;
}
.AnyTagClassName
{
color: #3DDD38;
}
</style>
background-color css
<style>
a { background-color: #3DDD38; }
a { background-color: rgb(61,221,56); }
div.DivClassName
{
background-color: #3DDD38;
}
.BgClassName
{
background-color: #3DDD38;
}
</style>
border-color css
<style>
span { border-color: #3DDD38; }
span { border-color: rgb(61,221,56); }
td.TdClassName
{
border-color: #3DDD38;
}
.TagClassName
{
border-color: #3DDD38;
}
</style>