Shades of Lime Green #3DEC4A
Tints of Lime Green #3DEC4A
RGB
CMYK
RGB Variations
Color information
#3DEC4A (or 0x3DEC4A) is known color: Lime Green. HEX triplet: 3D, EC and 4A. RGB value is (61,236,74). Sum of RGB (Red+Green+Blue) = 61+236+74=371 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.44% from 371); Green value is 236 (92.58% from 255 or 63.61% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 236 - color contains mainly: green. Hex color #3DEC4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DEC4A is #C213B5. Grayscale: #A5A5A5. Windows color (decimal): -12719030 or 4910141. OLE color: 4910141.
HSL color Cylindrical-coordinate representation of color #3DEC4A: hue angle of 124.46º 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 #3DEC4A is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 74 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.07 |
| HSL | 124.46º | 0.82% | 0.58% | - |
| HSV(B) | 124.46º | 0.74% | 0.93% | - |
| XYZ | 33.16 | 61.48 | 16.6 | - |
| YUV | 165.21 | 76.52 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 74 | 0.74 | 0 | 0.69 | 0.07 | 124.46 | 0.82 | 0.58 |
| Hex | 3D | EC | 4A | 4A | 0 | 45 | 7 | 7C | 52 | 3A |
| Octal | 75 | 354 | 112 | 112 | 0 | 105 | 7 | 174 | 122 | 72 |
| Binary | 111101 | 11101100 | 1001010 | 1001010 | 0 | 1000101 | 111 | 1111100 | 1010010 | 111010 |
Color Harmonies of #3DEC4A
Complementary color
Monochromatic Colors of #3DEC4A
Black with #3DEC4A
Text Example
Text Example
White with #3DEC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEC4A; }
p { color: rgb(61,236,74); }
H1.HeaderClassName
{
color: #3DEC4A;
}
.AnyTagClassName
{
color: #3DEC4A;
}
</style>
background-color css
<style>
a { background-color: #3DEC4A; }
a { background-color: rgb(61,236,74); }
div.DivClassName
{
background-color: #3DEC4A;
}
.BgClassName
{
background-color: #3DEC4A;
}
</style>
border-color css
<style>
span { border-color: #3DEC4A; }
span { border-color: rgb(61,236,74); }
td.TdClassName
{
border-color: #3DEC4A;
}
.TagClassName
{
border-color: #3DEC4A;
}
</style>