Shades of Lime Green #3DDB39
Tints of Lime Green #3DDB39
RGB
CMYK
RGB Variations
Color information
#3DDB39 (or 0x3DDB39) is known color: Lime Green. HEX triplet: 3D, DB and 39. RGB value is (61,219,57). Sum of RGB (Red+Green+Blue) = 61+219+57=337 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.10% from 337); Green value is 219 (85.94% from 255 or 64.99% from 337); Blue value is 57 (22.66% from 255 or 16.91% from 337); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDB39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDB39 is #C224C6. Grayscale: #999999. Windows color (decimal): -12723399 or 3791677. OLE color: 3791677.
HSL color Cylindrical-coordinate representation of color #3DDB39: hue angle of 118.52º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DDB39 is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 219 | 57 | - |
| CMYK | 0.72 | 0 | 0.74 | 0.14 |
| HSL | 118.52º | 0.69% | 0.54% | - |
| HSV(B) | 118.52º | 0.74% | 0.86% | - |
| XYZ | 27.99 | 51.95 | 12.42 | - |
| YUV | 153.29 | 73.65 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 219 | 57 | 0.72 | 0 | 0.74 | 0.14 | 118.52 | 0.69 | 0.54 |
| Hex | 3D | DB | 39 | 48 | 0 | 4A | E | 77 | 45 | 36 |
| Octal | 75 | 333 | 71 | 110 | 0 | 112 | 16 | 167 | 105 | 66 |
| Binary | 111101 | 11011011 | 111001 | 1001000 | 0 | 1001010 | 1110 | 1110111 | 1000101 | 110110 |
Color Harmonies of #3DDB39
Complementary color
Monochromatic Colors of #3DDB39
Black with #3DDB39
Text Example
Text Example
White with #3DDB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDB39; }
p { color: rgb(61,219,57); }
H1.HeaderClassName
{
color: #3DDB39;
}
.AnyTagClassName
{
color: #3DDB39;
}
</style>
background-color css
<style>
a { background-color: #3DDB39; }
a { background-color: rgb(61,219,57); }
div.DivClassName
{
background-color: #3DDB39;
}
.BgClassName
{
background-color: #3DDB39;
}
</style>
border-color css
<style>
span { border-color: #3DDB39; }
span { border-color: rgb(61,219,57); }
td.TdClassName
{
border-color: #3DDB39;
}
.TagClassName
{
border-color: #3DDB39;
}
</style>