Shades of Lime Green #3DC43A
Tints of Lime Green #3DC43A
RGB
CMYK
RGB Variations
Color information
#3DC43A (or 0x3DC43A) is known color: Lime Green. HEX triplet: 3D, C4 and 3A. RGB value is (61,196,58). Sum of RGB (Red+Green+Blue) = 61+196+58=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 196 (76.95% from 255 or 62.22% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 196 - color contains mainly: green. Hex color #3DC43A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC43A is #C23BC5. Grayscale: #8C8C8C. Windows color (decimal): -12729286 or 3851325. OLE color: 3851325.
HSL color Cylindrical-coordinate representation of color #3DC43A: hue angle of 118.7º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DC43A is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 196 | 58 | - |
| CMYK | 0.69 | 0 | 0.70 | 0.23 |
| HSL | 118.7º | 0.54% | 0.5% | - |
| HSV(B) | 118.7º | 0.7% | 0.77% | - |
| XYZ | 22.43 | 40.78 | 10.69 | - |
| YUV | 139.9 | 81.77 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 196 | 58 | 0.69 | 0 | 0.70 | 0.23 | 118.7 | 0.54 | 0.5 |
| Hex | 3D | C4 | 3A | 45 | 0 | 46 | 17 | 77 | 36 | 32 |
| Octal | 75 | 304 | 72 | 105 | 0 | 106 | 27 | 167 | 66 | 62 |
| Binary | 111101 | 11000100 | 111010 | 1000101 | 0 | 1000110 | 10111 | 1110111 | 110110 | 110010 |
Color Harmonies of #3DC43A
Complementary color
Monochromatic Colors of #3DC43A
Black with #3DC43A
Text Example
Text Example
White with #3DC43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC43A; }
p { color: rgb(61,196,58); }
H1.HeaderClassName
{
color: #3DC43A;
}
.AnyTagClassName
{
color: #3DC43A;
}
</style>
background-color css
<style>
a { background-color: #3DC43A; }
a { background-color: rgb(61,196,58); }
div.DivClassName
{
background-color: #3DC43A;
}
.BgClassName
{
background-color: #3DC43A;
}
</style>
border-color css
<style>
span { border-color: #3DC43A; }
span { border-color: rgb(61,196,58); }
td.TdClassName
{
border-color: #3DC43A;
}
.TagClassName
{
border-color: #3DC43A;
}
</style>