Html Css Color HEX #40DB4F Lime Green

📋 copy color: '#40DB4F'

red 64 ◦ green 219 ◦ blue 79

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

Shades of Lime Green #40DB4F

Tints of Lime Green #40DB4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.82%

R = 17.68%
G = 60.5%
B = 21.82%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#40DB4F (or 0x40DB4F) is known color: Lime Green. HEX triplet: 40, DB and 4F. RGB value is (64,219,79). Sum of RGB (Red+Green+Blue) = 64+219+79=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 219 (85.94% from 255 or 60.50% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 219 - color contains mainly: green. Hex color #40DB4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DB4F is #BF24B0. Grayscale: #9D9D9D. Windows color (decimal): -12526769 or 5233472. OLE color: 5233472.

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

Color convert

RGB 64 219 79 -
CMYK 0.71 0 0.64 0.14
HSL 125.81º 0.68% 0.55% -
HSV(B) 125.81º 0.71% 0.86% -
XYZ 28.86 52.32 15.97 -
YUV 156.7 84.15 61.88 -
System Red Green Blue C M Y K H S L
Decimal 64 219 79 0.71 0 0.64 0.14 125.81 0.68 0.55
Hex 40 DB 4F 47 0 40 E 7E 44 37
Octal 100 333 117 107 0 100 16 176 104 67
Binary 1000000 11011011 1001111 1000111 0 1000000 1110 1111110 1000100 110111

Color Harmonies of #40DB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DB4F

Black with #40DB4F

Text Example


Text Example

White with #40DB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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