Shades of Lime Green #3DC442
Tints of Lime Green #3DC442
RGB
CMYK
RGB Variations
Color information
#3DC442 (or 0x3DC442) is known color: Lime Green. HEX triplet: 3D, C4 and 42. RGB value is (61,196,66). Sum of RGB (Red+Green+Blue) = 61+196+66=323 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.89% from 323); Green value is 196 (76.95% from 255 or 60.68% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 196 - color contains mainly: green. Hex color #3DC442 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC442 is #C23BBD. Grayscale: #8D8D8D. Windows color (decimal): -12729278 or 4375613. OLE color: 4375613.
HSL color Cylindrical-coordinate representation of color #3DC442: hue angle of 122.22º 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 #3DC442 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 196 | 66 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.23 |
| HSL | 122.22º | 0.53% | 0.5% | - |
| HSV(B) | 122.22º | 0.69% | 0.77% | - |
| XYZ | 22.65 | 40.87 | 11.85 | - |
| YUV | 140.82 | 85.77 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 196 | 66 | 0.69 | 0 | 0.66 | 0.23 | 122.22 | 0.53 | 0.5 |
| Hex | 3D | C4 | 42 | 45 | 0 | 42 | 17 | 7A | 35 | 32 |
| Octal | 75 | 304 | 102 | 105 | 0 | 102 | 27 | 172 | 65 | 62 |
| Binary | 111101 | 11000100 | 1000010 | 1000101 | 0 | 1000010 | 10111 | 1111010 | 110101 | 110010 |
Color Harmonies of #3DC442
Complementary color
Monochromatic Colors of #3DC442
Black with #3DC442
Text Example
Text Example
White with #3DC442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC442; }
p { color: rgb(61,196,66); }
H1.HeaderClassName
{
color: #3DC442;
}
.AnyTagClassName
{
color: #3DC442;
}
</style>
background-color css
<style>
a { background-color: #3DC442; }
a { background-color: rgb(61,196,66); }
div.DivClassName
{
background-color: #3DC442;
}
.BgClassName
{
background-color: #3DC442;
}
</style>
border-color css
<style>
span { border-color: #3DC442; }
span { border-color: rgb(61,196,66); }
td.TdClassName
{
border-color: #3DC442;
}
.TagClassName
{
border-color: #3DC442;
}
</style>