Html Css Color HEX #40E220 Lime Green

📋 copy color: '#40E220'

red 64 ◦ green 226 ◦ blue 32

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

Shades of Lime Green #40E220

Tints of Lime Green #40E220

RGB

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

 GREEN value IS 226 (88.67% from 255) = 70.19%

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

R = 19.88%
G = 70.19%
B = 9.94%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#40E220 (or 0x40E220) is known color: Lime Green. HEX triplet: 40, E2 and 20. RGB value is (64,226,32). Sum of RGB (Red+Green+Blue) = 64+226+32=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 226 (88.67% from 255 or 70.19% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 226 - color contains mainly: green. Hex color #40E220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E220 is #BF1DDF. Grayscale: #9C9C9C. Windows color (decimal): -12525024 or 2155072. OLE color: 2155072.

HSL color Cylindrical-coordinate representation of color #40E220: hue angle of 110.1º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40E220 is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 64 226 32 -
CMYK 0.72 0 0.86 0.11
HSL 110.1º 0.77% 0.51% -
HSV(B) 110.1º 0.86% 0.89% -
XYZ 29.57 55.59 10.54 -
YUV 155.45 58.33 62.77 -
System Red Green Blue C M Y K H S L
Decimal 64 226 32 0.72 0 0.86 0.11 110.1 0.77 0.51
Hex 40 E2 20 48 0 56 B 6E 4D 33
Octal 100 342 40 110 0 126 13 156 115 63
Binary 1000000 11100010 100000 1001000 0 1010110 1011 1101110 1001101 110011

Color Harmonies of #40E220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E220

Black with #40E220

Text Example


Text Example

White with #40E220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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