Html Css Color HEX #40C64F Lime Green

📋 copy color: '#40C64F'

red 64 ◦ green 198 ◦ blue 79

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

Shades of Lime Green #40C64F

Tints of Lime Green #40C64F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.17%

R = 18.77%
G = 58.06%
B = 23.17%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#40C64F (or 0x40C64F) is known color: Lime Green. HEX triplet: 40, C6 and 4F. RGB value is (64,198,79). Sum of RGB (Red+Green+Blue) = 64+198+79=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 198 (77.73% from 255 or 58.06% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 198 - color contains mainly: green. Hex color #40C64F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C64F is #BF39B0. Grayscale: #909090. Windows color (decimal): -12532145 or 5228096. OLE color: 5228096.

HSL color Cylindrical-coordinate representation of color #40C64F: hue angle of 126.72º 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 #40C64F is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 198 79 -
CMYK 0.68 0 0.60 0.22
HSL 126.72º 0.54% 0.51% -
HSV(B) 126.72º 0.68% 0.78% -
XYZ 23.72 42.04 14.26 -
YUV 144.37 91.11 70.68 -
System Red Green Blue C M Y K H S L
Decimal 64 198 79 0.68 0 0.60 0.22 126.72 0.54 0.51
Hex 40 C6 4F 44 0 3C 16 7F 36 33
Octal 100 306 117 104 0 74 26 177 66 63
Binary 1000000 11000110 1001111 1000100 0 111100 10110 1111111 110110 110011

Color Harmonies of #40C64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C64F

Black with #40C64F

Text Example


Text Example

White with #40C64F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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