Shades of Lime Green #1BDC21
Tints of Lime Green #1BDC21
RGB
CMYK
RGB Variations
Color information
#1BDC21 (or 0x1BDC21) is known color: Lime Green. HEX triplet: 1B, DC and 21. RGB value is (27,220,33). Sum of RGB (Red+Green+Blue) = 27+220+33=280 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.64% from 280); Green value is 220 (86.33% from 255 or 78.57% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDC21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDC21 is #E423DE. Grayscale: #8D8D8D. Windows color (decimal): -14951391 or 2219035. OLE color: 2219035.
HSL color Cylindrical-coordinate representation of color #1BDC21: hue angle of 121.87º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDC21 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 220 | 33 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.14 |
| HSL | 121.87º | 0.78% | 0.48% | - |
| HSV(B) | 121.87º | 0.88% | 0.86% | - |
| XYZ | 26.32 | 51.53 | 10 | - |
| YUV | 140.98 | 67.06 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 220 | 33 | 0.88 | 0 | 0.85 | 0.14 | 121.87 | 0.78 | 0.48 |
| Hex | 1B | DC | 21 | 58 | 0 | 55 | E | 7A | 4E | 30 |
| Octal | 33 | 334 | 41 | 130 | 0 | 125 | 16 | 172 | 116 | 60 |
| Binary | 11011 | 11011100 | 100001 | 1011000 | 0 | 1010101 | 1110 | 1111010 | 1001110 | 110000 |
Color Harmonies of #1BDC21
Complementary color
Monochromatic Colors of #1BDC21
Black with #1BDC21
Text Example
Text Example
White with #1BDC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDC21; }
p { color: rgb(27,220,33); }
H1.HeaderClassName
{
color: #1BDC21;
}
.AnyTagClassName
{
color: #1BDC21;
}
</style>
background-color css
<style>
a { background-color: #1BDC21; }
a { background-color: rgb(27,220,33); }
div.DivClassName
{
background-color: #1BDC21;
}
.BgClassName
{
background-color: #1BDC21;
}
</style>
border-color css
<style>
span { border-color: #1BDC21; }
span { border-color: rgb(27,220,33); }
td.TdClassName
{
border-color: #1BDC21;
}
.TagClassName
{
border-color: #1BDC21;
}
</style>