Shades of Lime Green #1BDC35
Tints of Lime Green #1BDC35
RGB
CMYK
RGB Variations
Color information
#1BDC35 (or 0x1BDC35) is known color: Lime Green. HEX triplet: 1B, DC and 35. RGB value is (27,220,53). Sum of RGB (Red+Green+Blue) = 27+220+53=300 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9% from 300); Green value is 220 (86.33% from 255 or 73.33% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDC35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDC35 is #E423CA. Grayscale: #8F8F8F. Windows color (decimal): -14951371 or 3529755. OLE color: 3529755.
HSL color Cylindrical-coordinate representation of color #1BDC35: hue angle of 128.08º 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 #1BDC35 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 220 | 53 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.14 |
| HSL | 128.08º | 0.78% | 0.48% | - |
| HSV(B) | 128.08º | 0.88% | 0.86% | - |
| XYZ | 26.69 | 51.68 | 11.94 | - |
| YUV | 143.26 | 77.06 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 220 | 53 | 0.88 | 0 | 0.76 | 0.14 | 128.08 | 0.78 | 0.48 |
| Hex | 1B | DC | 35 | 58 | 0 | 4C | E | 80 | 4E | 30 |
| Octal | 33 | 334 | 65 | 130 | 0 | 114 | 16 | 200 | 116 | 60 |
| Binary | 11011 | 11011100 | 110101 | 1011000 | 0 | 1001100 | 1110 | 10000000 | 1001110 | 110000 |
Color Harmonies of #1BDC35
Complementary color
Monochromatic Colors of #1BDC35
Black with #1BDC35
Text Example
Text Example
White with #1BDC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDC35; }
p { color: rgb(27,220,53); }
H1.HeaderClassName
{
color: #1BDC35;
}
.AnyTagClassName
{
color: #1BDC35;
}
</style>
background-color css
<style>
a { background-color: #1BDC35; }
a { background-color: rgb(27,220,53); }
div.DivClassName
{
background-color: #1BDC35;
}
.BgClassName
{
background-color: #1BDC35;
}
</style>
border-color css
<style>
span { border-color: #1BDC35; }
span { border-color: rgb(27,220,53); }
td.TdClassName
{
border-color: #1BDC35;
}
.TagClassName
{
border-color: #1BDC35;
}
</style>