Html Css Color HEX #40E531 Lime Green

📋 copy color: '#40E531'

red 64 ◦ green 229 ◦ blue 49

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

Shades of Lime Green #40E531

Tints of Lime Green #40E531

RGB

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

 GREEN value IS 229 (89.84% from 255) = 66.96%

 BLUE value IS 49 (19.53% from 255) = 14.33%

R = 18.71%
G = 66.96%
B = 14.33%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#40E531 (or 0x40E531) is known color: Lime Green. HEX triplet: 40, E5 and 31. RGB value is (64,229,49). Sum of RGB (Red+Green+Blue) = 64+229+49=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 229 (89.84% from 255 or 66.96% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 229 - color contains mainly: green. Hex color #40E531 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E531 is #BF1ACE. Grayscale: #9F9F9F. Windows color (decimal): -12524239 or 3269952. OLE color: 3269952.

HSL color Cylindrical-coordinate representation of color #40E531: hue angle of 115º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40E531 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 64 229 49 -
CMYK 0.72 0 0.79 0.10
HSL 115º 0.78% 0.55% -
HSV(B) 115º 0.79% 0.9% -
XYZ 30.69 57.35 12.36 -
YUV 159.15 65.84 60.14 -
System Red Green Blue C M Y K H S L
Decimal 64 229 49 0.72 0 0.79 0.10 115 0.78 0.55
Hex 40 E5 31 48 0 4F A 73 4E 37
Octal 100 345 61 110 0 117 12 163 116 67
Binary 1000000 11100101 110001 1001000 0 1001111 1010 1110011 1001110 110111

Color Harmonies of #40E531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E531

Black with #40E531

Text Example


Text Example

White with #40E531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,229,49); }

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

background-color css

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

 a { background-color: rgb(64,229,49); }

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

border-color css

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

 span { border-color: rgb(64,229,49); }

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