Shades of Lime Green #1DBF0A
Tints of Lime Green #1DBF0A
RGB
CMYK
RGB Variations
Color information
#1DBF0A (or 0x1DBF0A) is known color: Lime Green. HEX triplet: 1D, BF and 0A. RGB value is (29,191,10). Sum of RGB (Red+Green+Blue) = 29+191+10=230 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.61% from 230); Green value is 191 (75% from 255 or 83.04% from 230); Blue value is 10 (4.30% from 255 or 4.35% from 230); Max value from RGB is 191 - color contains mainly: green. Hex color #1DBF0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBF0A is #E240F5. Grayscale: #7A7A7A. Windows color (decimal): -14827766 or 704285. OLE color: 704285.
HSL color Cylindrical-coordinate representation of color #1DBF0A: hue angle of 113.7º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1DBF0A is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 191 | 10 | - |
| CMYK | 0.85 | 0 | 0.95 | 0.25 |
| HSL | 113.7º | 0.9% | 0.39% | - |
| HSV(B) | 113.7º | 0.95% | 0.75% | - |
| XYZ | 19.19 | 37.54 | 6.52 | - |
| YUV | 121.93 | 64.83 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 191 | 10 | 0.85 | 0 | 0.95 | 0.25 | 113.7 | 0.9 | 0.39 |
| Hex | 1D | BF | A | 55 | 0 | 5F | 19 | 72 | 5A | 27 |
| Octal | 35 | 277 | 12 | 125 | 0 | 137 | 31 | 162 | 132 | 47 |
| Binary | 11101 | 10111111 | 1010 | 1010101 | 0 | 1011111 | 11001 | 1110010 | 1011010 | 100111 |
Color Harmonies of #1DBF0A
Complementary color
Monochromatic Colors of #1DBF0A
Black with #1DBF0A
Text Example
Text Example
White with #1DBF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBF0A; }
p { color: rgb(29,191,10); }
H1.HeaderClassName
{
color: #1DBF0A;
}
.AnyTagClassName
{
color: #1DBF0A;
}
</style>
background-color css
<style>
a { background-color: #1DBF0A; }
a { background-color: rgb(29,191,10); }
div.DivClassName
{
background-color: #1DBF0A;
}
.BgClassName
{
background-color: #1DBF0A;
}
</style>
border-color css
<style>
span { border-color: #1DBF0A; }
span { border-color: rgb(29,191,10); }
td.TdClassName
{
border-color: #1DBF0A;
}
.TagClassName
{
border-color: #1DBF0A;
}
</style>