Html Css Color HEX #14CD16 Lime Green

📋 copy color: '#14CD16'

red 20 ◦ green 205 ◦ blue 22

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

Shades of Lime Green #14CD16

Tints of Lime Green #14CD16

RGB

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

 GREEN value IS 205 (80.47% from 255) = 83%

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

R = 8.1%
G = 83%
B = 8.91%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#14CD16 (or 0x14CD16) is known color: Lime Green. HEX triplet: 14, CD and 16. RGB value is (20,205,22). Sum of RGB (Red+Green+Blue) = 20+205+22=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 205 (80.47% from 255 or 83.00% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 205 - color contains mainly: green. Hex color #14CD16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14CD16 is #EB32E9. Grayscale: #818181. Windows color (decimal): -15413994 or 1494292. OLE color: 1494292.

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

Color convert

RGB 20 205 22 -
CMYK 0.90 0 0.89 0.20
HSL 120.65º 0.82% 0.44% -
HSV(B) 120.65º 0.9% 0.8% -
XYZ 22.26 43.87 8.05 -
YUV 128.82 67.71 50.38 -
System Red Green Blue C M Y K H S L
Decimal 20 205 22 0.90 0 0.89 0.20 120.65 0.82 0.44
Hex 14 CD 16 5A 0 59 14 79 52 2C
Octal 24 315 26 132 0 131 24 171 122 54
Binary 10100 11001101 10110 1011010 0 1011001 10100 1111001 1010010 101100

Color Harmonies of #14CD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CD16

Black with #14CD16

Text Example


Text Example

White with #14CD16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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