Html Css Color HEX #40D629 Lime Green

📋 copy color: '#40D629'

red 64 ◦ green 214 ◦ blue 41

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

Shades of Lime Green #40D629

Tints of Lime Green #40D629

RGB

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

 GREEN value IS 214 (83.98% from 255) = 67.08%

 BLUE value IS 41 (16.41% from 255) = 12.85%

R = 20.06%
G = 67.08%
B = 12.85%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#40D629 (or 0x40D629) is known color: Lime Green. HEX triplet: 40, D6 and 29. RGB value is (64,214,41). Sum of RGB (Red+Green+Blue) = 64+214+41=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 214 (83.98% from 255 or 67.08% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 214 - color contains mainly: green. Hex color #40D629 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D629 is #BF29D6. Grayscale: #959595. Windows color (decimal): -12528087 or 2741824. OLE color: 2741824.

HSL color Cylindrical-coordinate representation of color #40D629: hue angle of 112.02º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40D629 is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 214 41 -
CMYK 0.70 0 0.81 0.16
HSL 112.02º 0.68% 0.5% -
HSV(B) 112.02º 0.81% 0.84% -
XYZ 26.56 49.34 10.22 -
YUV 149.43 66.81 67.07 -
System Red Green Blue C M Y K H S L
Decimal 64 214 41 0.70 0 0.81 0.16 112.02 0.68 0.5
Hex 40 D6 29 46 0 51 10 70 44 32
Octal 100 326 51 106 0 121 20 160 104 62
Binary 1000000 11010110 101001 1000110 0 1010001 10000 1110000 1000100 110010

Color Harmonies of #40D629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D629

Black with #40D629

Text Example


Text Example

White with #40D629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,214,41); }

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

background-color css

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

 a { background-color: rgb(64,214,41); }

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

border-color css

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

 span { border-color: rgb(64,214,41); }

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