Shades of Lime Green #3DC94D
Tints of Lime Green #3DC94D
RGB
CMYK
RGB Variations
Color information
#3DC94D (or 0x3DC94D) is known color: Lime Green. HEX triplet: 3D, C9 and 4D. RGB value is (61,201,77). Sum of RGB (Red+Green+Blue) = 61+201+77=339 (44% of max value = 765). Red value is 61 (24.22% from 255 or 17.99% from 339); Green value is 201 (78.91% from 255 or 59.29% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC94D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC94D is #C236B2. Grayscale: #919191. Windows color (decimal): -12727987 or 5097789. OLE color: 5097789.
HSL color Cylindrical-coordinate representation of color #3DC94D: hue angle of 126.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DC94D is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 201 | 77 | - |
| CMYK | 0.70 | 0 | 0.62 | 0.21 |
| HSL | 126.86º | 0.56% | 0.51% | - |
| HSV(B) | 126.86º | 0.7% | 0.79% | - |
| XYZ | 24.15 | 43.3 | 14.11 | - |
| YUV | 145 | 89.62 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 201 | 77 | 0.70 | 0 | 0.62 | 0.21 | 126.86 | 0.56 | 0.51 |
| Hex | 3D | C9 | 4D | 46 | 0 | 3E | 15 | 7F | 38 | 33 |
| Octal | 75 | 311 | 115 | 106 | 0 | 76 | 25 | 177 | 70 | 63 |
| Binary | 111101 | 11001001 | 1001101 | 1000110 | 0 | 111110 | 10101 | 1111111 | 111000 | 110011 |
Color Harmonies of #3DC94D
Complementary color
Monochromatic Colors of #3DC94D
Black with #3DC94D
Text Example
Text Example
White with #3DC94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC94D; }
p { color: rgb(61,201,77); }
H1.HeaderClassName
{
color: #3DC94D;
}
.AnyTagClassName
{
color: #3DC94D;
}
</style>
background-color css
<style>
a { background-color: #3DC94D; }
a { background-color: rgb(61,201,77); }
div.DivClassName
{
background-color: #3DC94D;
}
.BgClassName
{
background-color: #3DC94D;
}
</style>
border-color css
<style>
span { border-color: #3DC94D; }
span { border-color: rgb(61,201,77); }
td.TdClassName
{
border-color: #3DC94D;
}
.TagClassName
{
border-color: #3DC94D;
}
</style>