#14BD1E

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

Shades of Lime Green #14BD1E

Tints of Lime Green #14BD1E

Color information

#14BD1E (or 0x14BD1E) is unknown color: approx Lime Green. HEX triplet: 14, BD and 1E. RGB value is (20,189,30). Sum of RGB (Red+Green+Blue) = 20+189+30=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 189 (74.22% from 255 or 79.08% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 189 - color contains mainly: green. Hex color #14BD1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BD1E is #EB42E1. Grayscale: #787878. Windows color (decimal): -15418082 or 2014484. OLE color: 2014484.

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

Color convert

RGB2018930-
CMYK0.8900.840.26
HSL123.55º80.86%40.98%-
HSV(B)123.55º89.42%74.12%-
XYZ18.7236.647.31-
YUV120.3477.0156.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.37%
GREEN value IS 189 (74.22% from 255) = 79.08%
BLUE value IS 30 (12.11% from 255) = 12.55%
R=8.37%
G=79.08%
B=12.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal20189300.8900.840.26123.5580.8640.98
Hex14BD1E590541A7c5129
Octal242753613101243217412151
Binary1010010111101111101011001010101001101011111001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,189,30); }

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

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

 a { background-color: rgb(20,189,30); }

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

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

 span { border-color: rgb(20,189,30); }

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