Html Css Color HEX #14C41D Lime Green

📋 copy color: '#14C41D'

red 20 ◦ green 196 ◦ blue 29

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

Shades of Lime Green #14C41D

Tints of Lime Green #14C41D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 80%

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

R = 8.16%
G = 80%
B = 11.84%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#14C41D (or 0x14C41D) is known color: Lime Green. HEX triplet: 14, C4 and 1D. RGB value is (20,196,29). Sum of RGB (Red+Green+Blue) = 20+196+29=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 196 (76.95% from 255 or 80% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 196 - color contains mainly: green. Hex color #14C41D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C41D is #EB3BE2. Grayscale: #7C7C7C. Windows color (decimal): -15416291 or 1950740. OLE color: 1950740.

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

Color convert

RGB 20 196 29 -
CMYK 0.90 0 0.85 0.23
HSL 123.07º 0.81% 0.42% -
HSV(B) 123.07º 0.9% 0.77% -
XYZ 20.25 39.72 7.76 -
YUV 124.34 74.19 53.58 -
System Red Green Blue C M Y K H S L
Decimal 20 196 29 0.90 0 0.85 0.23 123.07 0.81 0.42
Hex 14 C4 1D 5A 0 55 17 7B 51 2A
Octal 24 304 35 132 0 125 27 173 121 52
Binary 10100 11000100 11101 1011010 0 1010101 10111 1111011 1010001 101010

Color Harmonies of #14C41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C41D

Black with #14C41D

Text Example


Text Example

White with #14C41D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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