Html Css Color HEX #40E054 Lime Green

📋 copy color: '#40E054'

red 64 ◦ green 224 ◦ blue 84

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

Shades of Lime Green #40E054

Tints of Lime Green #40E054

RGB

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

 GREEN value IS 224 (87.89% from 255) = 60.22%

 BLUE value IS 84 (33.2% from 255) = 22.58%

R = 17.2%
G = 60.22%
B = 22.58%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#40E054 (or 0x40E054) is known color: Lime Green. HEX triplet: 40, E0 and 54. RGB value is (64,224,84). Sum of RGB (Red+Green+Blue) = 64+224+84=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 224 (87.89% from 255 or 60.22% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 224 - color contains mainly: green. Hex color #40E054 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E054 is #BF1FAB. Grayscale: #A0A0A0. Windows color (decimal): -12525484 or 5562432. OLE color: 5562432.

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

Color convert

RGB 64 224 84 -
CMYK 0.71 0 0.62 0.12
HSL 127.5º 0.72% 0.56% -
HSV(B) 127.5º 0.71% 0.88% -
XYZ 30.37 55.04 17.41 -
YUV 160.2 84.99 59.38 -
System Red Green Blue C M Y K H S L
Decimal 64 224 84 0.71 0 0.62 0.12 127.5 0.72 0.56
Hex 40 E0 54 47 0 3E C 80 48 38
Octal 100 340 124 107 0 76 14 200 110 70
Binary 1000000 11100000 1010100 1000111 0 111110 1100 10000000 1001000 111000

Color Harmonies of #40E054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E054

Black with #40E054

Text Example


Text Example

White with #40E054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,224,84); }

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

background-color css

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

 a { background-color: rgb(64,224,84); }

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

border-color css

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

 span { border-color: rgb(64,224,84); }

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