#14BF18

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

Shades of Lime Green #14BF18

Tints of Lime Green #14BF18

Color information

#14BF18 (or 0x14BF18) is unknown color: approx Lime Green. HEX triplet: 14, BF and 18. RGB value is (20,191,24). Sum of RGB (Red+Green+Blue) = 20+191+24=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 191 (75% from 255 or 81.28% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 191 - color contains mainly: green. Hex color #14BF18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14BF18 is #EB40E7. Grayscale: #797979. Windows color (decimal): -15417576 or 1621780. OLE color: 1621780.

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

Color convert

RGB2019124-
CMYK0.9000.870.25
HSL121.4º81.04%41.37%-
HSV(B)121.4º89.53%74.9%-
XYZ19.0837.487.09-
YUV120.8373.3556.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.51%
GREEN value IS 191 (75% from 255) = 81.28%
BLUE value IS 24 (9.77% from 255) = 10.21%
R=8.51%
G=81.28%
B=10.21%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal20191240.9000.870.25121.481.0441.37
Hex14BF185A05719795129
Octal242773013201273117112151
Binary1010010111111110001011010010101111100111110011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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