Html Css Color HEX #14CE16 Lime Green

📋 copy color: '#14CE16'

red 20 ◦ green 206 ◦ blue 22

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

Shades of Lime Green #14CE16

Tints of Lime Green #14CE16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.87%

R = 8.06%
G = 83.06%
B = 8.87%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#14CE16 (or 0x14CE16) is known color: Lime Green. HEX triplet: 14, CE and 16. RGB value is (20,206,22). Sum of RGB (Red+Green+Blue) = 20+206+22=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 206 (80.86% from 255 or 83.06% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14CE16 is #EB31E9. Grayscale: #818181. Windows color (decimal): -15413738 or 1494548. OLE color: 1494548.

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

Color convert

RGB 20 206 22 -
CMYK 0.90 0 0.89 0.19
HSL 120.65º 0.82% 0.44% -
HSV(B) 120.65º 0.9% 0.81% -
XYZ 22.5 44.35 8.13 -
YUV 129.41 67.38 49.96 -
System Red Green Blue C M Y K H S L
Decimal 20 206 22 0.90 0 0.89 0.19 120.65 0.82 0.44
Hex 14 CE 16 5A 0 59 13 79 52 2C
Octal 24 316 26 132 0 131 23 171 122 54
Binary 10100 11001110 10110 1011010 0 1011001 10011 1111001 1010010 101100

Color Harmonies of #14CE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CE16

Black with #14CE16

Text Example


Text Example

White with #14CE16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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