Shades of Lime Green #1BC513
Tints of Lime Green #1BC513
RGB
CMYK
RGB Variations
Color information
#1BC513 (or 0x1BC513) is known color: Lime Green. HEX triplet: 1B, C5 and 13. RGB value is (27,197,19). Sum of RGB (Red+Green+Blue) = 27+197+19=243 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.11% from 243); Green value is 197 (77.34% from 255 or 81.07% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 197 - color contains mainly: green. Hex color #1BC513 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BC513 is #E43AEC. Grayscale: #7E7E7E. Windows color (decimal): -14957293 or 1295643. OLE color: 1295643.
HSL color Cylindrical-coordinate representation of color #1BC513: hue angle of 117.3º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1BC513 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 27 | 197 | 19 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.23 |
| HSL | 117.3º | 0.82% | 0.42% | - |
| HSV(B) | 117.3º | 0.9% | 0.77% | - |
| XYZ | 20.54 | 40.21 | 7.3 | - |
| YUV | 125.88 | 67.68 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 197 | 19 | 0.86 | 0 | 0.90 | 0.23 | 117.3 | 0.82 | 0.42 |
| Hex | 1B | C5 | 13 | 56 | 0 | 5A | 17 | 75 | 52 | 2A |
| Octal | 33 | 305 | 23 | 126 | 0 | 132 | 27 | 165 | 122 | 52 |
| Binary | 11011 | 11000101 | 10011 | 1010110 | 0 | 1011010 | 10111 | 1110101 | 1010010 | 101010 |
Color Harmonies of #1BC513
Complementary color
Monochromatic Colors of #1BC513
Black with #1BC513
Text Example
Text Example
White with #1BC513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC513; }
p { color: rgb(27,197,19); }
H1.HeaderClassName
{
color: #1BC513;
}
.AnyTagClassName
{
color: #1BC513;
}
</style>
background-color css
<style>
a { background-color: #1BC513; }
a { background-color: rgb(27,197,19); }
div.DivClassName
{
background-color: #1BC513;
}
.BgClassName
{
background-color: #1BC513;
}
</style>
border-color css
<style>
span { border-color: #1BC513; }
span { border-color: rgb(27,197,19); }
td.TdClassName
{
border-color: #1BC513;
}
.TagClassName
{
border-color: #1BC513;
}
</style>