Shades of Lime Green #3DC545
Tints of Lime Green #3DC545
RGB
CMYK
RGB Variations
Color information
#3DC545 (or 0x3DC545) is known color: Lime Green. HEX triplet: 3D, C5 and 45. RGB value is (61,197,69). Sum of RGB (Red+Green+Blue) = 61+197+69=327 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.65% from 327); Green value is 197 (77.34% from 255 or 60.24% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 197 - color contains mainly: green. Hex color #3DC545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC545 is #C23ABA. Grayscale: #8E8E8E. Windows color (decimal): -12729019 or 4572477. OLE color: 4572477.
HSL color Cylindrical-coordinate representation of color #3DC545: hue angle of 123.53º 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 #3DC545 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 197 | 69 | - |
| CMYK | 0.69 | 0 | 0.65 | 0.23 |
| HSL | 123.53º | 0.54% | 0.51% | - |
| HSV(B) | 123.53º | 0.69% | 0.77% | - |
| XYZ | 22.96 | 41.35 | 12.4 | - |
| YUV | 141.74 | 86.94 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 197 | 69 | 0.69 | 0 | 0.65 | 0.23 | 123.53 | 0.54 | 0.51 |
| Hex | 3D | C5 | 45 | 45 | 0 | 41 | 17 | 7C | 36 | 33 |
| Octal | 75 | 305 | 105 | 105 | 0 | 101 | 27 | 174 | 66 | 63 |
| Binary | 111101 | 11000101 | 1000101 | 1000101 | 0 | 1000001 | 10111 | 1111100 | 110110 | 110011 |
Color Harmonies of #3DC545
Complementary color
Monochromatic Colors of #3DC545
Black with #3DC545
Text Example
Text Example
White with #3DC545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC545; }
p { color: rgb(61,197,69); }
H1.HeaderClassName
{
color: #3DC545;
}
.AnyTagClassName
{
color: #3DC545;
}
</style>
background-color css
<style>
a { background-color: #3DC545; }
a { background-color: rgb(61,197,69); }
div.DivClassName
{
background-color: #3DC545;
}
.BgClassName
{
background-color: #3DC545;
}
</style>
border-color css
<style>
span { border-color: #3DC545; }
span { border-color: rgb(61,197,69); }
td.TdClassName
{
border-color: #3DC545;
}
.TagClassName
{
border-color: #3DC545;
}
</style>