Shades of Lime Green #3DEC44
Tints of Lime Green #3DEC44
RGB
CMYK
RGB Variations
Color information
#3DEC44 (or 0x3DEC44) is known color: Lime Green. HEX triplet: 3D, EC and 44. RGB value is (61,236,68). Sum of RGB (Red+Green+Blue) = 61+236+68=365 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.71% from 365); Green value is 236 (92.58% from 255 or 64.66% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 236 - color contains mainly: green. Hex color #3DEC44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DEC44 is #C213BB. Grayscale: #A5A5A5. Windows color (decimal): -12719036 or 4516925. OLE color: 4516925.
HSL color Cylindrical-coordinate representation of color #3DEC44: hue angle of 122.4º 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 #3DEC44 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 68 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.07 |
| HSL | 122.4º | 0.82% | 0.58% | - |
| HSV(B) | 122.4º | 0.74% | 0.93% | - |
| XYZ | 32.96 | 61.4 | 15.58 | - |
| YUV | 164.52 | 73.52 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 68 | 0.74 | 0 | 0.71 | 0.07 | 122.4 | 0.82 | 0.58 |
| Hex | 3D | EC | 44 | 4A | 0 | 47 | 7 | 7A | 52 | 3A |
| Octal | 75 | 354 | 104 | 112 | 0 | 107 | 7 | 172 | 122 | 72 |
| Binary | 111101 | 11101100 | 1000100 | 1001010 | 0 | 1000111 | 111 | 1111010 | 1010010 | 111010 |
Color Harmonies of #3DEC44
Complementary color
Monochromatic Colors of #3DEC44
Black with #3DEC44
Text Example
Text Example
White with #3DEC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEC44; }
p { color: rgb(61,236,68); }
H1.HeaderClassName
{
color: #3DEC44;
}
.AnyTagClassName
{
color: #3DEC44;
}
</style>
background-color css
<style>
a { background-color: #3DEC44; }
a { background-color: rgb(61,236,68); }
div.DivClassName
{
background-color: #3DEC44;
}
.BgClassName
{
background-color: #3DEC44;
}
</style>
border-color css
<style>
span { border-color: #3DEC44; }
span { border-color: rgb(61,236,68); }
td.TdClassName
{
border-color: #3DEC44;
}
.TagClassName
{
border-color: #3DEC44;
}
</style>