Shades of Lime Green #1DCF19
Tints of Lime Green #1DCF19
RGB
CMYK
RGB Variations
Color information
#1DCF19 (or 0x1DCF19) is known color: Lime Green. HEX triplet: 1D, CF and 19. RGB value is (29,207,25). Sum of RGB (Red+Green+Blue) = 29+207+25=261 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.11% from 261); Green value is 207 (81.25% from 255 or 79.31% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCF19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCF19 is #E230E6. Grayscale: #858585. Windows color (decimal): -14823655 or 1691421. OLE color: 1691421.
HSL color Cylindrical-coordinate representation of color #1DCF19: hue angle of 118.68º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DCF19 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 207 | 25 | - |
| CMYK | 0.86 | 0 | 0.88 | 0.19 |
| HSL | 118.68º | 0.78% | 0.45% | - |
| HSV(B) | 118.68º | 0.88% | 0.81% | - |
| XYZ | 22.99 | 44.96 | 8.39 | - |
| YUV | 133.03 | 67.03 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 25 | 0.86 | 0 | 0.88 | 0.19 | 118.68 | 0.78 | 0.45 |
| Hex | 1D | CF | 19 | 56 | 0 | 58 | 13 | 77 | 4E | 2D |
| Octal | 35 | 317 | 31 | 126 | 0 | 130 | 23 | 167 | 116 | 55 |
| Binary | 11101 | 11001111 | 11001 | 1010110 | 0 | 1011000 | 10011 | 1110111 | 1001110 | 101101 |
Color Harmonies of #1DCF19
Complementary color
Monochromatic Colors of #1DCF19
Black with #1DCF19
Text Example
Text Example
White with #1DCF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCF19; }
p { color: rgb(29,207,25); }
H1.HeaderClassName
{
color: #1DCF19;
}
.AnyTagClassName
{
color: #1DCF19;
}
</style>
background-color css
<style>
a { background-color: #1DCF19; }
a { background-color: rgb(29,207,25); }
div.DivClassName
{
background-color: #1DCF19;
}
.BgClassName
{
background-color: #1DCF19;
}
</style>
border-color css
<style>
span { border-color: #1DCF19; }
span { border-color: rgb(29,207,25); }
td.TdClassName
{
border-color: #1DCF19;
}
.TagClassName
{
border-color: #1DCF19;
}
</style>