Shades of Lime Green #1BD91C
Tints of Lime Green #1BD91C
RGB
CMYK
RGB Variations
Color information
#1BD91C (or 0x1BD91C) is known color: Lime Green. HEX triplet: 1B, D9 and 1C. RGB value is (27,217,28). Sum of RGB (Red+Green+Blue) = 27+217+28=272 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.93% from 272); Green value is 217 (85.16% from 255 or 79.78% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 217 - color contains mainly: green. Hex color #1BD91C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BD91C is #E426E3. Grayscale: #8B8B8B. Windows color (decimal): -14952164 or 1890587. OLE color: 1890587.
HSL color Cylindrical-coordinate representation of color #1BD91C: hue angle of 120.32º 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 #1BD91C is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 217 | 28 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.15 |
| HSL | 120.32º | 0.78% | 0.48% | - |
| HSV(B) | 120.32º | 0.88% | 0.85% | - |
| XYZ | 25.47 | 49.94 | 9.4 | - |
| YUV | 138.64 | 65.55 | 48.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 217 | 28 | 0.88 | 0 | 0.87 | 0.15 | 120.32 | 0.78 | 0.48 |
| Hex | 1B | D9 | 1C | 58 | 0 | 57 | F | 78 | 4E | 30 |
| Octal | 33 | 331 | 34 | 130 | 0 | 127 | 17 | 170 | 116 | 60 |
| Binary | 11011 | 11011001 | 11100 | 1011000 | 0 | 1010111 | 1111 | 1111000 | 1001110 | 110000 |
Color Harmonies of #1BD91C
Complementary color
Monochromatic Colors of #1BD91C
Black with #1BD91C
Text Example
Text Example
White with #1BD91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD91C; }
p { color: rgb(27,217,28); }
H1.HeaderClassName
{
color: #1BD91C;
}
.AnyTagClassName
{
color: #1BD91C;
}
</style>
background-color css
<style>
a { background-color: #1BD91C; }
a { background-color: rgb(27,217,28); }
div.DivClassName
{
background-color: #1BD91C;
}
.BgClassName
{
background-color: #1BD91C;
}
</style>
border-color css
<style>
span { border-color: #1BD91C; }
span { border-color: rgb(27,217,28); }
td.TdClassName
{
border-color: #1BD91C;
}
.TagClassName
{
border-color: #1BD91C;
}
</style>