Shades of Lime Green #1BDA2E
Tints of Lime Green #1BDA2E
RGB
CMYK
RGB Variations
Color information
#1BDA2E (or 0x1BDA2E) is known color: Lime Green. HEX triplet: 1B, DA and 2E. RGB value is (27,218,46). Sum of RGB (Red+Green+Blue) = 27+218+46=291 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.28% from 291); Green value is 218 (85.55% from 255 or 74.91% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 218 - color contains mainly: green. Hex color #1BDA2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDA2E is #E425D1. Grayscale: #8D8D8D. Windows color (decimal): -14951890 or 3070491. OLE color: 3070491.
HSL color Cylindrical-coordinate representation of color #1BDA2E: hue angle of 125.97º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDA2E is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 218 | 46 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.15 |
| HSL | 125.97º | 0.78% | 0.48% | - |
| HSV(B) | 125.97º | 0.88% | 0.85% | - |
| XYZ | 26.02 | 50.57 | 10.98 | - |
| YUV | 141.28 | 74.22 | 46.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 218 | 46 | 0.88 | 0 | 0.79 | 0.15 | 125.97 | 0.78 | 0.48 |
| Hex | 1B | DA | 2E | 58 | 0 | 4F | F | 7E | 4E | 30 |
| Octal | 33 | 332 | 56 | 130 | 0 | 117 | 17 | 176 | 116 | 60 |
| Binary | 11011 | 11011010 | 101110 | 1011000 | 0 | 1001111 | 1111 | 1111110 | 1001110 | 110000 |
Color Harmonies of #1BDA2E
Complementary color
Monochromatic Colors of #1BDA2E
Black with #1BDA2E
Text Example
Text Example
White with #1BDA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDA2E; }
p { color: rgb(27,218,46); }
H1.HeaderClassName
{
color: #1BDA2E;
}
.AnyTagClassName
{
color: #1BDA2E;
}
</style>
background-color css
<style>
a { background-color: #1BDA2E; }
a { background-color: rgb(27,218,46); }
div.DivClassName
{
background-color: #1BDA2E;
}
.BgClassName
{
background-color: #1BDA2E;
}
</style>
border-color css
<style>
span { border-color: #1BDA2E; }
span { border-color: rgb(27,218,46); }
td.TdClassName
{
border-color: #1BDA2E;
}
.TagClassName
{
border-color: #1BDA2E;
}
</style>