Shades of Lime Green #3DCE4E
Tints of Lime Green #3DCE4E
RGB
CMYK
RGB Variations
Color information
#3DCE4E (or 0x3DCE4E) is known color: Lime Green. HEX triplet: 3D, CE and 4E. RGB value is (61,206,78). Sum of RGB (Red+Green+Blue) = 61+206+78=345 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.68% from 345); Green value is 206 (80.86% from 255 or 59.71% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 206 - color contains mainly: green. Hex color #3DCE4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCE4E is #C231B1. Grayscale: #949494. Windows color (decimal): -12726706 or 5164605. OLE color: 5164605.
HSL color Cylindrical-coordinate representation of color #3DCE4E: hue angle of 127.03º 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 #3DCE4E is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 206 | 78 | - |
| CMYK | 0.70 | 0 | 0.62 | 0.19 |
| HSL | 127.03º | 0.6% | 0.52% | - |
| HSV(B) | 127.03º | 0.7% | 0.81% | - |
| XYZ | 25.37 | 45.68 | 14.69 | - |
| YUV | 148.05 | 88.46 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 206 | 78 | 0.70 | 0 | 0.62 | 0.19 | 127.03 | 0.6 | 0.52 |
| Hex | 3D | CE | 4E | 46 | 0 | 3E | 13 | 7F | 3C | 34 |
| Octal | 75 | 316 | 116 | 106 | 0 | 76 | 23 | 177 | 74 | 64 |
| Binary | 111101 | 11001110 | 1001110 | 1000110 | 0 | 111110 | 10011 | 1111111 | 111100 | 110100 |
Color Harmonies of #3DCE4E
Complementary color
Monochromatic Colors of #3DCE4E
Black with #3DCE4E
Text Example
Text Example
White with #3DCE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCE4E; }
p { color: rgb(61,206,78); }
H1.HeaderClassName
{
color: #3DCE4E;
}
.AnyTagClassName
{
color: #3DCE4E;
}
</style>
background-color css
<style>
a { background-color: #3DCE4E; }
a { background-color: rgb(61,206,78); }
div.DivClassName
{
background-color: #3DCE4E;
}
.BgClassName
{
background-color: #3DCE4E;
}
</style>
border-color css
<style>
span { border-color: #3DCE4E; }
span { border-color: rgb(61,206,78); }
td.TdClassName
{
border-color: #3DCE4E;
}
.TagClassName
{
border-color: #3DCE4E;
}
</style>