Html Css Color HEX #14CA20 Lime Green

📋 copy color: '#14CA20'

red 20 ◦ green 202 ◦ blue 32

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

Shades of Lime Green #14CA20

Tints of Lime Green #14CA20

RGB

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

 GREEN value IS 202 (79.3% from 255) = 79.53%

 BLUE value IS 32 (12.89% from 255) = 12.6%

R = 7.87%
G = 79.53%
B = 12.6%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#14CA20 (or 0x14CA20) is known color: Lime Green. HEX triplet: 14, CA and 20. RGB value is (20,202,32). Sum of RGB (Red+Green+Blue) = 20+202+32=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 202 (79.30% from 255 or 79.53% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 202 - color contains mainly: green. Hex color #14CA20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CA20 is #EB35DF. Grayscale: #808080. Windows color (decimal): -15414752 or 2148884. OLE color: 2148884.

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

Color convert

RGB 20 202 32 -
CMYK 0.90 0 0.84 0.21
HSL 123.96º 0.82% 0.44% -
HSV(B) 123.96º 0.9% 0.79% -
XYZ 21.67 42.49 8.43 -
YUV 128.2 73.7 50.82 -
System Red Green Blue C M Y K H S L
Decimal 20 202 32 0.90 0 0.84 0.21 123.96 0.82 0.44
Hex 14 CA 20 5A 0 54 15 7C 52 2C
Octal 24 312 40 132 0 124 25 174 122 54
Binary 10100 11001010 100000 1011010 0 1010100 10101 1111100 1010010 101100

Color Harmonies of #14CA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CA20

Black with #14CA20

Text Example


Text Example

White with #14CA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,202,32); }

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

background-color css

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

 a { background-color: rgb(20,202,32); }

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

border-color css

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

 span { border-color: rgb(20,202,32); }

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