Html Css Color HEX #14C110 Lime Green

📋 copy color: '#14C110'

red 20 ◦ green 193 ◦ blue 16

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

Shades of Lime Green #14C110

Tints of Lime Green #14C110

RGB

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

 GREEN value IS 193 (75.78% from 255) = 84.28%

 BLUE value IS 16 (6.64% from 255) = 6.99%

R = 8.73%
G = 84.28%
B = 6.99%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#14C110 (or 0x14C110) is known color: Lime Green. HEX triplet: 14, C1 and 10. RGB value is (20,193,16). Sum of RGB (Red+Green+Blue) = 20+193+16=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 193 (75.78% from 255 or 84.28% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 193 - color contains mainly: green. Hex color #14C110 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C110 is #EB3EEF. Grayscale: #797979. Windows color (decimal): -15417072 or 1098004. OLE color: 1098004.

HSL color Cylindrical-coordinate representation of color #14C110: hue angle of 118.64º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14C110 is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 193 16 -
CMYK 0.90 0 0.92 0.24
HSL 118.64º 0.85% 0.41% -
HSV(B) 118.64º 0.92% 0.76% -
XYZ 19.45 38.33 6.86 -
YUV 121.1 68.69 55.89 -
System Red Green Blue C M Y K H S L
Decimal 20 193 16 0.90 0 0.92 0.24 118.64 0.85 0.41
Hex 14 C1 10 5A 0 5C 18 77 55 29
Octal 24 301 20 132 0 134 30 167 125 51
Binary 10100 11000001 10000 1011010 0 1011100 11000 1110111 1010101 101001

Color Harmonies of #14C110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C110

Black with #14C110

Text Example


Text Example

White with #14C110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,193,16); }

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

background-color css

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

 a { background-color: rgb(20,193,16); }

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

border-color css

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

 span { border-color: rgb(20,193,16); }

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