Shades of Lime Green #3DEC29
Tints of Lime Green #3DEC29
RGB
CMYK
RGB Variations
Color information
#3DEC29 (or 0x3DEC29) is known color: Lime Green. HEX triplet: 3D, EC and 29. RGB value is (61,236,41). Sum of RGB (Red+Green+Blue) = 61+236+41=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 236 (92.58% from 255 or 69.82% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 236 - color contains mainly: green. Hex color #3DEC29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DEC29 is #C213D6. Grayscale: #A2A2A2. Windows color (decimal): -12719063 or 2747453. OLE color: 2747453.
HSL color Cylindrical-coordinate representation of color #3DEC29: hue angle of 113.85º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3DEC29 is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 41 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.07 |
| HSL | 113.85º | 0.84% | 0.54% | - |
| HSV(B) | 113.85º | 0.83% | 0.93% | - |
| XYZ | 32.32 | 61.14 | 12.2 | - |
| YUV | 161.45 | 60.02 | 56.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 41 | 0.74 | 0 | 0.83 | 0.07 | 113.85 | 0.84 | 0.54 |
| Hex | 3D | EC | 29 | 4A | 0 | 53 | 7 | 72 | 54 | 36 |
| Octal | 75 | 354 | 51 | 112 | 0 | 123 | 7 | 162 | 124 | 66 |
| Binary | 111101 | 11101100 | 101001 | 1001010 | 0 | 1010011 | 111 | 1110010 | 1010100 | 110110 |
Color Harmonies of #3DEC29
Complementary color
Monochromatic Colors of #3DEC29
Black with #3DEC29
Text Example
Text Example
White with #3DEC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEC29; }
p { color: rgb(61,236,41); }
H1.HeaderClassName
{
color: #3DEC29;
}
.AnyTagClassName
{
color: #3DEC29;
}
</style>
background-color css
<style>
a { background-color: #3DEC29; }
a { background-color: rgb(61,236,41); }
div.DivClassName
{
background-color: #3DEC29;
}
.BgClassName
{
background-color: #3DEC29;
}
</style>
border-color css
<style>
span { border-color: #3DEC29; }
span { border-color: rgb(61,236,41); }
td.TdClassName
{
border-color: #3DEC29;
}
.TagClassName
{
border-color: #3DEC29;
}
</style>