Html Css Color HEX #40D71F Lime Green

📋 copy color: '#40D71F'

red 64 ◦ green 215 ◦ blue 31

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

Shades of Lime Green #40D71F

Tints of Lime Green #40D71F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10%

R = 20.65%
G = 69.35%
B = 10%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#40D71F (or 0x40D71F) is known color: Lime Green. HEX triplet: 40, D7 and 1F. RGB value is (64,215,31). Sum of RGB (Red+Green+Blue) = 64+215+31=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 215 (84.38% from 255 or 69.35% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 215 - color contains mainly: green. Hex color #40D71F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D71F is #BF28E0. Grayscale: #959595. Windows color (decimal): -12527841 or 2086720. OLE color: 2086720.

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

Color convert

RGB 64 215 31 -
CMYK 0.70 0 0.86 0.16
HSL 109.24º 0.75% 0.48% -
HSV(B) 109.24º 0.86% 0.84% -
XYZ 26.66 49.79 9.5 -
YUV 148.88 61.47 67.46 -
System Red Green Blue C M Y K H S L
Decimal 64 215 31 0.70 0 0.86 0.16 109.24 0.75 0.48
Hex 40 D7 1F 46 0 56 10 6D 4B 30
Octal 100 327 37 106 0 126 20 155 113 60
Binary 1000000 11010111 11111 1000110 0 1010110 10000 1101101 1001011 110000

Color Harmonies of #40D71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D71F

Black with #40D71F

Text Example


Text Example

White with #40D71F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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