Html Css Color HEX #14BC1A Lime Green

📋 copy color: '#14BC1A'

red 20 ◦ green 188 ◦ blue 26

#14BC1A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #14BC1A

Tints of Lime Green #14BC1A

RGB

 RED value IS 20 (8.2% from 255) = 8.55%

 GREEN value IS 188 (73.83% from 255) = 80.34%

 BLUE value IS 26 (10.55% from 255) = 11.11%

R = 8.55%
G = 80.34%
B = 11.11%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#14BC1A (or 0x14BC1A) is known color: Lime Green. HEX triplet: 14, BC and 1A. RGB value is (20,188,26). Sum of RGB (Red+Green+Blue) = 20+188+26=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 188 (73.83% from 255 or 80.34% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 188 - color contains mainly: green. Hex color #14BC1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BC1A is #EB43E5. Grayscale: #777777. Windows color (decimal): -15418342 or 1752084. OLE color: 1752084.

HSL color Cylindrical-coordinate representation of color #14BC1A: hue angle of 122.14º 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 #14BC1A is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 188 26 -
CMYK 0.89 0 0.86 0.26
HSL 122.14º 0.81% 0.41% -
HSV(B) 122.14º 0.89% 0.74% -
XYZ 18.46 36.19 6.99 -
YUV 119.3 75.34 57.17 -
System Red Green Blue C M Y K H S L
Decimal 20 188 26 0.89 0 0.86 0.26 122.14 0.81 0.41
Hex 14 BC 1A 59 0 56 1A 7A 51 29
Octal 24 274 32 131 0 126 32 172 121 51
Binary 10100 10111100 11010 1011001 0 1010110 11010 1111010 1010001 101001

Color Harmonies of #14BC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BC1A

Black with #14BC1A

Text Example


Text Example

White with #14BC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,188,26); }

 H1.HeaderClassName
 {
   color: #14BC1A;
 }
 .AnyTagClassName
 {
   color: #14BC1A;
 }
</style>

background-color css

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

 a { background-color: rgb(20,188,26); }

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

border-color css

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

 span { border-color: rgb(20,188,26); }

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