Shades of Lime Green #1BDA1D
Tints of Lime Green #1BDA1D
RGB
CMYK
RGB Variations
Color information
#1BDA1D (or 0x1BDA1D) is known color: Lime Green. HEX triplet: 1B, DA and 1D. RGB value is (27,218,29). Sum of RGB (Red+Green+Blue) = 27+218+29=274 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.85% from 274); Green value is 218 (85.55% from 255 or 79.56% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 218 - color contains mainly: green. Hex color #1BDA1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDA1D is #E425E2. Grayscale: #8B8B8B. Windows color (decimal): -14951907 or 1956379. OLE color: 1956379.
HSL color Cylindrical-coordinate representation of color #1BDA1D: hue angle of 120.63º 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 #1BDA1D is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 218 | 29 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.15 |
| HSL | 120.63º | 0.78% | 0.48% | - |
| HSV(B) | 120.63º | 0.88% | 0.85% | - |
| XYZ | 25.75 | 50.46 | 9.55 | - |
| YUV | 139.35 | 65.72 | 47.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 218 | 29 | 0.88 | 0 | 0.87 | 0.15 | 120.63 | 0.78 | 0.48 |
| Hex | 1B | DA | 1D | 58 | 0 | 57 | F | 79 | 4E | 30 |
| Octal | 33 | 332 | 35 | 130 | 0 | 127 | 17 | 171 | 116 | 60 |
| Binary | 11011 | 11011010 | 11101 | 1011000 | 0 | 1010111 | 1111 | 1111001 | 1001110 | 110000 |
Color Harmonies of #1BDA1D
Complementary color
Monochromatic Colors of #1BDA1D
Black with #1BDA1D
Text Example
Text Example
White with #1BDA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDA1D; }
p { color: rgb(27,218,29); }
H1.HeaderClassName
{
color: #1BDA1D;
}
.AnyTagClassName
{
color: #1BDA1D;
}
</style>
background-color css
<style>
a { background-color: #1BDA1D; }
a { background-color: rgb(27,218,29); }
div.DivClassName
{
background-color: #1BDA1D;
}
.BgClassName
{
background-color: #1BDA1D;
}
</style>
border-color css
<style>
span { border-color: #1BDA1D; }
span { border-color: rgb(27,218,29); }
td.TdClassName
{
border-color: #1BDA1D;
}
.TagClassName
{
border-color: #1BDA1D;
}
</style>