Html Css Color HEX #40DB49 Lime Green

📋 copy color: '#40DB49'

red 64 ◦ green 219 ◦ blue 73

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

Shades of Lime Green #40DB49

Tints of Lime Green #40DB49

RGB

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

 GREEN value IS 219 (85.94% from 255) = 61.52%

 BLUE value IS 73 (28.91% from 255) = 20.51%

R = 17.98%
G = 61.52%
B = 20.51%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#40DB49 (or 0x40DB49) is known color: Lime Green. HEX triplet: 40, DB and 49. RGB value is (64,219,73). Sum of RGB (Red+Green+Blue) = 64+219+73=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 219 (85.94% from 255 or 61.52% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 219 - color contains mainly: green. Hex color #40DB49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DB49 is #BF24B6. Grayscale: #9C9C9C. Windows color (decimal): -12526775 or 4840256. OLE color: 4840256.

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

Color convert

RGB 64 219 73 -
CMYK 0.71 0 0.67 0.14
HSL 123.48º 0.68% 0.55% -
HSV(B) 123.48º 0.71% 0.86% -
XYZ 28.65 52.23 14.88 -
YUV 156.01 81.15 62.37 -
System Red Green Blue C M Y K H S L
Decimal 64 219 73 0.71 0 0.67 0.14 123.48 0.68 0.55
Hex 40 DB 49 47 0 43 E 7B 44 37
Octal 100 333 111 107 0 103 16 173 104 67
Binary 1000000 11011011 1001001 1000111 0 1000011 1110 1111011 1000100 110111

Color Harmonies of #40DB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DB49

Black with #40DB49

Text Example


Text Example

White with #40DB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,219,73); }

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

background-color css

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

 a { background-color: rgb(64,219,73); }

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

border-color css

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

 span { border-color: rgb(64,219,73); }

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