Shades of Lime Green #3DC54D
Tints of Lime Green #3DC54D
RGB
CMYK
RGB Variations
Color information
#3DC54D (or 0x3DC54D) is known color: Lime Green. HEX triplet: 3D, C5 and 4D. RGB value is (61,197,77). Sum of RGB (Red+Green+Blue) = 61+197+77=335 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.21% from 335); Green value is 197 (77.34% from 255 or 58.81% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 197 - color contains mainly: green. Hex color #3DC54D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC54D is #C23AB2. Grayscale: #8F8F8F. Windows color (decimal): -12729011 or 5096765. OLE color: 5096765.
HSL color Cylindrical-coordinate representation of color #3DC54D: hue angle of 127.06º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC54D is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 197 | 77 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.23 |
| HSL | 127.06º | 0.54% | 0.51% | - |
| HSV(B) | 127.06º | 0.69% | 0.77% | - |
| XYZ | 23.23 | 41.46 | 13.8 | - |
| YUV | 142.66 | 90.94 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 197 | 77 | 0.69 | 0 | 0.61 | 0.23 | 127.06 | 0.54 | 0.51 |
| Hex | 3D | C5 | 4D | 45 | 0 | 3D | 17 | 7F | 36 | 33 |
| Octal | 75 | 305 | 115 | 105 | 0 | 75 | 27 | 177 | 66 | 63 |
| Binary | 111101 | 11000101 | 1001101 | 1000101 | 0 | 111101 | 10111 | 1111111 | 110110 | 110011 |
Color Harmonies of #3DC54D
Complementary color
Monochromatic Colors of #3DC54D
Black with #3DC54D
Text Example
Text Example
White with #3DC54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC54D; }
p { color: rgb(61,197,77); }
H1.HeaderClassName
{
color: #3DC54D;
}
.AnyTagClassName
{
color: #3DC54D;
}
</style>
background-color css
<style>
a { background-color: #3DC54D; }
a { background-color: rgb(61,197,77); }
div.DivClassName
{
background-color: #3DC54D;
}
.BgClassName
{
background-color: #3DC54D;
}
</style>
border-color css
<style>
span { border-color: #3DC54D; }
span { border-color: rgb(61,197,77); }
td.TdClassName
{
border-color: #3DC54D;
}
.TagClassName
{
border-color: #3DC54D;
}
</style>