Shades of Lime Green #14BC15
Tints of Lime Green #14BC15
RGB
CMYK
RGB Variations
Color information
#14BC15 (or 0x14BC15) is known color: Lime Green. HEX triplet: 14, BC and 15. RGB value is (20,188,21). Sum of RGB (Red+Green+Blue) = 20+188+21=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 188 (73.83% from 255 or 82.10% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 188 - color contains mainly: green. Hex color #14BC15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14BC15 is #EB43EA. Grayscale: #777777. Windows color (decimal): -15418347 or 1424404. OLE color: 1424404.
HSL color Cylindrical-coordinate representation of color #14BC15: hue angle of 120.36º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BC15 is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 188 | 21 | - |
| CMYK | 0.89 | 0 | 0.89 | 0.26 |
| HSL | 120.36º | 0.81% | 0.41% | - |
| HSV(B) | 120.36º | 0.89% | 0.74% | - |
| XYZ | 18.41 | 36.17 | 6.72 | - |
| YUV | 118.73 | 72.84 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 21 | 0.89 | 0 | 0.89 | 0.26 | 120.36 | 0.81 | 0.41 |
| Hex | 14 | BC | 15 | 59 | 0 | 59 | 1A | 78 | 51 | 29 |
| Octal | 24 | 274 | 25 | 131 | 0 | 131 | 32 | 170 | 121 | 51 |
| Binary | 10100 | 10111100 | 10101 | 1011001 | 0 | 1011001 | 11010 | 1111000 | 1010001 | 101001 |
Color Harmonies of #14BC15
Complementary color
Monochromatic Colors of #14BC15
Black with #14BC15
Text Example
Text Example
White with #14BC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BC15; }
p { color: rgb(20,188,21); }
H1.HeaderClassName
{
color: #14BC15;
}
.AnyTagClassName
{
color: #14BC15;
}
</style>
background-color css
<style>
a { background-color: #14BC15; }
a { background-color: rgb(20,188,21); }
div.DivClassName
{
background-color: #14BC15;
}
.BgClassName
{
background-color: #14BC15;
}
</style>
border-color css
<style>
span { border-color: #14BC15; }
span { border-color: rgb(20,188,21); }
td.TdClassName
{
border-color: #14BC15;
}
.TagClassName
{
border-color: #14BC15;
}
</style>