Shades of Lime Green #3DC543
Tints of Lime Green #3DC543
RGB
CMYK
RGB Variations
Color information
#3DC543 (or 0x3DC543) is known color: Lime Green. HEX triplet: 3D, C5 and 43. RGB value is (61,197,67). Sum of RGB (Red+Green+Blue) = 61+197+67=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 197 (77.34% from 255 or 60.62% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 197 - color contains mainly: green. Hex color #3DC543 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC543 is #C23ABC. Grayscale: #8D8D8D. Windows color (decimal): -12729021 or 4441405. OLE color: 4441405.
HSL color Cylindrical-coordinate representation of color #3DC543: hue angle of 122.65º 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 #3DC543 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 197 | 67 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.23 |
| HSL | 122.65º | 0.54% | 0.51% | - |
| HSV(B) | 122.65º | 0.69% | 0.77% | - |
| XYZ | 22.9 | 41.33 | 12.08 | - |
| YUV | 141.52 | 85.94 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 197 | 67 | 0.69 | 0 | 0.66 | 0.23 | 122.65 | 0.54 | 0.51 |
| Hex | 3D | C5 | 43 | 45 | 0 | 42 | 17 | 7B | 36 | 33 |
| Octal | 75 | 305 | 103 | 105 | 0 | 102 | 27 | 173 | 66 | 63 |
| Binary | 111101 | 11000101 | 1000011 | 1000101 | 0 | 1000010 | 10111 | 1111011 | 110110 | 110011 |
Color Harmonies of #3DC543
Complementary color
Monochromatic Colors of #3DC543
Black with #3DC543
Text Example
Text Example
White with #3DC543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC543; }
p { color: rgb(61,197,67); }
H1.HeaderClassName
{
color: #3DC543;
}
.AnyTagClassName
{
color: #3DC543;
}
</style>
background-color css
<style>
a { background-color: #3DC543; }
a { background-color: rgb(61,197,67); }
div.DivClassName
{
background-color: #3DC543;
}
.BgClassName
{
background-color: #3DC543;
}
</style>
border-color css
<style>
span { border-color: #3DC543; }
span { border-color: rgb(61,197,67); }
td.TdClassName
{
border-color: #3DC543;
}
.TagClassName
{
border-color: #3DC543;
}
</style>