Shades of Lime Green #3DEC32
Tints of Lime Green #3DEC32
RGB
CMYK
RGB Variations
Color information
#3DEC32 (or 0x3DEC32) is known color: Lime Green. HEX triplet: 3D, EC and 32. RGB value is (61,236,50). Sum of RGB (Red+Green+Blue) = 61+236+50=347 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.58% from 347); Green value is 236 (92.58% from 255 or 68.01% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 236 - color contains mainly: green. Hex color #3DEC32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DEC32 is #C213CD. Grayscale: #A3A3A3. Windows color (decimal): -12719054 or 3337277. OLE color: 3337277.
HSL color Cylindrical-coordinate representation of color #3DEC32: hue angle of 116.45º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3DEC32 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 50 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.07 |
| HSL | 116.45º | 0.83% | 0.56% | - |
| HSV(B) | 116.45º | 0.79% | 0.93% | - |
| XYZ | 32.5 | 61.21 | 13.12 | - |
| YUV | 162.47 | 64.52 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 50 | 0.74 | 0 | 0.79 | 0.07 | 116.45 | 0.83 | 0.56 |
| Hex | 3D | EC | 32 | 4A | 0 | 4F | 7 | 74 | 53 | 38 |
| Octal | 75 | 354 | 62 | 112 | 0 | 117 | 7 | 164 | 123 | 70 |
| Binary | 111101 | 11101100 | 110010 | 1001010 | 0 | 1001111 | 111 | 1110100 | 1010011 | 111000 |
Color Harmonies of #3DEC32
Complementary color
Monochromatic Colors of #3DEC32
Black with #3DEC32
Text Example
Text Example
White with #3DEC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEC32; }
p { color: rgb(61,236,50); }
H1.HeaderClassName
{
color: #3DEC32;
}
.AnyTagClassName
{
color: #3DEC32;
}
</style>
background-color css
<style>
a { background-color: #3DEC32; }
a { background-color: rgb(61,236,50); }
div.DivClassName
{
background-color: #3DEC32;
}
.BgClassName
{
background-color: #3DEC32;
}
</style>
border-color css
<style>
span { border-color: #3DEC32; }
span { border-color: rgb(61,236,50); }
td.TdClassName
{
border-color: #3DEC32;
}
.TagClassName
{
border-color: #3DEC32;
}
</style>