Html Css Color HEX #40E120 Lime Green

📋 copy color: '#40E120'

red 64 ◦ green 225 ◦ blue 32

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

Shades of Lime Green #40E120

Tints of Lime Green #40E120

RGB

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

 GREEN value IS 225 (88.28% from 255) = 70.09%

 BLUE value IS 32 (12.89% from 255) = 9.97%

R = 19.94%
G = 70.09%
B = 9.97%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#40E120 (or 0x40E120) is known color: Lime Green. HEX triplet: 40, E1 and 20. RGB value is (64,225,32). Sum of RGB (Red+Green+Blue) = 64+225+32=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 225 (88.28% from 255 or 70.09% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 225 - color contains mainly: green. Hex color #40E120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E120 is #BF1EDF. Grayscale: #9B9B9B. Windows color (decimal): -12525280 or 2154816. OLE color: 2154816.

HSL color Cylindrical-coordinate representation of color #40E120: hue angle of 110.05º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40E120 is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 225 32 -
CMYK 0.72 0 0.86 0.12
HSL 110.05º 0.76% 0.5% -
HSV(B) 110.05º 0.86% 0.88% -
XYZ 29.3 55.04 10.45 -
YUV 154.86 58.66 63.19 -
System Red Green Blue C M Y K H S L
Decimal 64 225 32 0.72 0 0.86 0.12 110.05 0.76 0.5
Hex 40 E1 20 48 0 56 C 6E 4C 32
Octal 100 341 40 110 0 126 14 156 114 62
Binary 1000000 11100001 100000 1001000 0 1010110 1100 1101110 1001100 110010

Color Harmonies of #40E120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E120

Black with #40E120

Text Example


Text Example

White with #40E120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,225,32); }

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

background-color css

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

 a { background-color: rgb(64,225,32); }

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

border-color css

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

 span { border-color: rgb(64,225,32); }

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