Html Css Color HEX #14BA1A Lime Green

📋 copy color: '#14BA1A'

red 20 ◦ green 186 ◦ blue 26

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

Shades of Lime Green #14BA1A

Tints of Lime Green #14BA1A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 80.17%

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

R = 8.62%
G = 80.17%
B = 11.21%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#14BA1A (or 0x14BA1A) is known color: Lime Green. HEX triplet: 14, BA and 1A. RGB value is (20,186,26). Sum of RGB (Red+Green+Blue) = 20+186+26=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 186 (73.05% from 255 or 80.17% from 232); Blue value is 26 (10.55% from 255 or 11.21% from 232); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BA1A is #EB45E5. Grayscale: #767676. Windows color (decimal): -15418854 or 1751572. OLE color: 1751572.

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

Color convert

RGB 20 186 26 -
CMYK 0.89 0 0.86 0.27
HSL 122.17º 0.81% 0.4% -
HSV(B) 122.17º 0.89% 0.73% -
XYZ 18.03 35.34 6.85 -
YUV 118.13 76 58.01 -
System Red Green Blue C M Y K H S L
Decimal 20 186 26 0.89 0 0.86 0.27 122.17 0.81 0.4
Hex 14 BA 1A 59 0 56 1B 7A 51 28
Octal 24 272 32 131 0 126 33 172 121 50
Binary 10100 10111010 11010 1011001 0 1010110 11011 1111010 1010001 101000

Color Harmonies of #14BA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BA1A

Black with #14BA1A

Text Example


Text Example

White with #14BA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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