Shades of Lime Green #1BDE26
Tints of Lime Green #1BDE26
RGB
CMYK
RGB Variations
Color information
#1BDE26 (or 0x1BDE26) is known color: Lime Green. HEX triplet: 1B, DE and 26. RGB value is (27,222,38). Sum of RGB (Red+Green+Blue) = 27+222+38=287 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.41% from 287); Green value is 222 (87.11% from 255 or 77.35% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 222 - color contains mainly: green. Hex color #1BDE26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDE26 is #E421D9. Grayscale: #8F8F8F. Windows color (decimal): -14950874 or 2547227. OLE color: 2547227.
HSL color Cylindrical-coordinate representation of color #1BDE26: hue angle of 123.38º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDE26 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 222 | 38 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.13 |
| HSL | 123.38º | 0.78% | 0.49% | - |
| HSV(B) | 123.38º | 0.88% | 0.87% | - |
| XYZ | 26.92 | 52.62 | 10.57 | - |
| YUV | 142.72 | 68.9 | 45.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 222 | 38 | 0.88 | 0 | 0.83 | 0.13 | 123.38 | 0.78 | 0.49 |
| Hex | 1B | DE | 26 | 58 | 0 | 53 | D | 7B | 4E | 31 |
| Octal | 33 | 336 | 46 | 130 | 0 | 123 | 15 | 173 | 116 | 61 |
| Binary | 11011 | 11011110 | 100110 | 1011000 | 0 | 1010011 | 1101 | 1111011 | 1001110 | 110001 |
Color Harmonies of #1BDE26
Complementary color
Monochromatic Colors of #1BDE26
Black with #1BDE26
Text Example
Text Example
White with #1BDE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDE26; }
p { color: rgb(27,222,38); }
H1.HeaderClassName
{
color: #1BDE26;
}
.AnyTagClassName
{
color: #1BDE26;
}
</style>
background-color css
<style>
a { background-color: #1BDE26; }
a { background-color: rgb(27,222,38); }
div.DivClassName
{
background-color: #1BDE26;
}
.BgClassName
{
background-color: #1BDE26;
}
</style>
border-color css
<style>
span { border-color: #1BDE26; }
span { border-color: rgb(27,222,38); }
td.TdClassName
{
border-color: #1BDE26;
}
.TagClassName
{
border-color: #1BDE26;
}
</style>