Shades of Lime Green #1BDC1D
Tints of Lime Green #1BDC1D
RGB
CMYK
RGB Variations
Color information
#1BDC1D (or 0x1BDC1D) is known color: Lime Green. HEX triplet: 1B, DC and 1D. RGB value is (27,220,29). Sum of RGB (Red+Green+Blue) = 27+220+29=276 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.78% from 276); Green value is 220 (86.33% from 255 or 79.71% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDC1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDC1D is #E423E2. Grayscale: #8D8D8D. Windows color (decimal): -14951395 or 1956891. OLE color: 1956891.
HSL color Cylindrical-coordinate representation of color #1BDC1D: hue angle of 120.62º 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 #1BDC1D is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 220 | 29 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.14 |
| HSL | 120.62º | 0.78% | 0.48% | - |
| HSV(B) | 120.62º | 0.88% | 0.86% | - |
| XYZ | 26.27 | 51.51 | 9.72 | - |
| YUV | 140.52 | 65.06 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 220 | 29 | 0.88 | 0 | 0.87 | 0.14 | 120.62 | 0.78 | 0.48 |
| Hex | 1B | DC | 1D | 58 | 0 | 57 | E | 79 | 4E | 30 |
| Octal | 33 | 334 | 35 | 130 | 0 | 127 | 16 | 171 | 116 | 60 |
| Binary | 11011 | 11011100 | 11101 | 1011000 | 0 | 1010111 | 1110 | 1111001 | 1001110 | 110000 |
Color Harmonies of #1BDC1D
Complementary color
Monochromatic Colors of #1BDC1D
Black with #1BDC1D
Text Example
Text Example
White with #1BDC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDC1D; }
p { color: rgb(27,220,29); }
H1.HeaderClassName
{
color: #1BDC1D;
}
.AnyTagClassName
{
color: #1BDC1D;
}
</style>
background-color css
<style>
a { background-color: #1BDC1D; }
a { background-color: rgb(27,220,29); }
div.DivClassName
{
background-color: #1BDC1D;
}
.BgClassName
{
background-color: #1BDC1D;
}
</style>
border-color css
<style>
span { border-color: #1BDC1D; }
span { border-color: rgb(27,220,29); }
td.TdClassName
{
border-color: #1BDC1D;
}
.TagClassName
{
border-color: #1BDC1D;
}
</style>