Html Css Color HEX #40E132 Lime Green

📋 copy color: '#40E132'

red 64 ◦ green 225 ◦ blue 50

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

Shades of Lime Green #40E132

Tints of Lime Green #40E132

RGB

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

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

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

R = 18.88%
G = 66.37%
B = 14.75%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#40E132 (or 0x40E132) is known color: Lime Green. HEX triplet: 40, E1 and 32. RGB value is (64,225,50). Sum of RGB (Red+Green+Blue) = 64+225+50=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 225 (88.28% from 255 or 66.37% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 225 - color contains mainly: green. Hex color #40E132 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E132 is #BF1ECD. Grayscale: #9D9D9D. Windows color (decimal): -12525262 or 3334464. OLE color: 3334464.

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

Color convert

RGB 64 225 50 -
CMYK 0.72 0 0.78 0.12
HSL 115.2º 0.74% 0.54% -
HSV(B) 115.2º 0.78% 0.88% -
XYZ 29.62 55.17 12.11 -
YUV 156.91 67.66 61.73 -
System Red Green Blue C M Y K H S L
Decimal 64 225 50 0.72 0 0.78 0.12 115.2 0.74 0.54
Hex 40 E1 32 48 0 4E C 73 4A 36
Octal 100 341 62 110 0 116 14 163 112 66
Binary 1000000 11100001 110010 1001000 0 1001110 1100 1110011 1001010 110110

Color Harmonies of #40E132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E132

Black with #40E132

Text Example


Text Example

White with #40E132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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