Shades of Lime Green #1DBC19
Tints of Lime Green #1DBC19
RGB
CMYK
RGB Variations
Color information
#1DBC19 (or 0x1DBC19) is known color: Lime Green. HEX triplet: 1D, BC and 19. RGB value is (29,188,25). Sum of RGB (Red+Green+Blue) = 29+188+25=242 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.98% from 242); Green value is 188 (73.83% from 255 or 77.69% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 188 - color contains mainly: green. Hex color #1DBC19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBC19 is #E243E6. Grayscale: #7A7A7A. Windows color (decimal): -14828519 or 1686557. OLE color: 1686557.
HSL color Cylindrical-coordinate representation of color #1DBC19: hue angle of 118.53º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DBC19 is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 188 | 25 | - |
| CMYK | 0.85 | 0 | 0.87 | 0.26 |
| HSL | 118.53º | 0.77% | 0.42% | - |
| HSV(B) | 118.53º | 0.87% | 0.74% | - |
| XYZ | 18.67 | 36.3 | 6.94 | - |
| YUV | 121.88 | 73.32 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 25 | 0.85 | 0 | 0.87 | 0.26 | 118.53 | 0.77 | 0.42 |
| Hex | 1D | BC | 19 | 55 | 0 | 57 | 1A | 77 | 4D | 2A |
| Octal | 35 | 274 | 31 | 125 | 0 | 127 | 32 | 167 | 115 | 52 |
| Binary | 11101 | 10111100 | 11001 | 1010101 | 0 | 1010111 | 11010 | 1110111 | 1001101 | 101010 |
Color Harmonies of #1DBC19
Complementary color
Monochromatic Colors of #1DBC19
Black with #1DBC19
Text Example
Text Example
White with #1DBC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBC19; }
p { color: rgb(29,188,25); }
H1.HeaderClassName
{
color: #1DBC19;
}
.AnyTagClassName
{
color: #1DBC19;
}
</style>
background-color css
<style>
a { background-color: #1DBC19; }
a { background-color: rgb(29,188,25); }
div.DivClassName
{
background-color: #1DBC19;
}
.BgClassName
{
background-color: #1DBC19;
}
</style>
border-color css
<style>
span { border-color: #1DBC19; }
span { border-color: rgb(29,188,25); }
td.TdClassName
{
border-color: #1DBC19;
}
.TagClassName
{
border-color: #1DBC19;
}
</style>