Html Css Color HEX #14BA1D Lime Green

📋 copy color: '#14BA1D'

red 20 ◦ green 186 ◦ blue 29

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

Shades of Lime Green #14BA1D

Tints of Lime Green #14BA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.34%

R = 8.51%
G = 79.15%
B = 12.34%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#14BA1D (or 0x14BA1D) is known color: Lime Green. HEX triplet: 14, BA and 1D. RGB value is (20,186,29). Sum of RGB (Red+Green+Blue) = 20+186+29=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 186 (73.05% from 255 or 79.15% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BA1D is #EB45E2. Grayscale: #767676. Windows color (decimal): -15418851 or 1948180. OLE color: 1948180.

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

Color convert

RGB 20 186 29 -
CMYK 0.89 0 0.84 0.27
HSL 123.25º 0.81% 0.4% -
HSV(B) 123.25º 0.89% 0.73% -
XYZ 18.07 35.36 7.03 -
YUV 118.47 77.5 57.77 -
System Red Green Blue C M Y K H S L
Decimal 20 186 29 0.89 0 0.84 0.27 123.25 0.81 0.4
Hex 14 BA 1D 59 0 54 1B 7B 51 28
Octal 24 272 35 131 0 124 33 173 121 50
Binary 10100 10111010 11101 1011001 0 1010100 11011 1111011 1010001 101000

Color Harmonies of #14BA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BA1D

Black with #14BA1D

Text Example


Text Example

White with #14BA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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