Shades of Lime Green #3DC447
Tints of Lime Green #3DC447
RGB
CMYK
RGB Variations
Color information
#3DC447 (or 0x3DC447) is known color: Lime Green. HEX triplet: 3D, C4 and 47. RGB value is (61,196,71). Sum of RGB (Red+Green+Blue) = 61+196+71=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 196 (76.95% from 255 or 59.76% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 196 - color contains mainly: green. Hex color #3DC447 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC447 is #C23BB8. Grayscale: #8D8D8D. Windows color (decimal): -12729273 or 4703293. OLE color: 4703293.
HSL color Cylindrical-coordinate representation of color #3DC447: hue angle of 124.44º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC447 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 196 | 71 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.23 |
| HSL | 124.44º | 0.53% | 0.5% | - |
| HSV(B) | 124.44º | 0.69% | 0.77% | - |
| XYZ | 22.8 | 40.93 | 12.66 | - |
| YUV | 141.39 | 88.27 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 196 | 71 | 0.69 | 0 | 0.64 | 0.23 | 124.44 | 0.53 | 0.5 |
| Hex | 3D | C4 | 47 | 45 | 0 | 40 | 17 | 7C | 35 | 32 |
| Octal | 75 | 304 | 107 | 105 | 0 | 100 | 27 | 174 | 65 | 62 |
| Binary | 111101 | 11000100 | 1000111 | 1000101 | 0 | 1000000 | 10111 | 1111100 | 110101 | 110010 |
Color Harmonies of #3DC447
Complementary color
Monochromatic Colors of #3DC447
Black with #3DC447
Text Example
Text Example
White with #3DC447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC447; }
p { color: rgb(61,196,71); }
H1.HeaderClassName
{
color: #3DC447;
}
.AnyTagClassName
{
color: #3DC447;
}
</style>
background-color css
<style>
a { background-color: #3DC447; }
a { background-color: rgb(61,196,71); }
div.DivClassName
{
background-color: #3DC447;
}
.BgClassName
{
background-color: #3DC447;
}
</style>
border-color css
<style>
span { border-color: #3DC447; }
span { border-color: rgb(61,196,71); }
td.TdClassName
{
border-color: #3DC447;
}
.TagClassName
{
border-color: #3DC447;
}
</style>