Html Css Color HEX #14C01A Lime Green

📋 copy color: '#14C01A'

red 20 ◦ green 192 ◦ blue 26

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

Shades of Lime Green #14C01A

Tints of Lime Green #14C01A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 80.67%

 BLUE value IS 26 (10.55% from 255) = 10.92%

R = 8.4%
G = 80.67%
B = 10.92%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#14C01A (or 0x14C01A) is known color: Lime Green. HEX triplet: 14, C0 and 1A. RGB value is (20,192,26). Sum of RGB (Red+Green+Blue) = 20+192+26=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 192 (75.39% from 255 or 80.67% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 192 - color contains mainly: green. Hex color #14C01A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C01A is #EB3FE5. Grayscale: #7A7A7A. Windows color (decimal): -15417318 or 1753108. OLE color: 1753108.

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

Color convert

RGB 20 192 26 -
CMYK 0.90 0 0.86 0.25
HSL 122.09º 0.81% 0.42% -
HSV(B) 122.09º 0.9% 0.75% -
XYZ 19.32 37.92 7.28 -
YUV 121.65 74.02 55.5 -
System Red Green Blue C M Y K H S L
Decimal 20 192 26 0.90 0 0.86 0.25 122.09 0.81 0.42
Hex 14 C0 1A 5A 0 56 19 7A 51 2A
Octal 24 300 32 132 0 126 31 172 121 52
Binary 10100 11000000 11010 1011010 0 1010110 11001 1111010 1010001 101010

Color Harmonies of #14C01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C01A

Black with #14C01A

Text Example


Text Example

White with #14C01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,192,26); }

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

background-color css

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

 a { background-color: rgb(20,192,26); }

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

border-color css

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

 span { border-color: rgb(20,192,26); }

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