Html Css Color HEX #40E04C Lime Green

📋 copy color: '#40E04C'

red 64 ◦ green 224 ◦ blue 76

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

Shades of Lime Green #40E04C

Tints of Lime Green #40E04C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.88%

R = 17.58%
G = 61.54%
B = 20.88%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#40E04C (or 0x40E04C) is known color: Lime Green. HEX triplet: 40, E0 and 4C. RGB value is (64,224,76). Sum of RGB (Red+Green+Blue) = 64+224+76=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 224 (87.89% from 255 or 61.54% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 224 - color contains mainly: green. Hex color #40E04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E04C is #BF1FB3. Grayscale: #9F9F9F. Windows color (decimal): -12525492 or 5038144. OLE color: 5038144.

HSL color Cylindrical-coordinate representation of color #40E04C: hue angle of 124.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 #40E04C is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 224 76 -
CMYK 0.71 0 0.66 0.12
HSL 124.5º 0.72% 0.56% -
HSV(B) 124.5º 0.71% 0.88% -
XYZ 30.07 54.92 15.85 -
YUV 159.29 80.99 60.03 -
System Red Green Blue C M Y K H S L
Decimal 64 224 76 0.71 0 0.66 0.12 124.5 0.72 0.56
Hex 40 E0 4C 47 0 42 C 7C 48 38
Octal 100 340 114 107 0 102 14 174 110 70
Binary 1000000 11100000 1001100 1000111 0 1000010 1100 1111100 1001000 111000

Color Harmonies of #40E04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E04C

Black with #40E04C

Text Example


Text Example

White with #40E04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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