Shades of Lime Green #1BDD32
Tints of Lime Green #1BDD32
RGB
CMYK
RGB Variations
Color information
#1BDD32 (or 0x1BDD32) is known color: Lime Green. HEX triplet: 1B, DD and 32. RGB value is (27,221,50). Sum of RGB (Red+Green+Blue) = 27+221+50=298 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.06% from 298); Green value is 221 (86.72% from 255 or 74.16% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDD32 is #E422CD. Grayscale: #8F8F8F. Windows color (decimal): -14951118 or 3333403. OLE color: 3333403.
HSL color Cylindrical-coordinate representation of color #1BDD32: hue angle of 127.11º 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 #1BDD32 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 50 | - |
| CMYK | 0.88 | 0 | 0.77 | 0.13 |
| HSL | 127.11º | 0.78% | 0.49% | - |
| HSV(B) | 127.11º | 0.88% | 0.87% | - |
| XYZ | 26.88 | 52.18 | 11.67 | - |
| YUV | 143.5 | 75.23 | 44.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 50 | 0.88 | 0 | 0.77 | 0.13 | 127.11 | 0.78 | 0.49 |
| Hex | 1B | DD | 32 | 58 | 0 | 4D | D | 7F | 4E | 31 |
| Octal | 33 | 335 | 62 | 130 | 0 | 115 | 15 | 177 | 116 | 61 |
| Binary | 11011 | 11011101 | 110010 | 1011000 | 0 | 1001101 | 1101 | 1111111 | 1001110 | 110001 |
Color Harmonies of #1BDD32
Complementary color
Monochromatic Colors of #1BDD32
Black with #1BDD32
Text Example
Text Example
White with #1BDD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDD32; }
p { color: rgb(27,221,50); }
H1.HeaderClassName
{
color: #1BDD32;
}
.AnyTagClassName
{
color: #1BDD32;
}
</style>
background-color css
<style>
a { background-color: #1BDD32; }
a { background-color: rgb(27,221,50); }
div.DivClassName
{
background-color: #1BDD32;
}
.BgClassName
{
background-color: #1BDD32;
}
</style>
border-color css
<style>
span { border-color: #1BDD32; }
span { border-color: rgb(27,221,50); }
td.TdClassName
{
border-color: #1BDD32;
}
.TagClassName
{
border-color: #1BDD32;
}
</style>