Shades of Lime Green #3DC539
Tints of Lime Green #3DC539
RGB
CMYK
RGB Variations
Color information
#3DC539 (or 0x3DC539) is known color: Lime Green. HEX triplet: 3D, C5 and 39. RGB value is (61,197,57). Sum of RGB (Red+Green+Blue) = 61+197+57=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 197 (77.34% from 255 or 62.54% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 197 - color contains mainly: green. Hex color #3DC539 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC539 is #C23AC6. Grayscale: #8C8C8C. Windows color (decimal): -12729031 or 3786045. OLE color: 3786045.
HSL color Cylindrical-coordinate representation of color #3DC539: hue angle of 118.29º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DC539 is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 197 | 57 | - |
| CMYK | 0.69 | 0 | 0.71 | 0.23 |
| HSL | 118.29º | 0.55% | 0.5% | - |
| HSV(B) | 118.29º | 0.71% | 0.77% | - |
| XYZ | 22.63 | 41.22 | 10.63 | - |
| YUV | 140.38 | 80.94 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 197 | 57 | 0.69 | 0 | 0.71 | 0.23 | 118.29 | 0.55 | 0.5 |
| Hex | 3D | C5 | 39 | 45 | 0 | 47 | 17 | 76 | 37 | 32 |
| Octal | 75 | 305 | 71 | 105 | 0 | 107 | 27 | 166 | 67 | 62 |
| Binary | 111101 | 11000101 | 111001 | 1000101 | 0 | 1000111 | 10111 | 1110110 | 110111 | 110010 |
Color Harmonies of #3DC539
Complementary color
Monochromatic Colors of #3DC539
Black with #3DC539
Text Example
Text Example
White with #3DC539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC539; }
p { color: rgb(61,197,57); }
H1.HeaderClassName
{
color: #3DC539;
}
.AnyTagClassName
{
color: #3DC539;
}
</style>
background-color css
<style>
a { background-color: #3DC539; }
a { background-color: rgb(61,197,57); }
div.DivClassName
{
background-color: #3DC539;
}
.BgClassName
{
background-color: #3DC539;
}
</style>
border-color css
<style>
span { border-color: #3DC539; }
span { border-color: rgb(61,197,57); }
td.TdClassName
{
border-color: #3DC539;
}
.TagClassName
{
border-color: #3DC539;
}
</style>