Html Css Color HEX #40D632 Lime Green

📋 copy color: '#40D632'

red 64 ◦ green 214 ◦ blue 50

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

Shades of Lime Green #40D632

Tints of Lime Green #40D632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.24%

R = 19.51%
G = 65.24%
B = 15.24%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#40D632 (or 0x40D632) is known color: Lime Green. HEX triplet: 40, D6 and 32. RGB value is (64,214,50). Sum of RGB (Red+Green+Blue) = 64+214+50=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 214 (83.98% from 255 or 65.24% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 214 - color contains mainly: green. Hex color #40D632 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D632 is #BF29CD. Grayscale: #969696. Windows color (decimal): -12528078 or 3331648. OLE color: 3331648.

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

Color convert

RGB 64 214 50 -
CMYK 0.70 0 0.77 0.16
HSL 114.88º 0.67% 0.52% -
HSV(B) 114.88º 0.77% 0.84% -
XYZ 26.74 49.41 11.15 -
YUV 150.45 71.31 66.34 -
System Red Green Blue C M Y K H S L
Decimal 64 214 50 0.70 0 0.77 0.16 114.88 0.67 0.52
Hex 40 D6 32 46 0 4D 10 73 43 34
Octal 100 326 62 106 0 115 20 163 103 64
Binary 1000000 11010110 110010 1000110 0 1001101 10000 1110011 1000011 110100

Color Harmonies of #40D632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D632

Black with #40D632

Text Example


Text Example

White with #40D632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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