Html Css Color HEX #40E31F Lime Green

📋 copy color: '#40E31F'

red 64 ◦ green 227 ◦ blue 31

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

Shades of Lime Green #40E31F

Tints of Lime Green #40E31F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 70.5%

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

R = 19.88%
G = 70.5%
B = 9.63%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#40E31F (or 0x40E31F) is known color: Lime Green. HEX triplet: 40, E3 and 1F. RGB value is (64,227,31). Sum of RGB (Red+Green+Blue) = 64+227+31=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 227 (89.06% from 255 or 70.50% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 227 - color contains mainly: green. Hex color #40E31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E31F is #BF1CE0. Grayscale: #9C9C9C. Windows color (decimal): -12524769 or 2089792. OLE color: 2089792.

HSL color Cylindrical-coordinate representation of color #40E31F: hue angle of 109.9º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40E31F is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 64 227 31 -
CMYK 0.72 0 0.86 0.11
HSL 109.9º 0.78% 0.51% -
HSV(B) 109.9º 0.86% 0.89% -
XYZ 29.83 56.13 10.56 -
YUV 155.92 57.5 62.44 -
System Red Green Blue C M Y K H S L
Decimal 64 227 31 0.72 0 0.86 0.11 109.9 0.78 0.51
Hex 40 E3 1F 48 0 56 B 6E 4E 33
Octal 100 343 37 110 0 126 13 156 116 63
Binary 1000000 11100011 11111 1001000 0 1010110 1011 1101110 1001110 110011

Color Harmonies of #40E31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E31F

Black with #40E31F

Text Example


Text Example

White with #40E31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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