Shades of Lime Green #3DDB41
Tints of Lime Green #3DDB41
RGB
CMYK
RGB Variations
Color information
#3DDB41 (or 0x3DDB41) is known color: Lime Green. HEX triplet: 3D, DB and 41. RGB value is (61,219,65). Sum of RGB (Red+Green+Blue) = 61+219+65=345 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.68% from 345); Green value is 219 (85.94% from 255 or 63.48% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDB41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDB41 is #C224BE. Grayscale: #9A9A9A. Windows color (decimal): -12723391 or 4315965. OLE color: 4315965.
HSL color Cylindrical-coordinate representation of color #3DDB41: hue angle of 121.52º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDB41 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 219 | 65 | - |
| CMYK | 0.72 | 0 | 0.70 | 0.14 |
| HSL | 121.52º | 0.69% | 0.55% | - |
| HSV(B) | 121.52º | 0.72% | 0.86% | - |
| XYZ | 28.21 | 52.04 | 13.56 | - |
| YUV | 154.2 | 77.65 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 219 | 65 | 0.72 | 0 | 0.70 | 0.14 | 121.52 | 0.69 | 0.55 |
| Hex | 3D | DB | 41 | 48 | 0 | 46 | E | 7A | 45 | 37 |
| Octal | 75 | 333 | 101 | 110 | 0 | 106 | 16 | 172 | 105 | 67 |
| Binary | 111101 | 11011011 | 1000001 | 1001000 | 0 | 1000110 | 1110 | 1111010 | 1000101 | 110111 |
Color Harmonies of #3DDB41
Complementary color
Monochromatic Colors of #3DDB41
Black with #3DDB41
Text Example
Text Example
White with #3DDB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDB41; }
p { color: rgb(61,219,65); }
H1.HeaderClassName
{
color: #3DDB41;
}
.AnyTagClassName
{
color: #3DDB41;
}
</style>
background-color css
<style>
a { background-color: #3DDB41; }
a { background-color: rgb(61,219,65); }
div.DivClassName
{
background-color: #3DDB41;
}
.BgClassName
{
background-color: #3DDB41;
}
</style>
border-color css
<style>
span { border-color: #3DDB41; }
span { border-color: rgb(61,219,65); }
td.TdClassName
{
border-color: #3DDB41;
}
.TagClassName
{
border-color: #3DDB41;
}
</style>