#14BF1B

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

Shades of Lime Green #14BF1B

Tints of Lime Green #14BF1B

Color information

#14BF1B (or 0x14BF1B) is unknown color: approx 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

RGB2019127-
CMYK0.9000.860.25
HSL122.46º81.04%41.37%-
HSV(B)122.46º89.53%74.9%-
XYZ19.1237.497.27-
YUV121.1874.8555.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.40%
GREEN value IS 191 (75% from 255) = 80.25%
BLUE value IS 27 (10.94% from 255) = 11.34%
R=8.40%
G=80.25%
B=11.34%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal20191270.9000.860.25122.4681.0441.37
Hex14BF1B5A056197a5129
Octal242773313201263117212151
Binary1010010111111110111011010010101101100111110101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BF1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>