Shades of Lime Green #3DC942
Tints of Lime Green #3DC942
RGB
CMYK
RGB Variations
Color information
#3DC942 (or 0x3DC942) is known color: Lime Green. HEX triplet: 3D, C9 and 42. RGB value is (61,201,66). Sum of RGB (Red+Green+Blue) = 61+201+66=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 201 (78.91% from 255 or 61.28% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC942 is #C236BD. Grayscale: #909090. Windows color (decimal): -12727998 or 4376893. OLE color: 4376893.
HSL color Cylindrical-coordinate representation of color #3DC942: hue angle of 122.14º 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 #3DC942 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 201 | 66 | - |
| CMYK | 0.70 | 0 | 0.67 | 0.21 |
| HSL | 122.14º | 0.56% | 0.51% | - |
| HSV(B) | 122.14º | 0.7% | 0.79% | - |
| XYZ | 23.79 | 43.16 | 12.23 | - |
| YUV | 143.75 | 84.12 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 201 | 66 | 0.70 | 0 | 0.67 | 0.21 | 122.14 | 0.56 | 0.51 |
| Hex | 3D | C9 | 42 | 46 | 0 | 43 | 15 | 7A | 38 | 33 |
| Octal | 75 | 311 | 102 | 106 | 0 | 103 | 25 | 172 | 70 | 63 |
| Binary | 111101 | 11001001 | 1000010 | 1000110 | 0 | 1000011 | 10101 | 1111010 | 111000 | 110011 |
Color Harmonies of #3DC942
Complementary color
Monochromatic Colors of #3DC942
Black with #3DC942
Text Example
Text Example
White with #3DC942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC942; }
p { color: rgb(61,201,66); }
H1.HeaderClassName
{
color: #3DC942;
}
.AnyTagClassName
{
color: #3DC942;
}
</style>
background-color css
<style>
a { background-color: #3DC942; }
a { background-color: rgb(61,201,66); }
div.DivClassName
{
background-color: #3DC942;
}
.BgClassName
{
background-color: #3DC942;
}
</style>
border-color css
<style>
span { border-color: #3DC942; }
span { border-color: rgb(61,201,66); }
td.TdClassName
{
border-color: #3DC942;
}
.TagClassName
{
border-color: #3DC942;
}
</style>