Shades of Lime Green #3DC041
Tints of Lime Green #3DC041
RGB
CMYK
RGB Variations
Color information
#3DC041 (or 0x3DC041) is known color: Lime Green. HEX triplet: 3D, C0 and 41. RGB value is (61,192,65). Sum of RGB (Red+Green+Blue) = 61+192+65=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 192 (75.39% from 255 or 60.38% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC041 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC041 is #C23FBE. Grayscale: #8A8A8A. Windows color (decimal): -12730303 or 4309053. OLE color: 4309053.
HSL color Cylindrical-coordinate representation of color #3DC041: hue angle of 121.83º 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 #3DC041 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 192 | 65 | - |
| CMYK | 0.68 | 0 | 0.66 | 0.25 |
| HSL | 121.83º | 0.52% | 0.5% | - |
| HSV(B) | 121.83º | 0.68% | 0.75% | - |
| XYZ | 21.73 | 39.07 | 11.4 | - |
| YUV | 138.35 | 86.6 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 192 | 65 | 0.68 | 0 | 0.66 | 0.25 | 121.83 | 0.52 | 0.5 |
| Hex | 3D | C0 | 41 | 44 | 0 | 42 | 19 | 7A | 34 | 32 |
| Octal | 75 | 300 | 101 | 104 | 0 | 102 | 31 | 172 | 64 | 62 |
| Binary | 111101 | 11000000 | 1000001 | 1000100 | 0 | 1000010 | 11001 | 1111010 | 110100 | 110010 |
Color Harmonies of #3DC041
Complementary color
Monochromatic Colors of #3DC041
Black with #3DC041
Text Example
Text Example
White with #3DC041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC041; }
p { color: rgb(61,192,65); }
H1.HeaderClassName
{
color: #3DC041;
}
.AnyTagClassName
{
color: #3DC041;
}
</style>
background-color css
<style>
a { background-color: #3DC041; }
a { background-color: rgb(61,192,65); }
div.DivClassName
{
background-color: #3DC041;
}
.BgClassName
{
background-color: #3DC041;
}
</style>
border-color css
<style>
span { border-color: #3DC041; }
span { border-color: rgb(61,192,65); }
td.TdClassName
{
border-color: #3DC041;
}
.TagClassName
{
border-color: #3DC041;
}
</style>