Shades of Lime Green #1FDB2B
Tints of Lime Green #1FDB2B
RGB
CMYK
RGB Variations
Color information
#1FDB2B (or 0x1FDB2B) is known color: Lime Green. HEX triplet: 1F, DB and 2B. RGB value is (31,219,43). Sum of RGB (Red+Green+Blue) = 31+219+43=293 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.58% from 293); Green value is 219 (85.94% from 255 or 74.74% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 219 - color contains mainly: green. Hex color #1FDB2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDB2B is #E024D4. Grayscale: #8F8F8F. Windows color (decimal): -14689493 or 2874143. OLE color: 2874143.
HSL color Cylindrical-coordinate representation of color #1FDB2B: hue angle of 123.83º 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 #1FDB2B is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 219 | 43 | - |
| CMYK | 0.86 | 0 | 0.80 | 0.14 |
| HSL | 123.83º | 0.75% | 0.49% | - |
| HSV(B) | 123.83º | 0.86% | 0.86% | - |
| XYZ | 26.33 | 51.13 | 10.77 | - |
| YUV | 142.72 | 71.72 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 219 | 43 | 0.86 | 0 | 0.80 | 0.14 | 123.83 | 0.75 | 0.49 |
| Hex | 1F | DB | 2B | 56 | 0 | 50 | E | 7C | 4B | 31 |
| Octal | 37 | 333 | 53 | 126 | 0 | 120 | 16 | 174 | 113 | 61 |
| Binary | 11111 | 11011011 | 101011 | 1010110 | 0 | 1010000 | 1110 | 1111100 | 1001011 | 110001 |
Color Harmonies of #1FDB2B
Complementary color
Monochromatic Colors of #1FDB2B
Black with #1FDB2B
Text Example
Text Example
White with #1FDB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDB2B; }
p { color: rgb(31,219,43); }
H1.HeaderClassName
{
color: #1FDB2B;
}
.AnyTagClassName
{
color: #1FDB2B;
}
</style>
background-color css
<style>
a { background-color: #1FDB2B; }
a { background-color: rgb(31,219,43); }
div.DivClassName
{
background-color: #1FDB2B;
}
.BgClassName
{
background-color: #1FDB2B;
}
</style>
border-color css
<style>
span { border-color: #1FDB2B; }
span { border-color: rgb(31,219,43); }
td.TdClassName
{
border-color: #1FDB2B;
}
.TagClassName
{
border-color: #1FDB2B;
}
</style>