Shades of Lime Green #13BC17
Tints of Lime Green #13BC17
RGB
CMYK
RGB Variations
Color information
#13BC17 (or 0x13BC17) is known color: Lime Green. HEX triplet: 13, BC and 17. RGB value is (19,188,23). Sum of RGB (Red+Green+Blue) = 19+188+23=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 188 (73.83% from 255 or 81.74% from 230); Blue value is 23 (9.38% from 255 or 10% from 230); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13BC17 is #EC43E8. Grayscale: #777777. Windows color (decimal): -15483881 or 1555475. OLE color: 1555475.
HSL color Cylindrical-coordinate representation of color #13BC17: hue angle of 121.42º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BC17 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 188 | 23 | - |
| CMYK | 0.90 | 0 | 0.88 | 0.26 |
| HSL | 121.42º | 0.82% | 0.41% | - |
| HSV(B) | 121.42º | 0.9% | 0.74% | - |
| XYZ | 18.41 | 36.17 | 6.82 | - |
| YUV | 118.66 | 74.01 | 56.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 188 | 23 | 0.90 | 0 | 0.88 | 0.26 | 121.42 | 0.82 | 0.41 |
| Hex | 13 | BC | 17 | 5A | 0 | 58 | 1A | 79 | 52 | 29 |
| Octal | 23 | 274 | 27 | 132 | 0 | 130 | 32 | 171 | 122 | 51 |
| Binary | 10011 | 10111100 | 10111 | 1011010 | 0 | 1011000 | 11010 | 1111001 | 1010010 | 101001 |
Color Harmonies of #13BC17
Complementary color
Monochromatic Colors of #13BC17
Black with #13BC17
Text Example
Text Example
White with #13BC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BC17; }
p { color: rgb(19,188,23); }
H1.HeaderClassName
{
color: #13BC17;
}
.AnyTagClassName
{
color: #13BC17;
}
</style>
background-color css
<style>
a { background-color: #13BC17; }
a { background-color: rgb(19,188,23); }
div.DivClassName
{
background-color: #13BC17;
}
.BgClassName
{
background-color: #13BC17;
}
</style>
border-color css
<style>
span { border-color: #13BC17; }
span { border-color: rgb(19,188,23); }
td.TdClassName
{
border-color: #13BC17;
}
.TagClassName
{
border-color: #13BC17;
}
</style>