Html Css Color HEX #40D646 Lime Green

📋 copy color: '#40D646'

red 64 ◦ green 214 ◦ blue 70

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

Shades of Lime Green #40D646

Tints of Lime Green #40D646

RGB

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

 GREEN value IS 214 (83.98% from 255) = 61.49%

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

R = 18.39%
G = 61.49%
B = 20.11%

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

#40D646 (or 0x40D646) is known color: Lime Green. HEX triplet: 40, D6 and 46. RGB value is (64,214,70). Sum of RGB (Red+Green+Blue) = 64+214+70=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 214 (83.98% from 255 or 61.49% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 214 - color contains mainly: green. Hex color #40D646 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D646 is #BF29B9. Grayscale: #999999. Windows color (decimal): -12528058 or 4642368. OLE color: 4642368.

HSL color Cylindrical-coordinate representation of color #40D646: hue angle of 122.4º 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 #40D646 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 214 70 -
CMYK 0.70 0 0.67 0.16
HSL 122.4º 0.65% 0.55% -
HSV(B) 122.4º 0.7% 0.84% -
XYZ 27.27 49.63 13.94 -
YUV 152.73 81.31 64.71 -
System Red Green Blue C M Y K H S L
Decimal 64 214 70 0.70 0 0.67 0.16 122.4 0.65 0.55
Hex 40 D6 46 46 0 43 10 7A 41 37
Octal 100 326 106 106 0 103 20 172 101 67
Binary 1000000 11010110 1000110 1000110 0 1000011 10000 1111010 1000001 110111

Color Harmonies of #40D646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D646

Black with #40D646

Text Example


Text Example

White with #40D646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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