Html Css Color HEX #40DA51 Lime Green

📋 copy color: '#40DA51'

red 64 ◦ green 218 ◦ blue 81

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

Shades of Lime Green #40DA51

Tints of Lime Green #40DA51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.31%

R = 17.63%
G = 60.06%
B = 22.31%

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

#40DA51 (or 0x40DA51) is known color: Lime Green. HEX triplet: 40, DA and 51. RGB value is (64,218,81). Sum of RGB (Red+Green+Blue) = 64+218+81=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 218 (85.55% from 255 or 60.06% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DA51 is #BF25AE. Grayscale: #9C9C9C. Windows color (decimal): -12527023 or 5364288. OLE color: 5364288.

HSL color Cylindrical-coordinate representation of color #40DA51: hue angle of 126.62º 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 #40DA51 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 218 81 -
CMYK 0.71 0 0.63 0.15
HSL 126.62º 0.68% 0.55% -
HSV(B) 126.62º 0.71% 0.85% -
XYZ 28.67 51.83 16.28 -
YUV 156.34 85.48 62.14 -
System Red Green Blue C M Y K H S L
Decimal 64 218 81 0.71 0 0.63 0.15 126.62 0.68 0.55
Hex 40 DA 51 47 0 3F F 7F 44 37
Octal 100 332 121 107 0 77 17 177 104 67
Binary 1000000 11011010 1010001 1000111 0 111111 1111 1111111 1000100 110111

Color Harmonies of #40DA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DA51

Black with #40DA51

Text Example


Text Example

White with #40DA51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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