Shades of Lime Green #3DC142
Tints of Lime Green #3DC142
RGB
CMYK
RGB Variations
Color information
#3DC142 (or 0x3DC142) is known color: Lime Green. HEX triplet: 3D, C1 and 42. RGB value is (61,193,66). Sum of RGB (Red+Green+Blue) = 61+193+66=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 193 (75.78% from 255 or 60.31% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 193 - color contains mainly: green. Hex color #3DC142 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC142 is #C23EBD. Grayscale: #8B8B8B. Windows color (decimal): -12730046 or 4374845. OLE color: 4374845.
HSL color Cylindrical-coordinate representation of color #3DC142: hue angle of 122.27º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DC142 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 193 | 66 | - |
| CMYK | 0.68 | 0 | 0.66 | 0.24 |
| HSL | 122.27º | 0.52% | 0.5% | - |
| HSV(B) | 122.27º | 0.68% | 0.76% | - |
| XYZ | 21.98 | 39.53 | 11.63 | - |
| YUV | 139.05 | 86.77 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 193 | 66 | 0.68 | 0 | 0.66 | 0.24 | 122.27 | 0.52 | 0.5 |
| Hex | 3D | C1 | 42 | 44 | 0 | 42 | 18 | 7A | 34 | 32 |
| Octal | 75 | 301 | 102 | 104 | 0 | 102 | 30 | 172 | 64 | 62 |
| Binary | 111101 | 11000001 | 1000010 | 1000100 | 0 | 1000010 | 11000 | 1111010 | 110100 | 110010 |
Color Harmonies of #3DC142
Complementary color
Monochromatic Colors of #3DC142
Black with #3DC142
Text Example
Text Example
White with #3DC142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC142; }
p { color: rgb(61,193,66); }
H1.HeaderClassName
{
color: #3DC142;
}
.AnyTagClassName
{
color: #3DC142;
}
</style>
background-color css
<style>
a { background-color: #3DC142; }
a { background-color: rgb(61,193,66); }
div.DivClassName
{
background-color: #3DC142;
}
.BgClassName
{
background-color: #3DC142;
}
</style>
border-color css
<style>
span { border-color: #3DC142; }
span { border-color: rgb(61,193,66); }
td.TdClassName
{
border-color: #3DC142;
}
.TagClassName
{
border-color: #3DC142;
}
</style>