Html Css Color HEX #40E029 Lime Green

📋 copy color: '#40E029'

red 64 ◦ green 224 ◦ blue 41

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

Shades of Lime Green #40E029

Tints of Lime Green #40E029

RGB

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

 GREEN value IS 224 (87.89% from 255) = 68.09%

 BLUE value IS 41 (16.41% from 255) = 12.46%

R = 19.45%
G = 68.09%
B = 12.46%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#40E029 (or 0x40E029) is known color: Lime Green. HEX triplet: 40, E0 and 29. RGB value is (64,224,41). Sum of RGB (Red+Green+Blue) = 64+224+41=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 224 (87.89% from 255 or 68.09% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 224 - color contains mainly: green. Hex color #40E029 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E029 is #BF1FD6. Grayscale: #9B9B9B. Windows color (decimal): -12525527 or 2744384. OLE color: 2744384.

HSL color Cylindrical-coordinate representation of color #40E029: hue angle of 112.46º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40E029 is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 224 41 -
CMYK 0.71 0 0.82 0.12
HSL 112.46º 0.75% 0.52% -
HSV(B) 112.46º 0.82% 0.88% -
XYZ 29.17 54.56 11.09 -
YUV 155.3 63.49 62.88 -
System Red Green Blue C M Y K H S L
Decimal 64 224 41 0.71 0 0.82 0.12 112.46 0.75 0.52
Hex 40 E0 29 47 0 52 C 70 4B 34
Octal 100 340 51 107 0 122 14 160 113 64
Binary 1000000 11100000 101001 1000111 0 1010010 1100 1110000 1001011 110100

Color Harmonies of #40E029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E029

Black with #40E029

Text Example


Text Example

White with #40E029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,224,41); }

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

background-color css

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

 a { background-color: rgb(64,224,41); }

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

border-color css

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

 span { border-color: rgb(64,224,41); }

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