Shades of Lime Green #3DDD44
Tints of Lime Green #3DDD44
RGB
CMYK
RGB Variations
Color information
#3DDD44 (or 0x3DDD44) is known color: Lime Green. HEX triplet: 3D, DD and 44. RGB value is (61,221,68). Sum of RGB (Red+Green+Blue) = 61+221+68=350 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.43% from 350); Green value is 221 (86.72% from 255 or 63.14% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDD44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDD44 is #C222BB. Grayscale: #9C9C9C. Windows color (decimal): -12722876 or 4513085. OLE color: 4513085.
HSL color Cylindrical-coordinate representation of color #3DDD44: hue angle of 122.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDD44 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 221 | 68 | - |
| CMYK | 0.72 | 0 | 0.69 | 0.13 |
| HSL | 122.63º | 0.7% | 0.55% | - |
| HSV(B) | 122.63º | 0.72% | 0.87% | - |
| XYZ | 28.82 | 53.12 | 14.2 | - |
| YUV | 155.72 | 78.49 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 68 | 0.72 | 0 | 0.69 | 0.13 | 122.63 | 0.7 | 0.55 |
| Hex | 3D | DD | 44 | 48 | 0 | 45 | D | 7B | 46 | 37 |
| Octal | 75 | 335 | 104 | 110 | 0 | 105 | 15 | 173 | 106 | 67 |
| Binary | 111101 | 11011101 | 1000100 | 1001000 | 0 | 1000101 | 1101 | 1111011 | 1000110 | 110111 |
Color Harmonies of #3DDD44
Complementary color
Monochromatic Colors of #3DDD44
Black with #3DDD44
Text Example
Text Example
White with #3DDD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDD44; }
p { color: rgb(61,221,68); }
H1.HeaderClassName
{
color: #3DDD44;
}
.AnyTagClassName
{
color: #3DDD44;
}
</style>
background-color css
<style>
a { background-color: #3DDD44; }
a { background-color: rgb(61,221,68); }
div.DivClassName
{
background-color: #3DDD44;
}
.BgClassName
{
background-color: #3DDD44;
}
</style>
border-color css
<style>
span { border-color: #3DDD44; }
span { border-color: rgb(61,221,68); }
td.TdClassName
{
border-color: #3DDD44;
}
.TagClassName
{
border-color: #3DDD44;
}
</style>