Html Css Color HEX #40D94C Lime Green

📋 copy color: '#40D94C'

red 64 ◦ green 217 ◦ blue 76

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

Shades of Lime Green #40D94C

Tints of Lime Green #40D94C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 60.78%

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

R = 17.93%
G = 60.78%
B = 21.29%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#40D94C (or 0x40D94C) is known color: Lime Green. HEX triplet: 40, D9 and 4C. RGB value is (64,217,76). Sum of RGB (Red+Green+Blue) = 64+217+76=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 217 (85.16% from 255 or 60.78% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 217 - color contains mainly: green. Hex color #40D94C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D94C is #BF26B3. Grayscale: #9B9B9B. Windows color (decimal): -12527284 or 5036352. OLE color: 5036352.

HSL color Cylindrical-coordinate representation of color #40D94C: hue angle of 124.71º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40D94C is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 217 76 -
CMYK 0.71 0 0.65 0.15
HSL 124.71º 0.67% 0.55% -
HSV(B) 124.71º 0.71% 0.85% -
XYZ 28.23 51.24 15.24 -
YUV 155.18 83.31 62.96 -
System Red Green Blue C M Y K H S L
Decimal 64 217 76 0.71 0 0.65 0.15 124.71 0.67 0.55
Hex 40 D9 4C 47 0 41 F 7D 43 37
Octal 100 331 114 107 0 101 17 175 103 67
Binary 1000000 11011001 1001100 1000111 0 1000001 1111 1111101 1000011 110111

Color Harmonies of #40D94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D94C

Black with #40D94C

Text Example


Text Example

White with #40D94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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