Html Css Color HEX #14C21D Lime Green

📋 copy color: '#14C21D'

red 20 ◦ green 194 ◦ blue 29

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

Shades of Lime Green #14C21D

Tints of Lime Green #14C21D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 79.84%

 BLUE value IS 29 (11.72% from 255) = 11.93%

R = 8.23%
G = 79.84%
B = 11.93%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#14C21D (or 0x14C21D) is known color: Lime Green. HEX triplet: 14, C2 and 1D. RGB value is (20,194,29). Sum of RGB (Red+Green+Blue) = 20+194+29=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 194 (76.17% from 255 or 79.84% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 194 - color contains mainly: green. Hex color #14C21D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C21D is #EB3DE2. Grayscale: #7B7B7B. Windows color (decimal): -15416803 or 1950228. OLE color: 1950228.

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

Color convert

RGB 20 194 29 -
CMYK 0.90 0 0.85 0.24
HSL 123.1º 0.81% 0.42% -
HSV(B) 123.1º 0.9% 0.76% -
XYZ 19.8 38.82 7.61 -
YUV 123.16 74.85 54.42 -
System Red Green Blue C M Y K H S L
Decimal 20 194 29 0.90 0 0.85 0.24 123.1 0.81 0.42
Hex 14 C2 1D 5A 0 55 18 7B 51 2A
Octal 24 302 35 132 0 125 30 173 121 52
Binary 10100 11000010 11101 1011010 0 1010101 11000 1111011 1010001 101010

Color Harmonies of #14C21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C21D

Black with #14C21D

Text Example


Text Example

White with #14C21D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,194,29); }

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

background-color css

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

 a { background-color: rgb(20,194,29); }

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

border-color css

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

 span { border-color: rgb(20,194,29); }

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