Shades of Lime Green #3DDB1B
Tints of Lime Green #3DDB1B
RGB
CMYK
RGB Variations
Color information
#3DDB1B (or 0x3DDB1B) is known color: Lime Green. HEX triplet: 3D, DB and 1B. RGB value is (61,219,27). Sum of RGB (Red+Green+Blue) = 61+219+27=307 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.87% from 307); Green value is 219 (85.94% from 255 or 71.34% from 307); Blue value is 27 (10.94% from 255 or 8.79% from 307); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDB1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDB1B is #C224E4. Grayscale: #969696. Windows color (decimal): -12723429 or 1825597. OLE color: 1825597.
HSL color Cylindrical-coordinate representation of color #3DDB1B: hue angle of 109.38º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3DDB1B is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 219 | 27 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.14 |
| HSL | 109.38º | 0.78% | 0.48% | - |
| HSV(B) | 109.38º | 0.88% | 0.86% | - |
| XYZ | 27.45 | 51.73 | 9.58 | - |
| YUV | 149.87 | 58.65 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 219 | 27 | 0.72 | 0 | 0.88 | 0.14 | 109.38 | 0.78 | 0.48 |
| Hex | 3D | DB | 1B | 48 | 0 | 58 | E | 6D | 4E | 30 |
| Octal | 75 | 333 | 33 | 110 | 0 | 130 | 16 | 155 | 116 | 60 |
| Binary | 111101 | 11011011 | 11011 | 1001000 | 0 | 1011000 | 1110 | 1101101 | 1001110 | 110000 |
Color Harmonies of #3DDB1B
Complementary color
Monochromatic Colors of #3DDB1B
Black with #3DDB1B
Text Example
Text Example
White with #3DDB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDB1B; }
p { color: rgb(61,219,27); }
H1.HeaderClassName
{
color: #3DDB1B;
}
.AnyTagClassName
{
color: #3DDB1B;
}
</style>
background-color css
<style>
a { background-color: #3DDB1B; }
a { background-color: rgb(61,219,27); }
div.DivClassName
{
background-color: #3DDB1B;
}
.BgClassName
{
background-color: #3DDB1B;
}
</style>
border-color css
<style>
span { border-color: #3DDB1B; }
span { border-color: rgb(61,219,27); }
td.TdClassName
{
border-color: #3DDB1B;
}
.TagClassName
{
border-color: #3DDB1B;
}
</style>