Shades of Lime Green #1BDB1F
Tints of Lime Green #1BDB1F
RGB
CMYK
RGB Variations
Color information
#1BDB1F (or 0x1BDB1F) is known color: Lime Green. HEX triplet: 1B, DB and 1F. RGB value is (27,219,31). Sum of RGB (Red+Green+Blue) = 27+219+31=277 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.75% from 277); Green value is 219 (85.94% from 255 or 79.06% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 219 - color contains mainly: green. Hex color #1BDB1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDB1F is #E424E0. Grayscale: #8C8C8C. Windows color (decimal): -14951649 or 2087707. OLE color: 2087707.
HSL color Cylindrical-coordinate representation of color #1BDB1F: hue angle of 121.25º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDB1F is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 219 | 31 | - |
| CMYK | 0.88 | 0 | 0.86 | 0.14 |
| HSL | 121.25º | 0.78% | 0.48% | - |
| HSV(B) | 121.25º | 0.88% | 0.86% | - |
| XYZ | 26.03 | 50.99 | 9.77 | - |
| YUV | 140.16 | 66.39 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 219 | 31 | 0.88 | 0 | 0.86 | 0.14 | 121.25 | 0.78 | 0.48 |
| Hex | 1B | DB | 1F | 58 | 0 | 56 | E | 79 | 4E | 30 |
| Octal | 33 | 333 | 37 | 130 | 0 | 126 | 16 | 171 | 116 | 60 |
| Binary | 11011 | 11011011 | 11111 | 1011000 | 0 | 1010110 | 1110 | 1111001 | 1001110 | 110000 |
Color Harmonies of #1BDB1F
Complementary color
Monochromatic Colors of #1BDB1F
Black with #1BDB1F
Text Example
Text Example
White with #1BDB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDB1F; }
p { color: rgb(27,219,31); }
H1.HeaderClassName
{
color: #1BDB1F;
}
.AnyTagClassName
{
color: #1BDB1F;
}
</style>
background-color css
<style>
a { background-color: #1BDB1F; }
a { background-color: rgb(27,219,31); }
div.DivClassName
{
background-color: #1BDB1F;
}
.BgClassName
{
background-color: #1BDB1F;
}
</style>
border-color css
<style>
span { border-color: #1BDB1F; }
span { border-color: rgb(27,219,31); }
td.TdClassName
{
border-color: #1BDB1F;
}
.TagClassName
{
border-color: #1BDB1F;
}
</style>