Shades of Lime Green #3DEC4B
Tints of Lime Green #3DEC4B
RGB
CMYK
RGB Variations
Color information
#3DEC4B (or 0x3DEC4B) is known color: Lime Green. HEX triplet: 3D, EC and 4B. RGB value is (61,236,75). Sum of RGB (Red+Green+Blue) = 61+236+75=372 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.40% from 372); Green value is 236 (92.58% from 255 or 63.44% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 236 - color contains mainly: green. Hex color #3DEC4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DEC4B is #C213B4. Grayscale: #A5A5A5. Windows color (decimal): -12719029 or 4975677. OLE color: 4975677.
HSL color Cylindrical-coordinate representation of color #3DEC4B: hue angle of 124.8º 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 #3DEC4B is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 75 | - |
| CMYK | 0.74 | 0 | 0.68 | 0.07 |
| HSL | 124.8º | 0.82% | 0.58% | - |
| HSV(B) | 124.8º | 0.74% | 0.93% | - |
| XYZ | 33.19 | 61.49 | 16.78 | - |
| YUV | 165.32 | 77.02 | 53.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 75 | 0.74 | 0 | 0.68 | 0.07 | 124.8 | 0.82 | 0.58 |
| Hex | 3D | EC | 4B | 4A | 0 | 44 | 7 | 7D | 52 | 3A |
| Octal | 75 | 354 | 113 | 112 | 0 | 104 | 7 | 175 | 122 | 72 |
| Binary | 111101 | 11101100 | 1001011 | 1001010 | 0 | 1000100 | 111 | 1111101 | 1010010 | 111010 |
Color Harmonies of #3DEC4B
Complementary color
Monochromatic Colors of #3DEC4B
Black with #3DEC4B
Text Example
Text Example
White with #3DEC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEC4B; }
p { color: rgb(61,236,75); }
H1.HeaderClassName
{
color: #3DEC4B;
}
.AnyTagClassName
{
color: #3DEC4B;
}
</style>
background-color css
<style>
a { background-color: #3DEC4B; }
a { background-color: rgb(61,236,75); }
div.DivClassName
{
background-color: #3DEC4B;
}
.BgClassName
{
background-color: #3DEC4B;
}
</style>
border-color css
<style>
span { border-color: #3DEC4B; }
span { border-color: rgb(61,236,75); }
td.TdClassName
{
border-color: #3DEC4B;
}
.TagClassName
{
border-color: #3DEC4B;
}
</style>