Html Css Color HEX #40D84C Lime Green

📋 copy color: '#40D84C'

red 64 ◦ green 216 ◦ blue 76

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

Shades of Lime Green #40D84C

Tints of Lime Green #40D84C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 60.67%

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

R = 17.98%
G = 60.67%
B = 21.35%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#40D84C (or 0x40D84C) is known color: Lime Green. HEX triplet: 40, D8 and 4C. RGB value is (64,216,76). Sum of RGB (Red+Green+Blue) = 64+216+76=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 216 (84.77% from 255 or 60.67% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 216 - color contains mainly: green. Hex color #40D84C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D84C is #BF27B3. Grayscale: #9B9B9B. Windows color (decimal): -12527540 or 5036096. OLE color: 5036096.

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

Color convert

RGB 64 216 76 -
CMYK 0.70 0 0.65 0.15
HSL 124.74º 0.66% 0.55% -
HSV(B) 124.74º 0.7% 0.85% -
XYZ 27.97 50.72 15.15 -
YUV 154.59 83.64 63.38 -
System Red Green Blue C M Y K H S L
Decimal 64 216 76 0.70 0 0.65 0.15 124.74 0.66 0.55
Hex 40 D8 4C 46 0 41 F 7D 42 37
Octal 100 330 114 106 0 101 17 175 102 67
Binary 1000000 11011000 1001100 1000110 0 1000001 1111 1111101 1000010 110111

Color Harmonies of #40D84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D84C

Black with #40D84C

Text Example


Text Example

White with #40D84C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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