Html Css Color HEX #40D746 Lime Green

📋 copy color: '#40D746'

red 64 ◦ green 215 ◦ blue 70

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

Shades of Lime Green #40D746

Tints of Lime Green #40D746

RGB

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

 GREEN value IS 215 (84.38% from 255) = 61.6%

 BLUE value IS 70 (27.73% from 255) = 20.06%

R = 18.34%
G = 61.6%
B = 20.06%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#40D746 (or 0x40D746) is known color: Lime Green. HEX triplet: 40, D7 and 46. RGB value is (64,215,70). Sum of RGB (Red+Green+Blue) = 64+215+70=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 215 (84.38% from 255 or 61.60% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 215 - color contains mainly: green. Hex color #40D746 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D746 is #BF28B9. Grayscale: #999999. Windows color (decimal): -12527802 or 4642624. OLE color: 4642624.

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

Color convert

RGB 64 215 70 -
CMYK 0.70 0 0.67 0.16
HSL 122.38º 0.65% 0.55% -
HSV(B) 122.38º 0.7% 0.84% -
XYZ 27.52 50.13 14.02 -
YUV 153.32 80.97 64.29 -
System Red Green Blue C M Y K H S L
Decimal 64 215 70 0.70 0 0.67 0.16 122.38 0.65 0.55
Hex 40 D7 46 46 0 43 10 7A 41 37
Octal 100 327 106 106 0 103 20 172 101 67
Binary 1000000 11010111 1000110 1000110 0 1000011 10000 1111010 1000001 110111

Color Harmonies of #40D746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D746

Black with #40D746

Text Example


Text Example

White with #40D746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,215,70); }

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

background-color css

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

 a { background-color: rgb(64,215,70); }

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

border-color css

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

 span { border-color: rgb(64,215,70); }

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