Shades of Lime Green #1BDA20
Tints of Lime Green #1BDA20
RGB
CMYK
RGB Variations
Color information
#1BDA20 (or 0x1BDA20) is known color: Lime Green. HEX triplet: 1B, DA and 20. RGB value is (27,218,32). Sum of RGB (Red+Green+Blue) = 27+218+32=277 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.75% from 277); Green value is 218 (85.55% from 255 or 78.70% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 218 - color contains mainly: green. Hex color #1BDA20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDA20 is #E425DF. Grayscale: #8C8C8C. Windows color (decimal): -14951904 or 2152987. OLE color: 2152987.
HSL color Cylindrical-coordinate representation of color #1BDA20: hue angle of 121.57º 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 #1BDA20 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 218 | 32 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.15 |
| HSL | 121.57º | 0.78% | 0.48% | - |
| HSV(B) | 121.57º | 0.88% | 0.85% | - |
| XYZ | 25.78 | 50.48 | 9.75 | - |
| YUV | 139.69 | 67.22 | 47.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 218 | 32 | 0.88 | 0 | 0.85 | 0.15 | 121.57 | 0.78 | 0.48 |
| Hex | 1B | DA | 20 | 58 | 0 | 55 | F | 7A | 4E | 30 |
| Octal | 33 | 332 | 40 | 130 | 0 | 125 | 17 | 172 | 116 | 60 |
| Binary | 11011 | 11011010 | 100000 | 1011000 | 0 | 1010101 | 1111 | 1111010 | 1001110 | 110000 |
Color Harmonies of #1BDA20
Complementary color
Monochromatic Colors of #1BDA20
Black with #1BDA20
Text Example
Text Example
White with #1BDA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDA20; }
p { color: rgb(27,218,32); }
H1.HeaderClassName
{
color: #1BDA20;
}
.AnyTagClassName
{
color: #1BDA20;
}
</style>
background-color css
<style>
a { background-color: #1BDA20; }
a { background-color: rgb(27,218,32); }
div.DivClassName
{
background-color: #1BDA20;
}
.BgClassName
{
background-color: #1BDA20;
}
</style>
border-color css
<style>
span { border-color: #1BDA20; }
span { border-color: rgb(27,218,32); }
td.TdClassName
{
border-color: #1BDA20;
}
.TagClassName
{
border-color: #1BDA20;
}
</style>