Html Css Color HEX #40DF1E Lime Green

📋 copy color: '#40DF1E'

red 64 ◦ green 223 ◦ blue 30

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

Shades of Lime Green #40DF1E

Tints of Lime Green #40DF1E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 70.35%

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

R = 20.19%
G = 70.35%
B = 9.46%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#40DF1E (or 0x40DF1E) is known color: Lime Green. HEX triplet: 40, DF and 1E. RGB value is (64,223,30). Sum of RGB (Red+Green+Blue) = 64+223+30=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 223 (87.5% from 255 or 70.35% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 223 - color contains mainly: green. Hex color #40DF1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DF1E is #BF20E1. Grayscale: #9A9A9A. Windows color (decimal): -12525794 or 2023232. OLE color: 2023232.

HSL color Cylindrical-coordinate representation of color #40DF1E: hue angle of 109.43º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #40DF1E is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 223 30 -
CMYK 0.71 0 0.87 0.13
HSL 109.43º 0.76% 0.5% -
HSV(B) 109.43º 0.87% 0.87% -
XYZ 28.74 53.96 10.13 -
YUV 153.46 58.32 64.19 -
System Red Green Blue C M Y K H S L
Decimal 64 223 30 0.71 0 0.87 0.13 109.43 0.76 0.5
Hex 40 DF 1E 47 0 57 D 6D 4C 32
Octal 100 337 36 107 0 127 15 155 114 62
Binary 1000000 11011111 11110 1000111 0 1010111 1101 1101101 1001100 110010

Color Harmonies of #40DF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DF1E

Black with #40DF1E

Text Example


Text Example

White with #40DF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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