Shades of Lime Green #3BDC1D
Tints of Lime Green #3BDC1D
RGB
CMYK
RGB Variations
Color information
#3BDC1D (or 0x3BDC1D) is known color: Lime Green. HEX triplet: 3B, DC and 1D. RGB value is (59,220,29). Sum of RGB (Red+Green+Blue) = 59+220+29=308 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.16% from 308); Green value is 220 (86.33% from 255 or 71.43% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDC1D is #C423E2. Grayscale: #969696. Windows color (decimal): -12854243 or 1956923. OLE color: 1956923.
HSL color Cylindrical-coordinate representation of color #3BDC1D: hue angle of 110.58º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3BDC1D is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 220 | 29 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.14 |
| HSL | 110.58º | 0.77% | 0.49% | - |
| HSV(B) | 110.58º | 0.87% | 0.86% | - |
| XYZ | 27.62 | 52.2 | 9.78 | - |
| YUV | 150.09 | 59.66 | 63.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 220 | 29 | 0.73 | 0 | 0.87 | 0.14 | 110.58 | 0.77 | 0.49 |
| Hex | 3B | DC | 1D | 49 | 0 | 57 | E | 6F | 4D | 31 |
| Octal | 73 | 334 | 35 | 111 | 0 | 127 | 16 | 157 | 115 | 61 |
| Binary | 111011 | 11011100 | 11101 | 1001001 | 0 | 1010111 | 1110 | 1101111 | 1001101 | 110001 |
Color Harmonies of #3BDC1D
Complementary color
Monochromatic Colors of #3BDC1D
Black with #3BDC1D
Text Example
Text Example
White with #3BDC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDC1D; }
p { color: rgb(59,220,29); }
H1.HeaderClassName
{
color: #3BDC1D;
}
.AnyTagClassName
{
color: #3BDC1D;
}
</style>
background-color css
<style>
a { background-color: #3BDC1D; }
a { background-color: rgb(59,220,29); }
div.DivClassName
{
background-color: #3BDC1D;
}
.BgClassName
{
background-color: #3BDC1D;
}
</style>
border-color css
<style>
span { border-color: #3BDC1D; }
span { border-color: rgb(59,220,29); }
td.TdClassName
{
border-color: #3BDC1D;
}
.TagClassName
{
border-color: #3BDC1D;
}
</style>