Shades of Lime Green #3DEC3D
Tints of Lime Green #3DEC3D
RGB
CMYK
RGB Variations
Color information
#3DEC3D (or 0x3DEC3D) is known color: Lime Green. HEX triplet: 3D, EC and 3D. RGB value is (61,236,61). Sum of RGB (Red+Green+Blue) = 61+236+61=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 236 (92.58% from 255 or 65.92% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 236 - color contains mainly: green. Hex color #3DEC3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DEC3D is #C213C2. Grayscale: #A4A4A4. Windows color (decimal): -12719043 or 4058173. OLE color: 4058173.
HSL color Cylindrical-coordinate representation of color #3DEC3D: hue angle of 120º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEC3D is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 61 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.07 |
| HSL | 120º | 0.82% | 0.58% | - |
| HSV(B) | 120º | 0.74% | 0.93% | - |
| XYZ | 32.76 | 61.32 | 14.52 | - |
| YUV | 163.73 | 70.02 | 54.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 61 | 0.74 | 0 | 0.74 | 0.07 | 120 | 0.82 | 0.58 |
| Hex | 3D | EC | 3D | 4A | 0 | 4A | 7 | 78 | 52 | 3A |
| Octal | 75 | 354 | 75 | 112 | 0 | 112 | 7 | 170 | 122 | 72 |
| Binary | 111101 | 11101100 | 111101 | 1001010 | 0 | 1001010 | 111 | 1111000 | 1010010 | 111010 |
Color Harmonies of #3DEC3D
Complementary color
Monochromatic Colors of #3DEC3D
Black with #3DEC3D
Text Example
Text Example
White with #3DEC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEC3D; }
p { color: rgb(61,236,61); }
H1.HeaderClassName
{
color: #3DEC3D;
}
.AnyTagClassName
{
color: #3DEC3D;
}
</style>
background-color css
<style>
a { background-color: #3DEC3D; }
a { background-color: rgb(61,236,61); }
div.DivClassName
{
background-color: #3DEC3D;
}
.BgClassName
{
background-color: #3DEC3D;
}
</style>
border-color css
<style>
span { border-color: #3DEC3D; }
span { border-color: rgb(61,236,61); }
td.TdClassName
{
border-color: #3DEC3D;
}
.TagClassName
{
border-color: #3DEC3D;
}
</style>