Shades of Lime Green #1BD835
Tints of Lime Green #1BD835
RGB
CMYK
RGB Variations
Color information
#1BD835 (or 0x1BD835) is known color: Lime Green. HEX triplet: 1B, D8 and 35. RGB value is (27,216,53). Sum of RGB (Red+Green+Blue) = 27+216+53=296 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.12% from 296); Green value is 216 (84.77% from 255 or 72.97% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 216 - color contains mainly: green. Hex color #1BD835 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BD835 is #E427CA. Grayscale: #8D8D8D. Windows color (decimal): -14952395 or 3528731. OLE color: 3528731.
HSL color Cylindrical-coordinate representation of color #1BD835: hue angle of 128.25º 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 #1BD835 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 216 | 53 | - |
| CMYK | 0.88 | 0 | 0.75 | 0.15 |
| HSL | 128.25º | 0.78% | 0.48% | - |
| HSV(B) | 128.25º | 0.88% | 0.85% | - |
| XYZ | 25.65 | 49.6 | 11.59 | - |
| YUV | 140.91 | 78.38 | 46.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 216 | 53 | 0.88 | 0 | 0.75 | 0.15 | 128.25 | 0.78 | 0.48 |
| Hex | 1B | D8 | 35 | 58 | 0 | 4B | F | 80 | 4E | 30 |
| Octal | 33 | 330 | 65 | 130 | 0 | 113 | 17 | 200 | 116 | 60 |
| Binary | 11011 | 11011000 | 110101 | 1011000 | 0 | 1001011 | 1111 | 10000000 | 1001110 | 110000 |
Color Harmonies of #1BD835
Complementary color
Monochromatic Colors of #1BD835
Black with #1BD835
Text Example
Text Example
White with #1BD835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD835; }
p { color: rgb(27,216,53); }
H1.HeaderClassName
{
color: #1BD835;
}
.AnyTagClassName
{
color: #1BD835;
}
</style>
background-color css
<style>
a { background-color: #1BD835; }
a { background-color: rgb(27,216,53); }
div.DivClassName
{
background-color: #1BD835;
}
.BgClassName
{
background-color: #1BD835;
}
</style>
border-color css
<style>
span { border-color: #1BD835; }
span { border-color: rgb(27,216,53); }
td.TdClassName
{
border-color: #1BD835;
}
.TagClassName
{
border-color: #1BD835;
}
</style>