Html Css Color HEX #14C416 Lime Green

📋 copy color: '#14C416'

red 20 ◦ green 196 ◦ blue 22

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

Shades of Lime Green #14C416

Tints of Lime Green #14C416

RGB

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

 GREEN value IS 196 (76.95% from 255) = 82.35%

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

R = 8.4%
G = 82.35%
B = 9.24%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#14C416 (or 0x14C416) is known color: Lime Green. HEX triplet: 14, C4 and 16. RGB value is (20,196,22). Sum of RGB (Red+Green+Blue) = 20+196+22=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 196 (76.95% from 255 or 82.35% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 196 - color contains mainly: green. Hex color #14C416 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C416 is #EB3BE9. Grayscale: #7C7C7C. Windows color (decimal): -15416298 or 1491988. OLE color: 1491988.

HSL color Cylindrical-coordinate representation of color #14C416: hue angle of 120.68º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C416 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 20 196 22 -
CMYK 0.90 0 0.89 0.23
HSL 120.68º 0.81% 0.42% -
HSV(B) 120.68º 0.9% 0.77% -
XYZ 20.17 39.69 7.36 -
YUV 123.54 70.69 54.15 -
System Red Green Blue C M Y K H S L
Decimal 20 196 22 0.90 0 0.89 0.23 120.68 0.81 0.42
Hex 14 C4 16 5A 0 59 17 79 51 2A
Octal 24 304 26 132 0 131 27 171 121 52
Binary 10100 11000100 10110 1011010 0 1011001 10111 1111001 1010001 101010

Color Harmonies of #14C416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C416

Black with #14C416

Text Example


Text Example

White with #14C416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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