Shades of Lime Green #1BDD2E
Tints of Lime Green #1BDD2E
RGB
CMYK
RGB Variations
Color information
#1BDD2E (or 0x1BDD2E) is known color: Lime Green. HEX triplet: 1B, DD and 2E. RGB value is (27,221,46). Sum of RGB (Red+Green+Blue) = 27+221+46=294 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.18% from 294); Green value is 221 (86.72% from 255 or 75.17% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDD2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDD2E is #E422D1. Grayscale: #8F8F8F. Windows color (decimal): -14951122 or 3071259. OLE color: 3071259.
HSL color Cylindrical-coordinate representation of color #1BDD2E: hue angle of 125.88º 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 #1BDD2E is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 46 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.13 |
| HSL | 125.88º | 0.78% | 0.49% | - |
| HSV(B) | 125.88º | 0.88% | 0.87% | - |
| XYZ | 26.8 | 52.14 | 11.24 | - |
| YUV | 143.04 | 73.23 | 45.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 46 | 0.88 | 0 | 0.79 | 0.13 | 125.88 | 0.78 | 0.49 |
| Hex | 1B | DD | 2E | 58 | 0 | 4F | D | 7E | 4E | 31 |
| Octal | 33 | 335 | 56 | 130 | 0 | 117 | 15 | 176 | 116 | 61 |
| Binary | 11011 | 11011101 | 101110 | 1011000 | 0 | 1001111 | 1101 | 1111110 | 1001110 | 110001 |
Color Harmonies of #1BDD2E
Complementary color
Monochromatic Colors of #1BDD2E
Black with #1BDD2E
Text Example
Text Example
White with #1BDD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDD2E; }
p { color: rgb(27,221,46); }
H1.HeaderClassName
{
color: #1BDD2E;
}
.AnyTagClassName
{
color: #1BDD2E;
}
</style>
background-color css
<style>
a { background-color: #1BDD2E; }
a { background-color: rgb(27,221,46); }
div.DivClassName
{
background-color: #1BDD2E;
}
.BgClassName
{
background-color: #1BDD2E;
}
</style>
border-color css
<style>
span { border-color: #1BDD2E; }
span { border-color: rgb(27,221,46); }
td.TdClassName
{
border-color: #1BDD2E;
}
.TagClassName
{
border-color: #1BDD2E;
}
</style>