Html Css Color HEX #40EC32 Lime Green

📋 copy color: '#40EC32'

red 64 ◦ green 236 ◦ blue 50

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

Shades of Lime Green #40EC32

Tints of Lime Green #40EC32

RGB

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

 GREEN value IS 236 (92.58% from 255) = 67.43%

 BLUE value IS 50 (19.92% from 255) = 14.29%

R = 18.29%
G = 67.43%
B = 14.29%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#40EC32 (or 0x40EC32) is known color: Lime Green. HEX triplet: 40, EC and 32. RGB value is (64,236,50). Sum of RGB (Red+Green+Blue) = 64+236+50=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 236 (92.58% from 255 or 67.43% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 236 - color contains mainly: green. Hex color #40EC32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40EC32 is #BF13CD. Grayscale: #A3A3A3. Windows color (decimal): -12522446 or 3337280. OLE color: 3337280.

HSL color Cylindrical-coordinate representation of color #40EC32: hue angle of 115.48º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40EC32 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 236 50 -
CMYK 0.73 0 0.79 0.07
HSL 115.48º 0.83% 0.56% -
HSV(B) 115.48º 0.79% 0.93% -
XYZ 32.69 61.31 13.13 -
YUV 163.37 64.02 57.12 -
System Red Green Blue C M Y K H S L
Decimal 64 236 50 0.73 0 0.79 0.07 115.48 0.83 0.56
Hex 40 EC 32 49 0 4F 7 73 53 38
Octal 100 354 62 111 0 117 7 163 123 70
Binary 1000000 11101100 110010 1001001 0 1001111 111 1110011 1010011 111000

Color Harmonies of #40EC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EC32

Black with #40EC32

Text Example


Text Example

White with #40EC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,236,50); }

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

background-color css

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

 a { background-color: rgb(64,236,50); }

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

border-color css

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

 span { border-color: rgb(64,236,50); }

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