Shades of Lime Green #1BDB24
Tints of Lime Green #1BDB24
RGB
CMYK
RGB Variations
Color information
#1BDB24 (or 0x1BDB24) is known color: Lime Green. HEX triplet: 1B, DB and 24. RGB value is (27,219,36). Sum of RGB (Red+Green+Blue) = 27+219+36=282 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.57% from 282); Green value is 219 (85.94% from 255 or 77.66% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 219 - color contains mainly: green. Hex color #1BDB24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDB24 is #E424DB. Grayscale: #8D8D8D. Windows color (decimal): -14951644 or 2415387. OLE color: 2415387.
HSL color Cylindrical-coordinate representation of color #1BDB24: hue angle of 122.81º 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 #1BDB24 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 219 | 36 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.14 |
| HSL | 122.81º | 0.78% | 0.48% | - |
| HSV(B) | 122.81º | 0.88% | 0.86% | - |
| XYZ | 26.1 | 51.02 | 10.14 | - |
| YUV | 140.73 | 68.89 | 46.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 219 | 36 | 0.88 | 0 | 0.84 | 0.14 | 122.81 | 0.78 | 0.48 |
| Hex | 1B | DB | 24 | 58 | 0 | 54 | E | 7B | 4E | 30 |
| Octal | 33 | 333 | 44 | 130 | 0 | 124 | 16 | 173 | 116 | 60 |
| Binary | 11011 | 11011011 | 100100 | 1011000 | 0 | 1010100 | 1110 | 1111011 | 1001110 | 110000 |
Color Harmonies of #1BDB24
Complementary color
Monochromatic Colors of #1BDB24
Black with #1BDB24
Text Example
Text Example
White with #1BDB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDB24; }
p { color: rgb(27,219,36); }
H1.HeaderClassName
{
color: #1BDB24;
}
.AnyTagClassName
{
color: #1BDB24;
}
</style>
background-color css
<style>
a { background-color: #1BDB24; }
a { background-color: rgb(27,219,36); }
div.DivClassName
{
background-color: #1BDB24;
}
.BgClassName
{
background-color: #1BDB24;
}
</style>
border-color css
<style>
span { border-color: #1BDB24; }
span { border-color: rgb(27,219,36); }
td.TdClassName
{
border-color: #1BDB24;
}
.TagClassName
{
border-color: #1BDB24;
}
</style>