Shades of Lime Green #1BDA2C
Tints of Lime Green #1BDA2C
RGB
CMYK
RGB Variations
Color information
#1BDA2C (or 0x1BDA2C) is known color: Lime Green. HEX triplet: 1B, DA and 2C. RGB value is (27,218,44). Sum of RGB (Red+Green+Blue) = 27+218+44=289 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.34% from 289); Green value is 218 (85.55% from 255 or 75.43% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 218 - color contains mainly: green. Hex color #1BDA2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDA2C is #E425D3. Grayscale: #8D8D8D. Windows color (decimal): -14951892 or 2939419. OLE color: 2939419.
HSL color Cylindrical-coordinate representation of color #1BDA2C: hue angle of 125.34º 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 #1BDA2C is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 218 | 44 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.15 |
| HSL | 125.34º | 0.78% | 0.48% | - |
| HSV(B) | 125.34º | 0.88% | 0.85% | - |
| XYZ | 25.98 | 50.56 | 10.77 | - |
| YUV | 141.06 | 73.22 | 46.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 218 | 44 | 0.88 | 0 | 0.80 | 0.15 | 125.34 | 0.78 | 0.48 |
| Hex | 1B | DA | 2C | 58 | 0 | 50 | F | 7D | 4E | 30 |
| Octal | 33 | 332 | 54 | 130 | 0 | 120 | 17 | 175 | 116 | 60 |
| Binary | 11011 | 11011010 | 101100 | 1011000 | 0 | 1010000 | 1111 | 1111101 | 1001110 | 110000 |
Color Harmonies of #1BDA2C
Complementary color
Monochromatic Colors of #1BDA2C
Black with #1BDA2C
Text Example
Text Example
White with #1BDA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDA2C; }
p { color: rgb(27,218,44); }
H1.HeaderClassName
{
color: #1BDA2C;
}
.AnyTagClassName
{
color: #1BDA2C;
}
</style>
background-color css
<style>
a { background-color: #1BDA2C; }
a { background-color: rgb(27,218,44); }
div.DivClassName
{
background-color: #1BDA2C;
}
.BgClassName
{
background-color: #1BDA2C;
}
</style>
border-color css
<style>
span { border-color: #1BDA2C; }
span { border-color: rgb(27,218,44); }
td.TdClassName
{
border-color: #1BDA2C;
}
.TagClassName
{
border-color: #1BDA2C;
}
</style>