Html Css Color HEX #40D81D Lime Green

📋 copy color: '#40D81D'

red 64 ◦ green 216 ◦ blue 29

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

Shades of Lime Green #40D81D

Tints of Lime Green #40D81D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 69.9%

 BLUE value IS 29 (11.72% from 255) = 9.39%

R = 20.71%
G = 69.9%
B = 9.39%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#40D81D (or 0x40D81D) is known color: Lime Green. HEX triplet: 40, D8 and 1D. RGB value is (64,216,29). Sum of RGB (Red+Green+Blue) = 64+216+29=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 216 (84.77% from 255 or 69.90% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 216 - color contains mainly: green. Hex color #40D81D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D81D is #BF27E2. Grayscale: #959595. Windows color (decimal): -12527587 or 1955904. OLE color: 1955904.

HSL color Cylindrical-coordinate representation of color #40D81D: hue angle of 108.77º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #40D81D is Cyan = 0.70, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 216 29 -
CMYK 0.70 0 0.87 0.15
HSL 108.77º 0.76% 0.48% -
HSV(B) 108.77º 0.87% 0.85% -
XYZ 26.89 50.29 9.45 -
YUV 149.23 60.14 67.21 -
System Red Green Blue C M Y K H S L
Decimal 64 216 29 0.70 0 0.87 0.15 108.77 0.76 0.48
Hex 40 D8 1D 46 0 57 F 6D 4C 30
Octal 100 330 35 106 0 127 17 155 114 60
Binary 1000000 11011000 11101 1000110 0 1010111 1111 1101101 1001100 110000

Color Harmonies of #40D81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D81D

Black with #40D81D

Text Example


Text Example

White with #40D81D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,216,29); }

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

background-color css

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

 a { background-color: rgb(64,216,29); }

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

border-color css

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

 span { border-color: rgb(64,216,29); }

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