Html Css Color HEX #40DB39 Lime Green

📋 copy color: '#40DB39'

red 64 ◦ green 219 ◦ blue 57

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

Shades of Lime Green #40DB39

Tints of Lime Green #40DB39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.76%

R = 18.82%
G = 64.41%
B = 16.76%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#40DB39 (or 0x40DB39) is known color: Lime Green. HEX triplet: 40, DB and 39. RGB value is (64,219,57). Sum of RGB (Red+Green+Blue) = 64+219+57=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 219 (85.94% from 255 or 64.41% from 340); Blue value is 57 (22.66% from 255 or 16.76% from 340); Max value from RGB is 219 - color contains mainly: green. Hex color #40DB39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DB39 is #BF24C6. Grayscale: #9A9A9A. Windows color (decimal): -12526791 or 3791680. OLE color: 3791680.

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

Color convert

RGB 64 219 57 -
CMYK 0.71 0 0.74 0.14
HSL 117.41º 0.69% 0.54% -
HSV(B) 117.41º 0.74% 0.86% -
XYZ 28.18 52.05 12.43 -
YUV 154.19 73.15 63.67 -
System Red Green Blue C M Y K H S L
Decimal 64 219 57 0.71 0 0.74 0.14 117.41 0.69 0.54
Hex 40 DB 39 47 0 4A E 75 45 36
Octal 100 333 71 107 0 112 16 165 105 66
Binary 1000000 11011011 111001 1000111 0 1001010 1110 1110101 1000101 110110

Color Harmonies of #40DB39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DB39

Black with #40DB39

Text Example


Text Example

White with #40DB39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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