Html Css Color HEX #40C44F Lime Green

📋 copy color: '#40C44F'

red 64 ◦ green 196 ◦ blue 79

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

Shades of Lime Green #40C44F

Tints of Lime Green #40C44F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 57.82%

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

R = 18.88%
G = 57.82%
B = 23.3%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#40C44F (or 0x40C44F) is known color: Lime Green. HEX triplet: 40, C4 and 4F. RGB value is (64,196,79). Sum of RGB (Red+Green+Blue) = 64+196+79=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 196 (76.95% from 255 or 57.82% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 196 - color contains mainly: green. Hex color #40C44F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C44F is #BF3BB0. Grayscale: #8F8F8F. Windows color (decimal): -12532657 or 5227584. OLE color: 5227584.

HSL color Cylindrical-coordinate representation of color #40C44F: hue angle of 126.82º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C44F is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 64 196 79 -
CMYK 0.67 0 0.60 0.23
HSL 126.82º 0.53% 0.51% -
HSV(B) 126.82º 0.67% 0.77% -
XYZ 23.27 41.13 14.11 -
YUV 143.19 91.77 71.51 -
System Red Green Blue C M Y K H S L
Decimal 64 196 79 0.67 0 0.60 0.23 126.82 0.53 0.51
Hex 40 C4 4F 43 0 3C 17 7F 35 33
Octal 100 304 117 103 0 74 27 177 65 63
Binary 1000000 11000100 1001111 1000011 0 111100 10111 1111111 110101 110011

Color Harmonies of #40C44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C44F

Black with #40C44F

Text Example


Text Example

White with #40C44F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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