Html Css Color HEX #14D120 Lime Green

📋 copy color: '#14D120'

red 20 ◦ green 209 ◦ blue 32

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

Shades of Lime Green #14D120

Tints of Lime Green #14D120

RGB

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

 GREEN value IS 209 (82.03% from 255) = 80.08%

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

R = 7.66%
G = 80.08%
B = 12.26%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#14D120 (or 0x14D120) is known color: Lime Green. HEX triplet: 14, D1 and 20. RGB value is (20,209,32). Sum of RGB (Red+Green+Blue) = 20+209+32=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 209 (82.03% from 255 or 80.08% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 209 - color contains mainly: green. Hex color #14D120 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D120 is #EB2EDF. Grayscale: #848484. Windows color (decimal): -15412960 or 2150676. OLE color: 2150676.

HSL color Cylindrical-coordinate representation of color #14D120: hue angle of 123.81º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D120 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 209 32 -
CMYK 0.90 0 0.85 0.18
HSL 123.81º 0.83% 0.45% -
HSV(B) 123.81º 0.9% 0.82% -
XYZ 23.35 45.85 8.99 -
YUV 132.31 71.38 47.89 -
System Red Green Blue C M Y K H S L
Decimal 20 209 32 0.90 0 0.85 0.18 123.81 0.83 0.45
Hex 14 D1 20 5A 0 55 12 7C 53 2D
Octal 24 321 40 132 0 125 22 174 123 55
Binary 10100 11010001 100000 1011010 0 1010101 10010 1111100 1010011 101101

Color Harmonies of #14D120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D120

Black with #14D120

Text Example


Text Example

White with #14D120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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