Shades of Lime Green #3DDB32
Tints of Lime Green #3DDB32
RGB
CMYK
RGB Variations
Color information
#3DDB32 (or 0x3DDB32) is known color: Lime Green. HEX triplet: 3D, DB and 32. RGB value is (61,219,50). Sum of RGB (Red+Green+Blue) = 61+219+50=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 219 (85.94% from 255 or 66.36% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDB32 is #C224CD. Grayscale: #999999. Windows color (decimal): -12723406 or 3332925. OLE color: 3332925.
HSL color Cylindrical-coordinate representation of color #3DDB32: hue angle of 116.09º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3DDB32 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 219 | 50 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.14 |
| HSL | 116.09º | 0.7% | 0.53% | - |
| HSV(B) | 116.09º | 0.77% | 0.86% | - |
| XYZ | 27.83 | 51.89 | 11.57 | - |
| YUV | 152.49 | 70.15 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 219 | 50 | 0.72 | 0 | 0.77 | 0.14 | 116.09 | 0.7 | 0.53 |
| Hex | 3D | DB | 32 | 48 | 0 | 4D | E | 74 | 46 | 35 |
| Octal | 75 | 333 | 62 | 110 | 0 | 115 | 16 | 164 | 106 | 65 |
| Binary | 111101 | 11011011 | 110010 | 1001000 | 0 | 1001101 | 1110 | 1110100 | 1000110 | 110101 |
Color Harmonies of #3DDB32
Complementary color
Monochromatic Colors of #3DDB32
Black with #3DDB32
Text Example
Text Example
White with #3DDB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDB32; }
p { color: rgb(61,219,50); }
H1.HeaderClassName
{
color: #3DDB32;
}
.AnyTagClassName
{
color: #3DDB32;
}
</style>
background-color css
<style>
a { background-color: #3DDB32; }
a { background-color: rgb(61,219,50); }
div.DivClassName
{
background-color: #3DDB32;
}
.BgClassName
{
background-color: #3DDB32;
}
</style>
border-color css
<style>
span { border-color: #3DDB32; }
span { border-color: rgb(61,219,50); }
td.TdClassName
{
border-color: #3DDB32;
}
.TagClassName
{
border-color: #3DDB32;
}
</style>