Shades of Lime Green #3DDF49
Tints of Lime Green #3DDF49
RGB
CMYK
RGB Variations
Color information
#3DDF49 (or 0x3DDF49) is known color: Lime Green. HEX triplet: 3D, DF and 49. RGB value is (61,223,73). Sum of RGB (Red+Green+Blue) = 61+223+73=357 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.09% from 357); Green value is 223 (87.5% from 255 or 62.46% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDF49 is #C220B6. Grayscale: #9D9D9D. Windows color (decimal): -12722359 or 4841277. OLE color: 4841277.
HSL color Cylindrical-coordinate representation of color #3DDF49: hue angle of 124.44º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DDF49 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 73 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.13 |
| HSL | 124.44º | 0.72% | 0.56% | - |
| HSV(B) | 124.44º | 0.73% | 0.87% | - |
| XYZ | 29.51 | 54.25 | 15.22 | - |
| YUV | 157.46 | 80.33 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 73 | 0.73 | 0 | 0.67 | 0.13 | 124.44 | 0.72 | 0.56 |
| Hex | 3D | DF | 49 | 49 | 0 | 43 | D | 7C | 48 | 38 |
| Octal | 75 | 337 | 111 | 111 | 0 | 103 | 15 | 174 | 110 | 70 |
| Binary | 111101 | 11011111 | 1001001 | 1001001 | 0 | 1000011 | 1101 | 1111100 | 1001000 | 111000 |
Color Harmonies of #3DDF49
Complementary color
Monochromatic Colors of #3DDF49
Black with #3DDF49
Text Example
Text Example
White with #3DDF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDF49; }
p { color: rgb(61,223,73); }
H1.HeaderClassName
{
color: #3DDF49;
}
.AnyTagClassName
{
color: #3DDF49;
}
</style>
background-color css
<style>
a { background-color: #3DDF49; }
a { background-color: rgb(61,223,73); }
div.DivClassName
{
background-color: #3DDF49;
}
.BgClassName
{
background-color: #3DDF49;
}
</style>
border-color css
<style>
span { border-color: #3DDF49; }
span { border-color: rgb(61,223,73); }
td.TdClassName
{
border-color: #3DDF49;
}
.TagClassName
{
border-color: #3DDF49;
}
</style>