Html Css Color HEX #14C120 Lime Green

📋 copy color: '#14C120'

red 20 ◦ green 193 ◦ blue 32

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

Shades of Lime Green #14C120

Tints of Lime Green #14C120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.06%

R = 8.16%
G = 78.78%
B = 13.06%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#14C120 (or 0x14C120) is known color: Lime Green. HEX triplet: 14, C1 and 20. RGB value is (20,193,32). Sum of RGB (Red+Green+Blue) = 20+193+32=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 193 (75.78% from 255 or 78.78% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 193 - color contains mainly: green. Hex color #14C120 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C120 is #EB3EDF. Grayscale: #7B7B7B. Windows color (decimal): -15417056 or 2146580. OLE color: 2146580.

HSL color Cylindrical-coordinate representation of color #14C120: hue angle of 124.16º 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 #14C120 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 193 32 -
CMYK 0.90 0 0.83 0.24
HSL 124.16º 0.81% 0.42% -
HSV(B) 124.16º 0.9% 0.76% -
XYZ 19.62 38.39 7.74 -
YUV 122.92 76.69 54.59 -
System Red Green Blue C M Y K H S L
Decimal 20 193 32 0.90 0 0.83 0.24 124.16 0.81 0.42
Hex 14 C1 20 5A 0 53 18 7C 51 2A
Octal 24 301 40 132 0 123 30 174 121 52
Binary 10100 11000001 100000 1011010 0 1010011 11000 1111100 1010001 101010

Color Harmonies of #14C120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C120

Black with #14C120

Text Example


Text Example

White with #14C120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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