Shades of Lime Green #3DC540
Tints of Lime Green #3DC540
RGB
CMYK
RGB Variations
Color information
#3DC540 (or 0x3DC540) is known color: Lime Green. HEX triplet: 3D, C5 and 40. RGB value is (61,197,64). Sum of RGB (Red+Green+Blue) = 61+197+64=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 197 (77.34% from 255 or 61.18% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 197 - color contains mainly: green. Hex color #3DC540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC540 is #C23ABF. Grayscale: #8D8D8D. Windows color (decimal): -12729024 or 4244797. OLE color: 4244797.
HSL color Cylindrical-coordinate representation of color #3DC540: hue angle of 121.32º 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 #3DC540 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 197 | 64 | - |
| CMYK | 0.69 | 0 | 0.68 | 0.23 |
| HSL | 121.32º | 0.54% | 0.51% | - |
| HSV(B) | 121.32º | 0.69% | 0.77% | - |
| XYZ | 22.82 | 41.29 | 11.62 | - |
| YUV | 141.17 | 84.44 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 197 | 64 | 0.69 | 0 | 0.68 | 0.23 | 121.32 | 0.54 | 0.51 |
| Hex | 3D | C5 | 40 | 45 | 0 | 44 | 17 | 79 | 36 | 33 |
| Octal | 75 | 305 | 100 | 105 | 0 | 104 | 27 | 171 | 66 | 63 |
| Binary | 111101 | 11000101 | 1000000 | 1000101 | 0 | 1000100 | 10111 | 1111001 | 110110 | 110011 |
Color Harmonies of #3DC540
Complementary color
Monochromatic Colors of #3DC540
Black with #3DC540
Text Example
Text Example
White with #3DC540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC540; }
p { color: rgb(61,197,64); }
H1.HeaderClassName
{
color: #3DC540;
}
.AnyTagClassName
{
color: #3DC540;
}
</style>
background-color css
<style>
a { background-color: #3DC540; }
a { background-color: rgb(61,197,64); }
div.DivClassName
{
background-color: #3DC540;
}
.BgClassName
{
background-color: #3DC540;
}
</style>
border-color css
<style>
span { border-color: #3DC540; }
span { border-color: rgb(61,197,64); }
td.TdClassName
{
border-color: #3DC540;
}
.TagClassName
{
border-color: #3DC540;
}
</style>