Shades of Lime Green #1DC908
Tints of Lime Green #1DC908
RGB
CMYK
RGB Variations
Color information
#1DC908 (or 0x1DC908) is known color: Lime Green. HEX triplet: 1D, C9 and 08. RGB value is (29,201,8). Sum of RGB (Red+Green+Blue) = 29+201+8=238 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.18% from 238); Green value is 201 (78.91% from 255 or 84.45% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 201 - color contains mainly: green. Hex color #1DC908 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC908 is #E236F7. Grayscale: #808080. Windows color (decimal): -14825208 or 575773. OLE color: 575773.
HSL color Cylindrical-coordinate representation of color #1DC908: hue angle of 113.47º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1DC908 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 201 | 8 | - |
| CMYK | 0.86 | 0 | 0.96 | 0.21 |
| HSL | 113.47º | 0.92% | 0.41% | - |
| HSV(B) | 113.47º | 0.96% | 0.79% | - |
| XYZ | 21.44 | 42.05 | 7.22 | - |
| YUV | 127.57 | 60.52 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 201 | 8 | 0.86 | 0 | 0.96 | 0.21 | 113.47 | 0.92 | 0.41 |
| Hex | 1D | C9 | 8 | 56 | 0 | 60 | 15 | 71 | 5C | 29 |
| Octal | 35 | 311 | 10 | 126 | 0 | 140 | 25 | 161 | 134 | 51 |
| Binary | 11101 | 11001001 | 1000 | 1010110 | 0 | 1100000 | 10101 | 1110001 | 1011100 | 101001 |
Color Harmonies of #1DC908
Complementary color
Monochromatic Colors of #1DC908
Black with #1DC908
Text Example
Text Example
White with #1DC908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC908; }
p { color: rgb(29,201,8); }
H1.HeaderClassName
{
color: #1DC908;
}
.AnyTagClassName
{
color: #1DC908;
}
</style>
background-color css
<style>
a { background-color: #1DC908; }
a { background-color: rgb(29,201,8); }
div.DivClassName
{
background-color: #1DC908;
}
.BgClassName
{
background-color: #1DC908;
}
</style>
border-color css
<style>
span { border-color: #1DC908; }
span { border-color: rgb(29,201,8); }
td.TdClassName
{
border-color: #1DC908;
}
.TagClassName
{
border-color: #1DC908;
}
</style>