Html Css Color HEX #14D116 Lime Green

📋 copy color: '#14D116'

red 20 ◦ green 209 ◦ blue 22

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

Shades of Lime Green #14D116

Tints of Lime Green #14D116

RGB

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

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

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

R = 7.97%
G = 83.27%
B = 8.76%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#14D116 (or 0x14D116) is known color: Lime Green. HEX triplet: 14, D1 and 16. RGB value is (20,209,22). Sum of RGB (Red+Green+Blue) = 20+209+22=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 209 (82.03% from 255 or 83.27% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 209 - color contains mainly: green. Hex color #14D116 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14D116 is #EB2EE9. Grayscale: #838383. Windows color (decimal): -15412970 or 1495316. OLE color: 1495316.

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

Color convert

RGB 20 209 22 -
CMYK 0.90 0 0.89 0.18
HSL 120.63º 0.83% 0.45% -
HSV(B) 120.63º 0.9% 0.82% -
XYZ 23.23 45.81 8.38 -
YUV 131.17 66.38 48.71 -
System Red Green Blue C M Y K H S L
Decimal 20 209 22 0.90 0 0.89 0.18 120.63 0.83 0.45
Hex 14 D1 16 5A 0 59 12 79 53 2D
Octal 24 321 26 132 0 131 22 171 123 55
Binary 10100 11010001 10110 1011010 0 1011001 10010 1111001 1010011 101101

Color Harmonies of #14D116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D116

Black with #14D116

Text Example


Text Example

White with #14D116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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