Html Css Color HEX #40E320 Lime Green

📋 copy color: '#40E320'

red 64 ◦ green 227 ◦ blue 32

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

Shades of Lime Green #40E320

Tints of Lime Green #40E320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 70.28%

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

R = 19.81%
G = 70.28%
B = 9.91%

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

#40E320 (or 0x40E320) is known color: Lime Green. HEX triplet: 40, E3 and 20. RGB value is (64,227,32). Sum of RGB (Red+Green+Blue) = 64+227+32=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 227 (89.06% from 255 or 70.28% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 227 - color contains mainly: green. Hex color #40E320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E320 is #BF1CDF. Grayscale: #9C9C9C. Windows color (decimal): -12524768 or 2155328. OLE color: 2155328.

HSL color Cylindrical-coordinate representation of color #40E320: hue angle of 110.15º degrees, saturation: 0.78, 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 #40E320 is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 64 227 32 -
CMYK 0.72 0 0.86 0.11
HSL 110.15º 0.78% 0.51% -
HSV(B) 110.15º 0.86% 0.89% -
XYZ 29.84 56.13 10.63 -
YUV 156.03 58 62.36 -
System Red Green Blue C M Y K H S L
Decimal 64 227 32 0.72 0 0.86 0.11 110.15 0.78 0.51
Hex 40 E3 20 48 0 56 B 6E 4E 33
Octal 100 343 40 110 0 126 13 156 116 63
Binary 1000000 11100011 100000 1001000 0 1010110 1011 1101110 1001110 110011

Color Harmonies of #40E320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E320

Black with #40E320

Text Example


Text Example

White with #40E320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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