Shades of Lime Green #3DEC41
Tints of Lime Green #3DEC41
RGB
CMYK
RGB Variations
Color information
#3DEC41 (or 0x3DEC41) is known color: Lime Green. HEX triplet: 3D, EC and 41. RGB value is (61,236,65). Sum of RGB (Red+Green+Blue) = 61+236+65=362 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.85% from 362); Green value is 236 (92.58% from 255 or 65.19% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 236 - color contains mainly: green. Hex color #3DEC41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DEC41 is #C213BE. Grayscale: #A4A4A4. Windows color (decimal): -12719039 or 4320317. OLE color: 4320317.
HSL color Cylindrical-coordinate representation of color #3DEC41: hue angle of 121.37º 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 #3DEC41 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 65 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.07 |
| HSL | 121.37º | 0.82% | 0.58% | - |
| HSV(B) | 121.37º | 0.74% | 0.93% | - |
| XYZ | 32.87 | 61.36 | 15.11 | - |
| YUV | 164.18 | 72.02 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 65 | 0.74 | 0 | 0.72 | 0.07 | 121.37 | 0.82 | 0.58 |
| Hex | 3D | EC | 41 | 4A | 0 | 48 | 7 | 79 | 52 | 3A |
| Octal | 75 | 354 | 101 | 112 | 0 | 110 | 7 | 171 | 122 | 72 |
| Binary | 111101 | 11101100 | 1000001 | 1001010 | 0 | 1001000 | 111 | 1111001 | 1010010 | 111010 |
Color Harmonies of #3DEC41
Complementary color
Monochromatic Colors of #3DEC41
Black with #3DEC41
Text Example
Text Example
White with #3DEC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEC41; }
p { color: rgb(61,236,65); }
H1.HeaderClassName
{
color: #3DEC41;
}
.AnyTagClassName
{
color: #3DEC41;
}
</style>
background-color css
<style>
a { background-color: #3DEC41; }
a { background-color: rgb(61,236,65); }
div.DivClassName
{
background-color: #3DEC41;
}
.BgClassName
{
background-color: #3DEC41;
}
</style>
border-color css
<style>
span { border-color: #3DEC41; }
span { border-color: rgb(61,236,65); }
td.TdClassName
{
border-color: #3DEC41;
}
.TagClassName
{
border-color: #3DEC41;
}
</style>