Html Css Color HEX #40D14A Lime Green

📋 copy color: '#40D14A'

red 64 ◦ green 209 ◦ blue 74

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

Shades of Lime Green #40D14A

Tints of Lime Green #40D14A

RGB

 RED value IS 64 (25.39% from 255) = 18.44%

 GREEN value IS 209 (82.03% from 255) = 60.23%

 BLUE value IS 74 (29.3% from 255) = 21.33%

R = 18.44%
G = 60.23%
B = 21.33%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#40D14A (or 0x40D14A) is known color: Lime Green. HEX triplet: 40, D1 and 4A. RGB value is (64,209,74). Sum of RGB (Red+Green+Blue) = 64+209+74=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 209 (82.03% from 255 or 60.23% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 209 - color contains mainly: green. Hex color #40D14A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D14A is #BF2EB5. Grayscale: #969696. Windows color (decimal): -12529334 or 4903232. OLE color: 4903232.

HSL color Cylindrical-coordinate representation of color #40D14A: hue angle of 124.14º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D14A is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 209 74 -
CMYK 0.69 0 0.65 0.18
HSL 124.14º 0.61% 0.54% -
HSV(B) 124.14º 0.69% 0.82% -
XYZ 26.15 47.19 14.21 -
YUV 150.26 84.96 66.48 -
System Red Green Blue C M Y K H S L
Decimal 64 209 74 0.69 0 0.65 0.18 124.14 0.61 0.54
Hex 40 D1 4A 45 0 41 12 7C 3D 36
Octal 100 321 112 105 0 101 22 174 75 66
Binary 1000000 11010001 1001010 1000101 0 1000001 10010 1111100 111101 110110

Color Harmonies of #40D14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D14A

Black with #40D14A

Text Example


Text Example

White with #40D14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40D14A; }

 p { color: rgb(64,209,74); }

 H1.HeaderClassName
 {
   color: #40D14A;
 }
 .AnyTagClassName
 {
   color: #40D14A;
 }
</style>

background-color css

<style>
 a { background-color: #40D14A; }

 a { background-color: rgb(64,209,74); }

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

border-color css

<style>
 span { border-color: #40D14A; }

 span { border-color: rgb(64,209,74); }

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