Shades of Lime Green #1FDD1D
Tints of Lime Green #1FDD1D
RGB
CMYK
RGB Variations
Color information
#1FDD1D (or 0x1FDD1D) is known color: Lime Green. HEX triplet: 1F, DD and 1D. RGB value is (31,221,29). Sum of RGB (Red+Green+Blue) = 31+221+29=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 221 (86.72% from 255 or 78.65% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 221 - color contains mainly: green. Hex color #1FDD1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDD1D is #E022E2. Grayscale: #8E8E8E. Windows color (decimal): -14688995 or 1957151. OLE color: 1957151.
HSL color Cylindrical-coordinate representation of color #1FDD1D: hue angle of 119.38º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FDD1D is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 221 | 29 | - |
| CMYK | 0.86 | 0 | 0.87 | 0.13 |
| HSL | 119.38º | 0.77% | 0.49% | - |
| HSV(B) | 119.38º | 0.87% | 0.87% | - |
| XYZ | 26.64 | 52.09 | 9.81 | - |
| YUV | 142.3 | 64.05 | 48.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 221 | 29 | 0.86 | 0 | 0.87 | 0.13 | 119.38 | 0.77 | 0.49 |
| Hex | 1F | DD | 1D | 56 | 0 | 57 | D | 77 | 4D | 31 |
| Octal | 37 | 335 | 35 | 126 | 0 | 127 | 15 | 167 | 115 | 61 |
| Binary | 11111 | 11011101 | 11101 | 1010110 | 0 | 1010111 | 1101 | 1110111 | 1001101 | 110001 |
Color Harmonies of #1FDD1D
Complementary color
Monochromatic Colors of #1FDD1D
Black with #1FDD1D
Text Example
Text Example
White with #1FDD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDD1D; }
p { color: rgb(31,221,29); }
H1.HeaderClassName
{
color: #1FDD1D;
}
.AnyTagClassName
{
color: #1FDD1D;
}
</style>
background-color css
<style>
a { background-color: #1FDD1D; }
a { background-color: rgb(31,221,29); }
div.DivClassName
{
background-color: #1FDD1D;
}
.BgClassName
{
background-color: #1FDD1D;
}
</style>
border-color css
<style>
span { border-color: #1FDD1D; }
span { border-color: rgb(31,221,29); }
td.TdClassName
{
border-color: #1FDD1D;
}
.TagClassName
{
border-color: #1FDD1D;
}
</style>