#14BF17

Color #14BF17 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #14BF17

Tints of Lime Green #14BF17

Color information

#14BF17 (or 0x14BF17) is unknown color: approx Lime Green. HEX triplet: 14, BF and 17. RGB value is (20,191,23). Sum of RGB (Red+Green+Blue) = 20+191+23=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 191 (75% from 255 or 81.62% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 191 - color contains mainly: green. Hex color #14BF17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14BF17 is #EB40E8. Grayscale: #797979. Windows color (decimal): -15417577 or 1556244. OLE color: 1556244.

HSL color Cylindrical-coordinate representation of color #14BF17: hue angle of 121.05º 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 #14BF17 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB2019123-
CMYK0.9000.880.25
HSL121.05º81.04%41.37%-
HSV(B)121.05º89.53%74.9%-
XYZ19.0737.477.04-
YUV120.7272.8556.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 8.55%
GREEN value IS 191 (75% from 255) = 81.62%
BLUE value IS 23 (9.38% from 255) = 9.83%
R=8.55%
G=81.62%
B=9.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal20191230.9000.880.25121.0581.0441.37
Hex14BF175A05819795129
Octal242772713201303117112151
Binary1010010111111101111011010010110001100111110011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BF17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14BF17; }

 p { color: rgb(20,191,23); }

 H1.HeaderClassName
 {
   color: #14BF17;
 }
 .AnyTagClassName
 {
   color: #14BF17;
 }
</style>
background-color css

<style>
 a { background-color: #14BF17; }

 a { background-color: rgb(20,191,23); }

 div.DivClassName
 {
   background-color: #14BF17;
 }
 .BgClassName
 {
   background-color: #14BF17;
 }
</style>
border-color css

<style>
 span { border-color: #14BF17; }

 span { border-color: rgb(20,191,23); }

 td.TdClassName
 {
   border-color: #14BF17;
 }
 .TagClassName
 {
   border-color: #14BF17;
 }
</style>