Html Css Color HEX #14BA18 Lime Green

📋 copy color: '#14BA18'

red 20 ◦ green 186 ◦ blue 24

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

Shades of Lime Green #14BA18

Tints of Lime Green #14BA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.43%

R = 8.7%
G = 80.87%
B = 10.43%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#14BA18 (or 0x14BA18) is known color: Lime Green. HEX triplet: 14, BA and 18. RGB value is (20,186,24). Sum of RGB (Red+Green+Blue) = 20+186+24=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 186 (73.05% from 255 or 80.87% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14BA18 is #EB45E7. Grayscale: #767676. Windows color (decimal): -15418856 or 1620500. OLE color: 1620500.

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

Color convert

RGB 20 186 24 -
CMYK 0.89 0 0.87 0.27
HSL 121.45º 0.81% 0.4% -
HSV(B) 121.45º 0.89% 0.73% -
XYZ 18.01 35.33 6.73 -
YUV 117.9 75 58.17 -
System Red Green Blue C M Y K H S L
Decimal 20 186 24 0.89 0 0.87 0.27 121.45 0.81 0.4
Hex 14 BA 18 59 0 57 1B 79 51 28
Octal 24 272 30 131 0 127 33 171 121 50
Binary 10100 10111010 11000 1011001 0 1010111 11011 1111001 1010001 101000

Color Harmonies of #14BA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BA18

Black with #14BA18

Text Example


Text Example

White with #14BA18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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