Shades of Lime Green #1BDA31
Tints of Lime Green #1BDA31
RGB
CMYK
RGB Variations
Color information
#1BDA31 (or 0x1BDA31) is known color: Lime Green. HEX triplet: 1B, DA and 31. RGB value is (27,218,49). Sum of RGB (Red+Green+Blue) = 27+218+49=294 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.18% from 294); Green value is 218 (85.55% from 255 or 74.15% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 218 - color contains mainly: green. Hex color #1BDA31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDA31 is #E425CE. Grayscale: #8E8E8E. Windows color (decimal): -14951887 or 3267099. OLE color: 3267099.
HSL color Cylindrical-coordinate representation of color #1BDA31: hue angle of 126.91º 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 #1BDA31 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 218 | 49 | - |
| CMYK | 0.88 | 0 | 0.78 | 0.15 |
| HSL | 126.91º | 0.78% | 0.48% | - |
| HSV(B) | 126.91º | 0.88% | 0.85% | - |
| XYZ | 26.08 | 50.6 | 11.3 | - |
| YUV | 141.63 | 75.72 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 218 | 49 | 0.88 | 0 | 0.78 | 0.15 | 126.91 | 0.78 | 0.48 |
| Hex | 1B | DA | 31 | 58 | 0 | 4E | F | 7F | 4E | 30 |
| Octal | 33 | 332 | 61 | 130 | 0 | 116 | 17 | 177 | 116 | 60 |
| Binary | 11011 | 11011010 | 110001 | 1011000 | 0 | 1001110 | 1111 | 1111111 | 1001110 | 110000 |
Color Harmonies of #1BDA31
Complementary color
Monochromatic Colors of #1BDA31
Black with #1BDA31
Text Example
Text Example
White with #1BDA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDA31; }
p { color: rgb(27,218,49); }
H1.HeaderClassName
{
color: #1BDA31;
}
.AnyTagClassName
{
color: #1BDA31;
}
</style>
background-color css
<style>
a { background-color: #1BDA31; }
a { background-color: rgb(27,218,49); }
div.DivClassName
{
background-color: #1BDA31;
}
.BgClassName
{
background-color: #1BDA31;
}
</style>
border-color css
<style>
span { border-color: #1BDA31; }
span { border-color: rgb(27,218,49); }
td.TdClassName
{
border-color: #1BDA31;
}
.TagClassName
{
border-color: #1BDA31;
}
</style>