Html Css Color HEX #14B919 Lime Green

📋 copy color: '#14B919'

red 20 ◦ green 185 ◦ blue 25

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

Shades of Lime Green #14B919

Tints of Lime Green #14B919

RGB

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

 GREEN value IS 185 (72.66% from 255) = 80.43%

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

R = 8.7%
G = 80.43%
B = 10.87%

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

#14B919 (or 0x14B919) is known color: Lime Green. HEX triplet: 14, B9 and 19. RGB value is (20,185,25). Sum of RGB (Red+Green+Blue) = 20+185+25=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 185 (72.66% from 255 or 80.43% from 230); Blue value is 25 (10.16% from 255 or 10.87% from 230); Max value from RGB is 185 - color contains mainly: green. Hex color #14B919 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14B919 is #EB46E6. Grayscale: #757575. Windows color (decimal): -15419111 or 1685780. OLE color: 1685780.

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

Color convert

RGB 20 185 25 -
CMYK 0.89 0 0.86 0.27
HSL 121.82º 0.8% 0.4% -
HSV(B) 121.82º 0.89% 0.73% -
XYZ 17.81 34.92 6.72 -
YUV 117.43 75.84 58.51 -
System Red Green Blue C M Y K H S L
Decimal 20 185 25 0.89 0 0.86 0.27 121.82 0.8 0.4
Hex 14 B9 19 59 0 56 1B 7A 50 28
Octal 24 271 31 131 0 126 33 172 120 50
Binary 10100 10111001 11001 1011001 0 1010110 11011 1111010 1010000 101000

Color Harmonies of #14B919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B919

Black with #14B919

Text Example


Text Example

White with #14B919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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