Shades of Lime Green #1BC20D
Tints of Lime Green #1BC20D
RGB
CMYK
RGB Variations
Color information
#1BC20D (or 0x1BC20D) is known color: Lime Green. HEX triplet: 1B, C2 and 0D. RGB value is (27,194,13). Sum of RGB (Red+Green+Blue) = 27+194+13=234 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.54% from 234); Green value is 194 (76.17% from 255 or 82.91% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 194 - color contains mainly: green. Hex color #1BC20D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BC20D is #E43DF2. Grayscale: #7B7B7B. Windows color (decimal): -14958067 or 901659. OLE color: 901659.
HSL color Cylindrical-coordinate representation of color #1BC20D: hue angle of 115.36º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1BC20D is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 27 | 194 | 13 | - |
| CMYK | 0.86 | 0 | 0.93 | 0.24 |
| HSL | 115.36º | 0.87% | 0.41% | - |
| HSV(B) | 115.36º | 0.93% | 0.76% | - |
| XYZ | 19.82 | 38.85 | 6.83 | - |
| YUV | 123.43 | 65.67 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 194 | 13 | 0.86 | 0 | 0.93 | 0.24 | 115.36 | 0.87 | 0.41 |
| Hex | 1B | C2 | D | 56 | 0 | 5D | 18 | 73 | 57 | 29 |
| Octal | 33 | 302 | 15 | 126 | 0 | 135 | 30 | 163 | 127 | 51 |
| Binary | 11011 | 11000010 | 1101 | 1010110 | 0 | 1011101 | 11000 | 1110011 | 1010111 | 101001 |
Color Harmonies of #1BC20D
Complementary color
Monochromatic Colors of #1BC20D
Black with #1BC20D
Text Example
Text Example
White with #1BC20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC20D; }
p { color: rgb(27,194,13); }
H1.HeaderClassName
{
color: #1BC20D;
}
.AnyTagClassName
{
color: #1BC20D;
}
</style>
background-color css
<style>
a { background-color: #1BC20D; }
a { background-color: rgb(27,194,13); }
div.DivClassName
{
background-color: #1BC20D;
}
.BgClassName
{
background-color: #1BC20D;
}
</style>
border-color css
<style>
span { border-color: #1BC20D; }
span { border-color: rgb(27,194,13); }
td.TdClassName
{
border-color: #1BC20D;
}
.TagClassName
{
border-color: #1BC20D;
}
</style>