Shades of Lime Green #3DDF55
Tints of Lime Green #3DDF55
RGB
CMYK
RGB Variations
Color information
#3DDF55 (or 0x3DDF55) is known color: Lime Green. HEX triplet: 3D, DF and 55. RGB value is (61,223,85). Sum of RGB (Red+Green+Blue) = 61+223+85=369 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.53% from 369); Green value is 223 (87.5% from 255 or 60.43% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDF55 is #C220AA. Grayscale: #9F9F9F. Windows color (decimal): -12722347 or 5627709. OLE color: 5627709.
HSL color Cylindrical-coordinate representation of color #3DDF55: hue angle of 128.89º 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 #3DDF55 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 85 | - |
| CMYK | 0.73 | 0 | 0.62 | 0.13 |
| HSL | 128.89º | 0.72% | 0.56% | - |
| HSV(B) | 128.89º | 0.73% | 0.87% | - |
| XYZ | 29.95 | 54.42 | 17.52 | - |
| YUV | 158.83 | 86.33 | 58.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 85 | 0.73 | 0 | 0.62 | 0.13 | 128.89 | 0.72 | 0.56 |
| Hex | 3D | DF | 55 | 49 | 0 | 3E | D | 81 | 48 | 38 |
| Octal | 75 | 337 | 125 | 111 | 0 | 76 | 15 | 201 | 110 | 70 |
| Binary | 111101 | 11011111 | 1010101 | 1001001 | 0 | 111110 | 1101 | 10000001 | 1001000 | 111000 |
Color Harmonies of #3DDF55
Complementary color
Monochromatic Colors of #3DDF55
Black with #3DDF55
Text Example
Text Example
White with #3DDF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDF55; }
p { color: rgb(61,223,85); }
H1.HeaderClassName
{
color: #3DDF55;
}
.AnyTagClassName
{
color: #3DDF55;
}
</style>
background-color css
<style>
a { background-color: #3DDF55; }
a { background-color: rgb(61,223,85); }
div.DivClassName
{
background-color: #3DDF55;
}
.BgClassName
{
background-color: #3DDF55;
}
</style>
border-color css
<style>
span { border-color: #3DDF55; }
span { border-color: rgb(61,223,85); }
td.TdClassName
{
border-color: #3DDF55;
}
.TagClassName
{
border-color: #3DDF55;
}
</style>