Shades of Lime Green #1BDB36
Tints of Lime Green #1BDB36
RGB
CMYK
RGB Variations
Color information
#1BDB36 (or 0x1BDB36) is known color: Lime Green. HEX triplet: 1B, DB and 36. RGB value is (27,219,54). Sum of RGB (Red+Green+Blue) = 27+219+54=300 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9% from 300); Green value is 219 (85.94% from 255 or 73% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 219 - color contains mainly: green. Hex color #1BDB36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDB36 is #E424C9. Grayscale: #8F8F8F. Windows color (decimal): -14951626 or 3595035. OLE color: 3595035.
HSL color Cylindrical-coordinate representation of color #1BDB36: hue angle of 128.44º 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 #1BDB36 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 219 | 54 | - |
| CMYK | 0.88 | 0 | 0.75 | 0.14 |
| HSL | 128.44º | 0.78% | 0.48% | - |
| HSV(B) | 128.44º | 0.88% | 0.86% | - |
| XYZ | 26.45 | 51.16 | 11.97 | - |
| YUV | 142.78 | 77.89 | 45.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 219 | 54 | 0.88 | 0 | 0.75 | 0.14 | 128.44 | 0.78 | 0.48 |
| Hex | 1B | DB | 36 | 58 | 0 | 4B | E | 80 | 4E | 30 |
| Octal | 33 | 333 | 66 | 130 | 0 | 113 | 16 | 200 | 116 | 60 |
| Binary | 11011 | 11011011 | 110110 | 1011000 | 0 | 1001011 | 1110 | 10000000 | 1001110 | 110000 |
Color Harmonies of #1BDB36
Complementary color
Monochromatic Colors of #1BDB36
Black with #1BDB36
Text Example
Text Example
White with #1BDB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDB36; }
p { color: rgb(27,219,54); }
H1.HeaderClassName
{
color: #1BDB36;
}
.AnyTagClassName
{
color: #1BDB36;
}
</style>
background-color css
<style>
a { background-color: #1BDB36; }
a { background-color: rgb(27,219,54); }
div.DivClassName
{
background-color: #1BDB36;
}
.BgClassName
{
background-color: #1BDB36;
}
</style>
border-color css
<style>
span { border-color: #1BDB36; }
span { border-color: rgb(27,219,54); }
td.TdClassName
{
border-color: #1BDB36;
}
.TagClassName
{
border-color: #1BDB36;
}
</style>