Html Css Color HEX #40D61F Lime Green

📋 copy color: '#40D61F'

red 64 ◦ green 214 ◦ blue 31

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

Shades of Lime Green #40D61F

Tints of Lime Green #40D61F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 69.26%

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

R = 20.71%
G = 69.26%
B = 10.03%

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

#40D61F (or 0x40D61F) is known color: Lime Green. HEX triplet: 40, D6 and 1F. RGB value is (64,214,31). Sum of RGB (Red+Green+Blue) = 64+214+31=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 214 (83.98% from 255 or 69.26% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 214 - color contains mainly: green. Hex color #40D61F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D61F is #BF29E0. Grayscale: #949494. Windows color (decimal): -12528097 or 2086464. OLE color: 2086464.

HSL color Cylindrical-coordinate representation of color #40D61F: hue angle of 109.18º 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 #40D61F is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 214 31 -
CMYK 0.70 0 0.86 0.16
HSL 109.18º 0.75% 0.48% -
HSV(B) 109.18º 0.86% 0.84% -
XYZ 26.41 49.28 9.42 -
YUV 148.29 61.81 67.88 -
System Red Green Blue C M Y K H S L
Decimal 64 214 31 0.70 0 0.86 0.16 109.18 0.75 0.48
Hex 40 D6 1F 46 0 56 10 6D 4B 30
Octal 100 326 37 106 0 126 20 155 113 60
Binary 1000000 11010110 11111 1000110 0 1010110 10000 1101101 1001011 110000

Color Harmonies of #40D61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D61F

Black with #40D61F

Text Example


Text Example

White with #40D61F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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