Shades of Lime Green #3DC246
Tints of Lime Green #3DC246
RGB
CMYK
RGB Variations
Color information
#3DC246 (or 0x3DC246) is known color: Lime Green. HEX triplet: 3D, C2 and 46. RGB value is (61,194,70). Sum of RGB (Red+Green+Blue) = 61+194+70=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 194 (76.17% from 255 or 59.69% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 194 - color contains mainly: green. Hex color #3DC246 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC246 is #C23DB9. Grayscale: #8C8C8C. Windows color (decimal): -12729786 or 4637245. OLE color: 4637245.
HSL color Cylindrical-coordinate representation of color #3DC246: hue angle of 124.06º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC246 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 194 | 70 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.24 |
| HSL | 124.06º | 0.52% | 0.5% | - |
| HSV(B) | 124.06º | 0.69% | 0.76% | - |
| XYZ | 22.32 | 40.02 | 12.34 | - |
| YUV | 140.1 | 88.44 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 194 | 70 | 0.69 | 0 | 0.64 | 0.24 | 124.06 | 0.52 | 0.5 |
| Hex | 3D | C2 | 46 | 45 | 0 | 40 | 18 | 7C | 34 | 32 |
| Octal | 75 | 302 | 106 | 105 | 0 | 100 | 30 | 174 | 64 | 62 |
| Binary | 111101 | 11000010 | 1000110 | 1000101 | 0 | 1000000 | 11000 | 1111100 | 110100 | 110010 |
Color Harmonies of #3DC246
Complementary color
Monochromatic Colors of #3DC246
Black with #3DC246
Text Example
Text Example
White with #3DC246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC246; }
p { color: rgb(61,194,70); }
H1.HeaderClassName
{
color: #3DC246;
}
.AnyTagClassName
{
color: #3DC246;
}
</style>
background-color css
<style>
a { background-color: #3DC246; }
a { background-color: rgb(61,194,70); }
div.DivClassName
{
background-color: #3DC246;
}
.BgClassName
{
background-color: #3DC246;
}
</style>
border-color css
<style>
span { border-color: #3DC246; }
span { border-color: rgb(61,194,70); }
td.TdClassName
{
border-color: #3DC246;
}
.TagClassName
{
border-color: #3DC246;
}
</style>