Html Css Color HEX #40D72E Lime Green

📋 copy color: '#40D72E'

red 64 ◦ green 215 ◦ blue 46

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

Shades of Lime Green #40D72E

Tints of Lime Green #40D72E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.15%

R = 19.69%
G = 66.15%
B = 14.15%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#40D72E (or 0x40D72E) is known color: Lime Green. HEX triplet: 40, D7 and 2E. RGB value is (64,215,46). Sum of RGB (Red+Green+Blue) = 64+215+46=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 215 (84.38% from 255 or 66.15% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 215 - color contains mainly: green. Hex color #40D72E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D72E is #BF28D1. Grayscale: #979797. Windows color (decimal): -12527826 or 3069760. OLE color: 3069760.

HSL color Cylindrical-coordinate representation of color #40D72E: hue angle of 113.61º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40D72E is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 215 46 -
CMYK 0.70 0 0.79 0.16
HSL 113.61º 0.68% 0.51% -
HSV(B) 113.61º 0.79% 0.84% -
XYZ 26.91 49.89 10.8 -
YUV 150.59 68.97 66.24 -
System Red Green Blue C M Y K H S L
Decimal 64 215 46 0.70 0 0.79 0.16 113.61 0.68 0.51
Hex 40 D7 2E 46 0 4F 10 72 44 33
Octal 100 327 56 106 0 117 20 162 104 63
Binary 1000000 11010111 101110 1000110 0 1001111 10000 1110010 1000100 110011

Color Harmonies of #40D72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D72E

Black with #40D72E

Text Example


Text Example

White with #40D72E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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