Html Css Color HEX #14CC20 Lime Green

📋 copy color: '#14CC20'

red 20 ◦ green 204 ◦ blue 32

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

Shades of Lime Green #14CC20

Tints of Lime Green #14CC20

RGB

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

 GREEN value IS 204 (80.08% from 255) = 79.69%

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

R = 7.81%
G = 79.69%
B = 12.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#14CC20 (or 0x14CC20) is known color: Lime Green. HEX triplet: 14, CC and 20. RGB value is (20,204,32). Sum of RGB (Red+Green+Blue) = 20+204+32=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 204 (80.08% from 255 or 79.69% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 204 - color contains mainly: green. Hex color #14CC20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CC20 is #EB33DF. Grayscale: #818181. Windows color (decimal): -15414240 or 2149396. OLE color: 2149396.

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

Color convert

RGB 20 204 32 -
CMYK 0.90 0 0.84 0.2
HSL 123.91º 0.82% 0.44% -
HSV(B) 123.91º 0.9% 0.8% -
XYZ 22.14 43.44 8.58 -
YUV 129.38 73.04 49.99 -
System Red Green Blue C M Y K H S L
Decimal 20 204 32 0.90 0 0.84 0.2 123.91 0.82 0.44
Hex 14 CC 20 5A 0 54 14 7C 52 2C
Octal 24 314 40 132 0 124 24 174 122 54
Binary 10100 11001100 100000 1011010 0 1010100 10100 1111100 1010010 101100

Color Harmonies of #14CC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CC20

Black with #14CC20

Text Example


Text Example

White with #14CC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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