Html Css Color HEX #14C71D Lime Green

📋 copy color: '#14C71D'

red 20 ◦ green 199 ◦ blue 29

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

Shades of Lime Green #14C71D

Tints of Lime Green #14C71D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 80.24%

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

R = 8.06%
G = 80.24%
B = 11.69%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#14C71D (or 0x14C71D) is known color: Lime Green. HEX triplet: 14, C7 and 1D. RGB value is (20,199,29). Sum of RGB (Red+Green+Blue) = 20+199+29=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 199 (78.12% from 255 or 80.24% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 199 - color contains mainly: green. Hex color #14C71D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C71D is #EB38E2. Grayscale: #7E7E7E. Windows color (decimal): -15415523 or 1951508. OLE color: 1951508.

HSL color Cylindrical-coordinate representation of color #14C71D: hue angle of 123.02º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C71D is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 20 199 29 -
CMYK 0.90 0 0.85 0.22
HSL 123.02º 0.82% 0.43% -
HSV(B) 123.02º 0.9% 0.78% -
XYZ 20.93 41.08 7.99 -
YUV 126.1 73.2 52.32 -
System Red Green Blue C M Y K H S L
Decimal 20 199 29 0.90 0 0.85 0.22 123.02 0.82 0.43
Hex 14 C7 1D 5A 0 55 16 7B 52 2B
Octal 24 307 35 132 0 125 26 173 122 53
Binary 10100 11000111 11101 1011010 0 1010101 10110 1111011 1010010 101011

Color Harmonies of #14C71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C71D

Black with #14C71D

Text Example


Text Example

White with #14C71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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