Shades of Lime Green #14BF1B
Tints of Lime Green #14BF1B
RGB
CMYK
RGB Variations
Color information
#14BF1B (or 0x14BF1B) is known color: Lime Green. HEX triplet: 14, BF and 1B. RGB value is (20,191,27). Sum of RGB (Red+Green+Blue) = 20+191+27=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 191 (75% from 255 or 80.25% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 191 - color contains mainly: green. Hex color #14BF1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BF1B is #EB40E4. Grayscale: #797979. Windows color (decimal): -15417573 or 1818388. OLE color: 1818388.
HSL color Cylindrical-coordinate representation of color #14BF1B: hue angle of 122.46º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BF1B is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 191 | 27 | - |
| CMYK | 0.90 | 0 | 0.86 | 0.25 |
| HSL | 122.46º | 0.81% | 0.41% | - |
| HSV(B) | 122.46º | 0.9% | 0.75% | - |
| XYZ | 19.12 | 37.49 | 7.27 | - |
| YUV | 121.18 | 74.85 | 55.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 191 | 27 | 0.90 | 0 | 0.86 | 0.25 | 122.46 | 0.81 | 0.41 |
| Hex | 14 | BF | 1B | 5A | 0 | 56 | 19 | 7A | 51 | 29 |
| Octal | 24 | 277 | 33 | 132 | 0 | 126 | 31 | 172 | 121 | 51 |
| Binary | 10100 | 10111111 | 11011 | 1011010 | 0 | 1010110 | 11001 | 1111010 | 1010001 | 101001 |
Color Harmonies of #14BF1B
Complementary color
Monochromatic Colors of #14BF1B
Black with #14BF1B
Text Example
Text Example
White with #14BF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BF1B; }
p { color: rgb(20,191,27); }
H1.HeaderClassName
{
color: #14BF1B;
}
.AnyTagClassName
{
color: #14BF1B;
}
</style>
background-color css
<style>
a { background-color: #14BF1B; }
a { background-color: rgb(20,191,27); }
div.DivClassName
{
background-color: #14BF1B;
}
.BgClassName
{
background-color: #14BF1B;
}
</style>
border-color css
<style>
span { border-color: #14BF1B; }
span { border-color: rgb(20,191,27); }
td.TdClassName
{
border-color: #14BF1B;
}
.TagClassName
{
border-color: #14BF1B;
}
</style>