Shades of Lime Green #1DBF0C
Tints of Lime Green #1DBF0C
RGB
CMYK
RGB Variations
Color information
#1DBF0C (or 0x1DBF0C) is known color: Lime Green. HEX triplet: 1D, BF and 0C. RGB value is (29,191,12). Sum of RGB (Red+Green+Blue) = 29+191+12=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 191 (75% from 255 or 82.33% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 191 - color contains mainly: green. Hex color #1DBF0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBF0C is #E240F3. Grayscale: #7A7A7A. Windows color (decimal): -14827764 or 835357. OLE color: 835357.
HSL color Cylindrical-coordinate representation of color #1DBF0C: hue angle of 114.3º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1DBF0C is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 191 | 12 | - |
| CMYK | 0.85 | 0 | 0.94 | 0.25 |
| HSL | 114.3º | 0.88% | 0.4% | - |
| HSV(B) | 114.3º | 0.94% | 0.75% | - |
| XYZ | 19.2 | 37.55 | 6.58 | - |
| YUV | 122.16 | 65.83 | 61.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 191 | 12 | 0.85 | 0 | 0.94 | 0.25 | 114.3 | 0.88 | 0.4 |
| Hex | 1D | BF | C | 55 | 0 | 5E | 19 | 72 | 58 | 28 |
| Octal | 35 | 277 | 14 | 125 | 0 | 136 | 31 | 162 | 130 | 50 |
| Binary | 11101 | 10111111 | 1100 | 1010101 | 0 | 1011110 | 11001 | 1110010 | 1011000 | 101000 |
Color Harmonies of #1DBF0C
Complementary color
Monochromatic Colors of #1DBF0C
Black with #1DBF0C
Text Example
Text Example
White with #1DBF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBF0C; }
p { color: rgb(29,191,12); }
H1.HeaderClassName
{
color: #1DBF0C;
}
.AnyTagClassName
{
color: #1DBF0C;
}
</style>
background-color css
<style>
a { background-color: #1DBF0C; }
a { background-color: rgb(29,191,12); }
div.DivClassName
{
background-color: #1DBF0C;
}
.BgClassName
{
background-color: #1DBF0C;
}
</style>
border-color css
<style>
span { border-color: #1DBF0C; }
span { border-color: rgb(29,191,12); }
td.TdClassName
{
border-color: #1DBF0C;
}
.TagClassName
{
border-color: #1DBF0C;
}
</style>