Shades of Lime Green #1DDA1F
Tints of Lime Green #1DDA1F
RGB
CMYK
RGB Variations
Color information
#1DDA1F (or 0x1DDA1F) is known color: Lime Green. HEX triplet: 1D, DA and 1F. RGB value is (29,218,31). Sum of RGB (Red+Green+Blue) = 29+218+31=278 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.43% from 278); Green value is 218 (85.55% from 255 or 78.42% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 218 - color contains mainly: green. Hex color #1DDA1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DDA1F is #E225E0. Grayscale: #8C8C8C. Windows color (decimal): -14820833 or 2087453. OLE color: 2087453.
HSL color Cylindrical-coordinate representation of color #1DDA1F: hue angle of 120.63º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDA1F is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 218 | 31 | - |
| CMYK | 0.87 | 0 | 0.86 | 0.15 |
| HSL | 120.63º | 0.77% | 0.48% | - |
| HSV(B) | 120.63º | 0.87% | 0.85% | - |
| XYZ | 25.83 | 50.5 | 9.68 | - |
| YUV | 140.17 | 66.38 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 218 | 31 | 0.87 | 0 | 0.86 | 0.15 | 120.63 | 0.77 | 0.48 |
| Hex | 1D | DA | 1F | 57 | 0 | 56 | F | 79 | 4D | 30 |
| Octal | 35 | 332 | 37 | 127 | 0 | 126 | 17 | 171 | 115 | 60 |
| Binary | 11101 | 11011010 | 11111 | 1010111 | 0 | 1010110 | 1111 | 1111001 | 1001101 | 110000 |
Color Harmonies of #1DDA1F
Complementary color
Monochromatic Colors of #1DDA1F
Black with #1DDA1F
Text Example
Text Example
White with #1DDA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDA1F; }
p { color: rgb(29,218,31); }
H1.HeaderClassName
{
color: #1DDA1F;
}
.AnyTagClassName
{
color: #1DDA1F;
}
</style>
background-color css
<style>
a { background-color: #1DDA1F; }
a { background-color: rgb(29,218,31); }
div.DivClassName
{
background-color: #1DDA1F;
}
.BgClassName
{
background-color: #1DDA1F;
}
</style>
border-color css
<style>
span { border-color: #1DDA1F; }
span { border-color: rgb(29,218,31); }
td.TdClassName
{
border-color: #1DDA1F;
}
.TagClassName
{
border-color: #1DDA1F;
}
</style>