Html Css Color HEX #40C64D Lime Green

📋 copy color: '#40C64D'

red 64 ◦ green 198 ◦ blue 77

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

Shades of Lime Green #40C64D

Tints of Lime Green #40C64D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 58.41%

 BLUE value IS 77 (30.47% from 255) = 22.71%

R = 18.88%
G = 58.41%
B = 22.71%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#40C64D (or 0x40C64D) is known color: Lime Green. HEX triplet: 40, C6 and 4D. RGB value is (64,198,77). Sum of RGB (Red+Green+Blue) = 64+198+77=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 198 (77.73% from 255 or 58.41% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 198 - color contains mainly: green. Hex color #40C64D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C64D is #BF39B2. Grayscale: #909090. Windows color (decimal): -12532147 or 5097024. OLE color: 5097024.

HSL color Cylindrical-coordinate representation of color #40C64D: hue angle of 125.82º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C64D is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 198 77 -
CMYK 0.68 0 0.61 0.22
HSL 125.82º 0.54% 0.51% -
HSV(B) 125.82º 0.68% 0.78% -
XYZ 23.65 42.01 13.88 -
YUV 144.14 90.11 70.84 -
System Red Green Blue C M Y K H S L
Decimal 64 198 77 0.68 0 0.61 0.22 125.82 0.54 0.51
Hex 40 C6 4D 44 0 3D 16 7E 36 33
Octal 100 306 115 104 0 75 26 176 66 63
Binary 1000000 11000110 1001101 1000100 0 111101 10110 1111110 110110 110011

Color Harmonies of #40C64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C64D

Black with #40C64D

Text Example


Text Example

White with #40C64D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,198,77); }

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

background-color css

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

 a { background-color: rgb(64,198,77); }

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

border-color css

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

 span { border-color: rgb(64,198,77); }

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