Html Css Color HEX #14BA19 Lime Green

📋 copy color: '#14BA19'

red 20 ◦ green 186 ◦ blue 25

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

Shades of Lime Green #14BA19

Tints of Lime Green #14BA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.82%

R = 8.66%
G = 80.52%
B = 10.82%

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

#14BA19 (or 0x14BA19) is known color: Lime Green. HEX triplet: 14, BA and 19. RGB value is (20,186,25). Sum of RGB (Red+Green+Blue) = 20+186+25=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 186 (73.05% from 255 or 80.52% from 231); Blue value is 25 (10.16% from 255 or 10.82% from 231); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14BA19 is #EB45E6. Grayscale: #767676. Windows color (decimal): -15418855 or 1686036. OLE color: 1686036.

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

Color convert

RGB 20 186 25 -
CMYK 0.89 0 0.87 0.27
HSL 121.81º 0.81% 0.4% -
HSV(B) 121.81º 0.89% 0.73% -
XYZ 18.02 35.34 6.79 -
YUV 118.01 75.5 58.09 -
System Red Green Blue C M Y K H S L
Decimal 20 186 25 0.89 0 0.87 0.27 121.81 0.81 0.4
Hex 14 BA 19 59 0 57 1B 7A 51 28
Octal 24 272 31 131 0 127 33 172 121 50
Binary 10100 10111010 11001 1011001 0 1010111 11011 1111010 1010001 101000

Color Harmonies of #14BA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BA19

Black with #14BA19

Text Example


Text Example

White with #14BA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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