Html Css Color HEX #40DE56 Lime Green

📋 copy color: '#40DE56'

red 64 ◦ green 222 ◦ blue 86

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

Shades of Lime Green #40DE56

Tints of Lime Green #40DE56

RGB

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

 GREEN value IS 222 (87.11% from 255) = 59.68%

 BLUE value IS 86 (33.98% from 255) = 23.12%

R = 17.2%
G = 59.68%
B = 23.12%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#40DE56 (or 0x40DE56) is known color: Lime Green. HEX triplet: 40, DE and 56. RGB value is (64,222,86). Sum of RGB (Red+Green+Blue) = 64+222+86=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 222 (87.11% from 255 or 59.68% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 222 - color contains mainly: green. Hex color #40DE56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DE56 is #BF21A9. Grayscale: #9F9F9F. Windows color (decimal): -12525994 or 5692992. OLE color: 5692992.

HSL color Cylindrical-coordinate representation of color #40DE56: hue angle of 128.35º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DE56 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 222 86 -
CMYK 0.71 0 0.61 0.13
HSL 128.35º 0.71% 0.56% -
HSV(B) 128.35º 0.71% 0.87% -
XYZ 29.92 54 17.65 -
YUV 159.25 86.65 60.06 -
System Red Green Blue C M Y K H S L
Decimal 64 222 86 0.71 0 0.61 0.13 128.35 0.71 0.56
Hex 40 DE 56 47 0 3D D 80 47 38
Octal 100 336 126 107 0 75 15 200 107 70
Binary 1000000 11011110 1010110 1000111 0 111101 1101 10000000 1000111 111000

Color Harmonies of #40DE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DE56

Black with #40DE56

Text Example


Text Example

White with #40DE56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,222,86); }

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

background-color css

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

 a { background-color: rgb(64,222,86); }

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

border-color css

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

 span { border-color: rgb(64,222,86); }

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