Html Css Color HEX #14C11B Lime Green

📋 copy color: '#14C11B'

red 20 ◦ green 193 ◦ blue 27

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

Shades of Lime Green #14C11B

Tints of Lime Green #14C11B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 80.42%

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

R = 8.33%
G = 80.42%
B = 11.25%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#14C11B (or 0x14C11B) is known color: Lime Green. HEX triplet: 14, C1 and 1B. RGB value is (20,193,27). Sum of RGB (Red+Green+Blue) = 20+193+27=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 193 (75.78% from 255 or 80.42% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 193 - color contains mainly: green. Hex color #14C11B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C11B is #EB3EE4. Grayscale: #7A7A7A. Windows color (decimal): -15417061 or 1818900. OLE color: 1818900.

HSL color Cylindrical-coordinate representation of color #14C11B: hue angle of 122.43º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C11B is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 193 27 -
CMYK 0.90 0 0.86 0.24
HSL 122.43º 0.81% 0.42% -
HSV(B) 122.43º 0.9% 0.76% -
XYZ 19.56 38.37 7.41 -
YUV 122.35 74.19 55 -
System Red Green Blue C M Y K H S L
Decimal 20 193 27 0.90 0 0.86 0.24 122.43 0.81 0.42
Hex 14 C1 1B 5A 0 56 18 7A 51 2A
Octal 24 301 33 132 0 126 30 172 121 52
Binary 10100 11000001 11011 1011010 0 1010110 11000 1111010 1010001 101010

Color Harmonies of #14C11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C11B

Black with #14C11B

Text Example


Text Example

White with #14C11B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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