Shades of Lime Green #1BDC27
Tints of Lime Green #1BDC27
RGB
CMYK
RGB Variations
Color information
#1BDC27 (or 0x1BDC27) is known color: Lime Green. HEX triplet: 1B, DC and 27. RGB value is (27,220,39). Sum of RGB (Red+Green+Blue) = 27+220+39=286 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.44% from 286); Green value is 220 (86.33% from 255 or 76.92% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDC27 is #E423D8. Grayscale: #8E8E8E. Windows color (decimal): -14951385 or 2612251. OLE color: 2612251.
HSL color Cylindrical-coordinate representation of color #1BDC27: hue angle of 123.73º 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 #1BDC27 is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 220 | 39 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.14 |
| HSL | 123.73º | 0.78% | 0.48% | - |
| HSV(B) | 123.73º | 0.88% | 0.86% | - |
| XYZ | 26.41 | 51.57 | 10.48 | - |
| YUV | 141.66 | 70.06 | 46.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 220 | 39 | 0.88 | 0 | 0.82 | 0.14 | 123.73 | 0.78 | 0.48 |
| Hex | 1B | DC | 27 | 58 | 0 | 52 | E | 7C | 4E | 30 |
| Octal | 33 | 334 | 47 | 130 | 0 | 122 | 16 | 174 | 116 | 60 |
| Binary | 11011 | 11011100 | 100111 | 1011000 | 0 | 1010010 | 1110 | 1111100 | 1001110 | 110000 |
Color Harmonies of #1BDC27
Complementary color
Monochromatic Colors of #1BDC27
Black with #1BDC27
Text Example
Text Example
White with #1BDC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDC27; }
p { color: rgb(27,220,39); }
H1.HeaderClassName
{
color: #1BDC27;
}
.AnyTagClassName
{
color: #1BDC27;
}
</style>
background-color css
<style>
a { background-color: #1BDC27; }
a { background-color: rgb(27,220,39); }
div.DivClassName
{
background-color: #1BDC27;
}
.BgClassName
{
background-color: #1BDC27;
}
</style>
border-color css
<style>
span { border-color: #1BDC27; }
span { border-color: rgb(27,220,39); }
td.TdClassName
{
border-color: #1BDC27;
}
.TagClassName
{
border-color: #1BDC27;
}
</style>