Shades of Lime Green #3DDB3B
Tints of Lime Green #3DDB3B
RGB
CMYK
RGB Variations
Color information
#3DDB3B (or 0x3DDB3B) is known color: Lime Green. HEX triplet: 3D, DB and 3B. RGB value is (61,219,59). Sum of RGB (Red+Green+Blue) = 61+219+59=339 (44% of max value = 765). Red value is 61 (24.22% from 255 or 17.99% from 339); Green value is 219 (85.94% from 255 or 64.60% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDB3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDB3B is #C224C4. Grayscale: #9A9A9A. Windows color (decimal): -12723397 or 3922749. OLE color: 3922749.
HSL color Cylindrical-coordinate representation of color #3DDB3B: hue angle of 119.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DDB3B is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 219 | 59 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.14 |
| HSL | 119.25º | 0.69% | 0.55% | - |
| HSV(B) | 119.25º | 0.73% | 0.86% | - |
| XYZ | 28.05 | 51.97 | 12.69 | - |
| YUV | 153.52 | 74.65 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 219 | 59 | 0.72 | 0 | 0.73 | 0.14 | 119.25 | 0.69 | 0.55 |
| Hex | 3D | DB | 3B | 48 | 0 | 49 | E | 77 | 45 | 37 |
| Octal | 75 | 333 | 73 | 110 | 0 | 111 | 16 | 167 | 105 | 67 |
| Binary | 111101 | 11011011 | 111011 | 1001000 | 0 | 1001001 | 1110 | 1110111 | 1000101 | 110111 |
Color Harmonies of #3DDB3B
Complementary color
Monochromatic Colors of #3DDB3B
Black with #3DDB3B
Text Example
Text Example
White with #3DDB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDB3B; }
p { color: rgb(61,219,59); }
H1.HeaderClassName
{
color: #3DDB3B;
}
.AnyTagClassName
{
color: #3DDB3B;
}
</style>
background-color css
<style>
a { background-color: #3DDB3B; }
a { background-color: rgb(61,219,59); }
div.DivClassName
{
background-color: #3DDB3B;
}
.BgClassName
{
background-color: #3DDB3B;
}
</style>
border-color css
<style>
span { border-color: #3DDB3B; }
span { border-color: rgb(61,219,59); }
td.TdClassName
{
border-color: #3DDB3B;
}
.TagClassName
{
border-color: #3DDB3B;
}
</style>