Html Css Color HEX #14BE1B Lime Green

📋 copy color: '#14BE1B'

red 20 ◦ green 190 ◦ blue 27

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

Shades of Lime Green #14BE1B

Tints of Lime Green #14BE1B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 80.17%

 BLUE value IS 27 (10.94% from 255) = 11.39%

R = 8.44%
G = 80.17%
B = 11.39%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#14BE1B (or 0x14BE1B) is known color: Lime Green. HEX triplet: 14, BE and 1B. RGB value is (20,190,27). Sum of RGB (Red+Green+Blue) = 20+190+27=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 190 (74.61% from 255 or 80.17% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 190 - color contains mainly: green. Hex color #14BE1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BE1B is #EB41E4. Grayscale: #797979. Windows color (decimal): -15417829 or 1818132. OLE color: 1818132.

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

Color convert

RGB 20 190 27 -
CMYK 0.89 0 0.86 0.25
HSL 122.47º 0.81% 0.41% -
HSV(B) 122.47º 0.89% 0.75% -
XYZ 18.9 37.05 7.19 -
YUV 120.59 75.18 56.25 -
System Red Green Blue C M Y K H S L
Decimal 20 190 27 0.89 0 0.86 0.25 122.47 0.81 0.41
Hex 14 BE 1B 59 0 56 19 7A 51 29
Octal 24 276 33 131 0 126 31 172 121 51
Binary 10100 10111110 11011 1011001 0 1010110 11001 1111010 1010001 101001

Color Harmonies of #14BE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BE1B

Black with #14BE1B

Text Example


Text Example

White with #14BE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,190,27); }

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

background-color css

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

 a { background-color: rgb(20,190,27); }

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

border-color css

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

 span { border-color: rgb(20,190,27); }

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