Html Css Color HEX #14CE20 Lime Green

📋 copy color: '#14CE20'

red 20 ◦ green 206 ◦ blue 32

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

Shades of Lime Green #14CE20

Tints of Lime Green #14CE20

RGB

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

 GREEN value IS 206 (80.86% from 255) = 79.84%

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

R = 7.75%
G = 79.84%
B = 12.4%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#14CE20 (or 0x14CE20) is known color: Lime Green. HEX triplet: 14, CE and 20. RGB value is (20,206,32). Sum of RGB (Red+Green+Blue) = 20+206+32=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 206 (80.86% from 255 or 79.84% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CE20 is #EB31DF. Grayscale: #838383. Windows color (decimal): -15413728 or 2149908. OLE color: 2149908.

HSL color Cylindrical-coordinate representation of color #14CE20: hue angle of 123.87º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CE20 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 206 32 -
CMYK 0.90 0 0.84 0.19
HSL 123.87º 0.82% 0.44% -
HSV(B) 123.87º 0.9% 0.81% -
XYZ 22.62 44.4 8.74 -
YUV 130.55 72.38 49.15 -
System Red Green Blue C M Y K H S L
Decimal 20 206 32 0.90 0 0.84 0.19 123.87 0.82 0.44
Hex 14 CE 20 5A 0 54 13 7C 52 2C
Octal 24 316 40 132 0 124 23 174 122 54
Binary 10100 11001110 100000 1011010 0 1010100 10011 1111100 1010010 101100

Color Harmonies of #14CE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CE20

Black with #14CE20

Text Example


Text Example

White with #14CE20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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