Shades of Lime Green #1FDB2D
Tints of Lime Green #1FDB2D
RGB
CMYK
RGB Variations
Color information
#1FDB2D (or 0x1FDB2D) is known color: Lime Green. HEX triplet: 1F, DB and 2D. RGB value is (31,219,45). Sum of RGB (Red+Green+Blue) = 31+219+45=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 219 (85.94% from 255 or 74.24% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 219 - color contains mainly: green. Hex color #1FDB2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDB2D is #E024D2. Grayscale: #8F8F8F. Windows color (decimal): -14689491 or 3005215. OLE color: 3005215.
HSL color Cylindrical-coordinate representation of color #1FDB2D: hue angle of 124.47º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDB2D is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 219 | 45 | - |
| CMYK | 0.86 | 0 | 0.79 | 0.14 |
| HSL | 124.47º | 0.75% | 0.49% | - |
| HSV(B) | 124.47º | 0.86% | 0.86% | - |
| XYZ | 26.37 | 51.14 | 10.96 | - |
| YUV | 142.95 | 72.72 | 48.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 219 | 45 | 0.86 | 0 | 0.79 | 0.14 | 124.47 | 0.75 | 0.49 |
| Hex | 1F | DB | 2D | 56 | 0 | 4F | E | 7C | 4B | 31 |
| Octal | 37 | 333 | 55 | 126 | 0 | 117 | 16 | 174 | 113 | 61 |
| Binary | 11111 | 11011011 | 101101 | 1010110 | 0 | 1001111 | 1110 | 1111100 | 1001011 | 110001 |
Color Harmonies of #1FDB2D
Complementary color
Monochromatic Colors of #1FDB2D
Black with #1FDB2D
Text Example
Text Example
White with #1FDB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDB2D; }
p { color: rgb(31,219,45); }
H1.HeaderClassName
{
color: #1FDB2D;
}
.AnyTagClassName
{
color: #1FDB2D;
}
</style>
background-color css
<style>
a { background-color: #1FDB2D; }
a { background-color: rgb(31,219,45); }
div.DivClassName
{
background-color: #1FDB2D;
}
.BgClassName
{
background-color: #1FDB2D;
}
</style>
border-color css
<style>
span { border-color: #1FDB2D; }
span { border-color: rgb(31,219,45); }
td.TdClassName
{
border-color: #1FDB2D;
}
.TagClassName
{
border-color: #1FDB2D;
}
</style>