Html Css Color HEX #40DA1E Lime Green

📋 copy color: '#40DA1E'

red 64 ◦ green 218 ◦ blue 30

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

Shades of Lime Green #40DA1E

Tints of Lime Green #40DA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.62%

R = 20.51%
G = 69.87%
B = 9.62%

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

#40DA1E (or 0x40DA1E) is known color: Lime Green. HEX triplet: 40, DA and 1E. RGB value is (64,218,30). Sum of RGB (Red+Green+Blue) = 64+218+30=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 218 (85.55% from 255 or 69.87% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DA1E is #BF25E1. Grayscale: #979797. Windows color (decimal): -12527074 or 2021952. OLE color: 2021952.

HSL color Cylindrical-coordinate representation of color #40DA1E: hue angle of 109.15º degrees, saturation: 0.76, 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 #40DA1E is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 218 30 -
CMYK 0.71 0 0.86 0.15
HSL 109.15º 0.76% 0.49% -
HSV(B) 109.15º 0.86% 0.85% -
XYZ 27.42 51.33 9.69 -
YUV 150.52 59.98 66.29 -
System Red Green Blue C M Y K H S L
Decimal 64 218 30 0.71 0 0.86 0.15 109.15 0.76 0.49
Hex 40 DA 1E 47 0 56 F 6D 4C 31
Octal 100 332 36 107 0 126 17 155 114 61
Binary 1000000 11011010 11110 1000111 0 1010110 1111 1101101 1001100 110001

Color Harmonies of #40DA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DA1E

Black with #40DA1E

Text Example


Text Example

White with #40DA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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