Shades of Lime Green #3DC042
Tints of Lime Green #3DC042
RGB
CMYK
RGB Variations
Color information
#3DC042 (or 0x3DC042) is known color: Lime Green. HEX triplet: 3D, C0 and 42. RGB value is (61,192,66). Sum of RGB (Red+Green+Blue) = 61+192+66=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC042 is #C23FBD. Grayscale: #8A8A8A. Windows color (decimal): -12730302 or 4374589. OLE color: 4374589.
HSL color Cylindrical-coordinate representation of color #3DC042: hue angle of 122.29º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DC042 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 192 | 66 | - |
| CMYK | 0.68 | 0 | 0.66 | 0.25 |
| HSL | 122.29º | 0.52% | 0.5% | - |
| HSV(B) | 122.29º | 0.68% | 0.75% | - |
| XYZ | 21.76 | 39.08 | 11.55 | - |
| YUV | 138.47 | 87.1 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 192 | 66 | 0.68 | 0 | 0.66 | 0.25 | 122.29 | 0.52 | 0.5 |
| Hex | 3D | C0 | 42 | 44 | 0 | 42 | 19 | 7A | 34 | 32 |
| Octal | 75 | 300 | 102 | 104 | 0 | 102 | 31 | 172 | 64 | 62 |
| Binary | 111101 | 11000000 | 1000010 | 1000100 | 0 | 1000010 | 11001 | 1111010 | 110100 | 110010 |
Color Harmonies of #3DC042
Complementary color
Monochromatic Colors of #3DC042
Black with #3DC042
Text Example
Text Example
White with #3DC042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC042; }
p { color: rgb(61,192,66); }
H1.HeaderClassName
{
color: #3DC042;
}
.AnyTagClassName
{
color: #3DC042;
}
</style>
background-color css
<style>
a { background-color: #3DC042; }
a { background-color: rgb(61,192,66); }
div.DivClassName
{
background-color: #3DC042;
}
.BgClassName
{
background-color: #3DC042;
}
</style>
border-color css
<style>
span { border-color: #3DC042; }
span { border-color: rgb(61,192,66); }
td.TdClassName
{
border-color: #3DC042;
}
.TagClassName
{
border-color: #3DC042;
}
</style>