Shades of Lime Green #3DCE46
Tints of Lime Green #3DCE46
RGB
CMYK
RGB Variations
Color information
#3DCE46 (or 0x3DCE46) is known color: Lime Green. HEX triplet: 3D, CE and 46. RGB value is (61,206,70). Sum of RGB (Red+Green+Blue) = 61+206+70=337 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.10% from 337); Green value is 206 (80.86% from 255 or 61.13% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 206 - color contains mainly: green. Hex color #3DCE46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCE46 is #C231B9. Grayscale: #939393. Windows color (decimal): -12726714 or 4640317. OLE color: 4640317.
HSL color Cylindrical-coordinate representation of color #3DCE46: hue angle of 123.72º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCE46 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 206 | 70 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.19 |
| HSL | 123.72º | 0.6% | 0.52% | - |
| HSV(B) | 123.72º | 0.7% | 0.81% | - |
| XYZ | 25.1 | 45.58 | 13.27 | - |
| YUV | 147.14 | 84.46 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 206 | 70 | 0.70 | 0 | 0.66 | 0.19 | 123.72 | 0.6 | 0.52 |
| Hex | 3D | CE | 46 | 46 | 0 | 42 | 13 | 7C | 3C | 34 |
| Octal | 75 | 316 | 106 | 106 | 0 | 102 | 23 | 174 | 74 | 64 |
| Binary | 111101 | 11001110 | 1000110 | 1000110 | 0 | 1000010 | 10011 | 1111100 | 111100 | 110100 |
Color Harmonies of #3DCE46
Complementary color
Monochromatic Colors of #3DCE46
Black with #3DCE46
Text Example
Text Example
White with #3DCE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCE46; }
p { color: rgb(61,206,70); }
H1.HeaderClassName
{
color: #3DCE46;
}
.AnyTagClassName
{
color: #3DCE46;
}
</style>
background-color css
<style>
a { background-color: #3DCE46; }
a { background-color: rgb(61,206,70); }
div.DivClassName
{
background-color: #3DCE46;
}
.BgClassName
{
background-color: #3DCE46;
}
</style>
border-color css
<style>
span { border-color: #3DCE46; }
span { border-color: rgb(61,206,70); }
td.TdClassName
{
border-color: #3DCE46;
}
.TagClassName
{
border-color: #3DCE46;
}
</style>