Html Css Color HEX #40DA50 Lime Green

📋 copy color: '#40DA50'

red 64 ◦ green 218 ◦ blue 80

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

Shades of Lime Green #40DA50

Tints of Lime Green #40DA50

RGB

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

 GREEN value IS 218 (85.55% from 255) = 60.22%

 BLUE value IS 80 (31.64% from 255) = 22.1%

R = 17.68%
G = 60.22%
B = 22.1%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#40DA50 (or 0x40DA50) is known color: Lime Green. HEX triplet: 40, DA and 50. RGB value is (64,218,80). Sum of RGB (Red+Green+Blue) = 64+218+80=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 218 (85.55% from 255 or 60.22% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DA50 is #BF25AF. Grayscale: #9C9C9C. Windows color (decimal): -12527024 or 5298752. OLE color: 5298752.

HSL color Cylindrical-coordinate representation of color #40DA50: hue angle of 126.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DA50 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 218 80 -
CMYK 0.71 0 0.63 0.15
HSL 126.23º 0.68% 0.55% -
HSV(B) 126.23º 0.71% 0.85% -
XYZ 28.63 51.81 16.08 -
YUV 156.22 84.98 62.22 -
System Red Green Blue C M Y K H S L
Decimal 64 218 80 0.71 0 0.63 0.15 126.23 0.68 0.55
Hex 40 DA 50 47 0 3F F 7E 44 37
Octal 100 332 120 107 0 77 17 176 104 67
Binary 1000000 11011010 1010000 1000111 0 111111 1111 1111110 1000100 110111

Color Harmonies of #40DA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DA50

Black with #40DA50

Text Example


Text Example

White with #40DA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,218,80); }

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

background-color css

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

 a { background-color: rgb(64,218,80); }

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

border-color css

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

 span { border-color: rgb(64,218,80); }

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