#14BB1B

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

Shades of Lime Green #14BB1B

Tints of Lime Green #14BB1B

Color information

#14BB1B (or 0x14BB1B) is unknown color: approx Lime Green. HEX triplet: 14, BB and 1B. RGB value is (20,187,27). Sum of RGB (Red+Green+Blue) = 20+187+27=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 187 (73.44% from 255 or 79.91% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 187 - color contains mainly: green. Hex color #14BB1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BB1B is #EB44E4. Grayscale: #777777. Windows color (decimal): -15418597 or 1817364. OLE color: 1817364.

HSL color Cylindrical-coordinate representation of color #14BB1B: hue angle of 122.51º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BB1B is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB2018727-
CMYK0.8900.860.27
HSL122.51º80.68%40.59%-
HSV(B)122.51º89.3%73.33%-
XYZ18.2635.776.98-
YUV118.8376.1757.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.55%
GREEN value IS 187 (73.44% from 255) = 79.91%
BLUE value IS 27 (10.94% from 255) = 11.54%
R=8.55%
G=79.91%
B=11.54%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal20187270.8900.860.27122.5180.6840.59
Hex14BB1B590561B7b5129
Octal242733313101263317312151
Binary1010010111011110111011001010101101101111110111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BB1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,187,27); }

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

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

 a { background-color: rgb(20,187,27); }

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

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

 span { border-color: rgb(20,187,27); }

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