Html Css Color HEX #40DA1F Lime Green

📋 copy color: '#40DA1F'

red 64 ◦ green 218 ◦ blue 31

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

Shades of Lime Green #40DA1F

Tints of Lime Green #40DA1F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 69.65%

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

R = 20.45%
G = 69.65%
B = 9.9%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#40DA1F (or 0x40DA1F) is known color: Lime Green. HEX triplet: 40, DA and 1F. RGB value is (64,218,31). Sum of RGB (Red+Green+Blue) = 64+218+31=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 218 (85.55% from 255 or 69.65% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DA1F is #BF25E0. Grayscale: #979797. Windows color (decimal): -12527073 or 2087488. OLE color: 2087488.

HSL color Cylindrical-coordinate representation of color #40DA1F: hue angle of 109.41º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40DA1F is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 218 31 -
CMYK 0.71 0 0.86 0.15
HSL 109.41º 0.75% 0.49% -
HSV(B) 109.41º 0.86% 0.85% -
XYZ 27.43 51.33 9.76 -
YUV 150.64 60.48 66.21 -
System Red Green Blue C M Y K H S L
Decimal 64 218 31 0.71 0 0.86 0.15 109.41 0.75 0.49
Hex 40 DA 1F 47 0 56 F 6D 4B 31
Octal 100 332 37 107 0 126 17 155 113 61
Binary 1000000 11011010 11111 1000111 0 1010110 1111 1101101 1001011 110001

Color Harmonies of #40DA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DA1F

Black with #40DA1F

Text Example


Text Example

White with #40DA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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