Html Css Color HEX #14BF19 Lime Green

📋 copy color: '#14BF19'

red 20 ◦ green 191 ◦ blue 25

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

Shades of Lime Green #14BF19

Tints of Lime Green #14BF19

RGB

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

 GREEN value IS 191 (75% from 255) = 80.93%

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

R = 8.47%
G = 80.93%
B = 10.59%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#14BF19 (or 0x14BF19) is known color: Lime Green. HEX triplet: 14, BF and 19. RGB value is (20,191,25). Sum of RGB (Red+Green+Blue) = 20+191+25=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 191 (75% from 255 or 80.93% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 191 - color contains mainly: green. Hex color #14BF19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14BF19 is #EB40E6. Grayscale: #797979. Windows color (decimal): -15417575 or 1687316. OLE color: 1687316.

HSL color Cylindrical-coordinate representation of color #14BF19: hue angle of 121.75º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BF19 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 191 25 -
CMYK 0.90 0 0.87 0.25
HSL 121.75º 0.81% 0.41% -
HSV(B) 121.75º 0.9% 0.75% -
XYZ 19.09 37.48 7.15 -
YUV 120.95 73.85 56 -
System Red Green Blue C M Y K H S L
Decimal 20 191 25 0.90 0 0.87 0.25 121.75 0.81 0.41
Hex 14 BF 19 5A 0 57 19 7A 51 29
Octal 24 277 31 132 0 127 31 172 121 51
Binary 10100 10111111 11001 1011010 0 1010111 11001 1111010 1010001 101001

Color Harmonies of #14BF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BF19

Black with #14BF19

Text Example


Text Example

White with #14BF19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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