Html Css Color HEX #40D728 Lime Green

📋 copy color: '#40D728'

red 64 ◦ green 215 ◦ blue 40

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

Shades of Lime Green #40D728

Tints of Lime Green #40D728

RGB

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

 GREEN value IS 215 (84.38% from 255) = 67.4%

 BLUE value IS 40 (16.02% from 255) = 12.54%

R = 20.06%
G = 67.4%
B = 12.54%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#40D728 (or 0x40D728) is known color: Lime Green. HEX triplet: 40, D7 and 28. RGB value is (64,215,40). Sum of RGB (Red+Green+Blue) = 64+215+40=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 215 (84.38% from 255 or 67.40% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 215 - color contains mainly: green. Hex color #40D728 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D728 is #BF28D7. Grayscale: #969696. Windows color (decimal): -12527832 or 2676544. OLE color: 2676544.

HSL color Cylindrical-coordinate representation of color #40D728: hue angle of 111.77º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40D728 is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 215 40 -
CMYK 0.70 0 0.81 0.16
HSL 111.77º 0.69% 0.5% -
HSV(B) 111.77º 0.81% 0.84% -
XYZ 26.8 49.84 10.22 -
YUV 149.9 65.97 66.73 -
System Red Green Blue C M Y K H S L
Decimal 64 215 40 0.70 0 0.81 0.16 111.77 0.69 0.5
Hex 40 D7 28 46 0 51 10 70 45 32
Octal 100 327 50 106 0 121 20 160 105 62
Binary 1000000 11010111 101000 1000110 0 1010001 10000 1110000 1000101 110010

Color Harmonies of #40D728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D728

Black with #40D728

Text Example


Text Example

White with #40D728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,215,40); }

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

background-color css

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

 a { background-color: rgb(64,215,40); }

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

border-color css

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

 span { border-color: rgb(64,215,40); }

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