Shades of Lime Green #3DDF56
Tints of Lime Green #3DDF56
RGB
CMYK
RGB Variations
Color information
#3DDF56 (or 0x3DDF56) is known color: Lime Green. HEX triplet: 3D, DF and 56. RGB value is (61,223,86). Sum of RGB (Red+Green+Blue) = 61+223+86=370 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.49% from 370); Green value is 223 (87.5% from 255 or 60.27% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDF56 is #C220A9. Grayscale: #9F9F9F. Windows color (decimal): -12722346 or 5693245. OLE color: 5693245.
HSL color Cylindrical-coordinate representation of color #3DDF56: hue angle of 129.26º 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 #3DDF56 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 86 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.13 |
| HSL | 129.26º | 0.72% | 0.56% | - |
| HSV(B) | 129.26º | 0.73% | 0.87% | - |
| XYZ | 29.99 | 54.44 | 17.73 | - |
| YUV | 158.94 | 86.83 | 58.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 86 | 0.73 | 0 | 0.61 | 0.13 | 129.26 | 0.72 | 0.56 |
| Hex | 3D | DF | 56 | 49 | 0 | 3D | D | 81 | 48 | 38 |
| Octal | 75 | 337 | 126 | 111 | 0 | 75 | 15 | 201 | 110 | 70 |
| Binary | 111101 | 11011111 | 1010110 | 1001001 | 0 | 111101 | 1101 | 10000001 | 1001000 | 111000 |
Color Harmonies of #3DDF56
Complementary color
Monochromatic Colors of #3DDF56
Black with #3DDF56
Text Example
Text Example
White with #3DDF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDF56; }
p { color: rgb(61,223,86); }
H1.HeaderClassName
{
color: #3DDF56;
}
.AnyTagClassName
{
color: #3DDF56;
}
</style>
background-color css
<style>
a { background-color: #3DDF56; }
a { background-color: rgb(61,223,86); }
div.DivClassName
{
background-color: #3DDF56;
}
.BgClassName
{
background-color: #3DDF56;
}
</style>
border-color css
<style>
span { border-color: #3DDF56; }
span { border-color: rgb(61,223,86); }
td.TdClassName
{
border-color: #3DDF56;
}
.TagClassName
{
border-color: #3DDF56;
}
</style>