Html Css Color HEX #14D620 Lime Green

📋 copy color: '#14D620'

red 20 ◦ green 214 ◦ blue 32

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

Shades of Lime Green #14D620

Tints of Lime Green #14D620

RGB

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

 GREEN value IS 214 (83.98% from 255) = 80.45%

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

R = 7.52%
G = 80.45%
B = 12.03%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#14D620 (or 0x14D620) is known color: Lime Green. HEX triplet: 14, D6 and 20. RGB value is (20,214,32). Sum of RGB (Red+Green+Blue) = 20+214+32=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 214 (83.98% from 255 or 80.45% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 214 - color contains mainly: green. Hex color #14D620 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D620 is #EB29DF. Grayscale: #878787. Windows color (decimal): -15411680 or 2151956. OLE color: 2151956.

HSL color Cylindrical-coordinate representation of color #14D620: hue angle of 123.71º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D620 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 214 32 -
CMYK 0.91 0 0.85 0.16
HSL 123.71º 0.83% 0.46% -
HSV(B) 123.71º 0.91% 0.84% -
XYZ 24.6 48.35 9.4 -
YUV 135.25 69.73 45.8 -
System Red Green Blue C M Y K H S L
Decimal 20 214 32 0.91 0 0.85 0.16 123.71 0.83 0.46
Hex 14 D6 20 5B 0 55 10 7C 53 2E
Octal 24 326 40 133 0 125 20 174 123 56
Binary 10100 11010110 100000 1011011 0 1010101 10000 1111100 1010011 101110

Color Harmonies of #14D620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D620

Black with #14D620

Text Example


Text Example

White with #14D620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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