Shades of Lime Green #3DDC54
Tints of Lime Green #3DDC54
RGB
CMYK
RGB Variations
Color information
#3DDC54 (or 0x3DDC54) is known color: Lime Green. HEX triplet: 3D, DC and 54. RGB value is (61,220,84). Sum of RGB (Red+Green+Blue) = 61+220+84=365 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.71% from 365); Green value is 220 (86.33% from 255 or 60.27% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDC54 is #C223AB. Grayscale: #9D9D9D. Windows color (decimal): -12723116 or 5561405. OLE color: 5561405.
HSL color Cylindrical-coordinate representation of color #3DDC54: hue angle of 128.68º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDC54 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 220 | 84 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.14 |
| HSL | 128.68º | 0.69% | 0.55% | - |
| HSV(B) | 128.68º | 0.72% | 0.86% | - |
| XYZ | 29.12 | 52.82 | 17.05 | - |
| YUV | 156.96 | 86.82 | 59.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 220 | 84 | 0.72 | 0 | 0.62 | 0.14 | 128.68 | 0.69 | 0.55 |
| Hex | 3D | DC | 54 | 48 | 0 | 3E | E | 81 | 45 | 37 |
| Octal | 75 | 334 | 124 | 110 | 0 | 76 | 16 | 201 | 105 | 67 |
| Binary | 111101 | 11011100 | 1010100 | 1001000 | 0 | 111110 | 1110 | 10000001 | 1000101 | 110111 |
Color Harmonies of #3DDC54
Complementary color
Monochromatic Colors of #3DDC54
Black with #3DDC54
Text Example
Text Example
White with #3DDC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDC54; }
p { color: rgb(61,220,84); }
H1.HeaderClassName
{
color: #3DDC54;
}
.AnyTagClassName
{
color: #3DDC54;
}
</style>
background-color css
<style>
a { background-color: #3DDC54; }
a { background-color: rgb(61,220,84); }
div.DivClassName
{
background-color: #3DDC54;
}
.BgClassName
{
background-color: #3DDC54;
}
</style>
border-color css
<style>
span { border-color: #3DDC54; }
span { border-color: rgb(61,220,84); }
td.TdClassName
{
border-color: #3DDC54;
}
.TagClassName
{
border-color: #3DDC54;
}
</style>