Html Css Color HEX #40E12D Lime Green

📋 copy color: '#40E12D'

red 64 ◦ green 225 ◦ blue 45

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

Shades of Lime Green #40E12D

Tints of Lime Green #40E12D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 67.37%

 BLUE value IS 45 (17.97% from 255) = 13.47%

R = 19.16%
G = 67.37%
B = 13.47%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#40E12D (or 0x40E12D) is known color: Lime Green. HEX triplet: 40, E1 and 2D. RGB value is (64,225,45). Sum of RGB (Red+Green+Blue) = 64+225+45=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 225 (88.28% from 255 or 67.37% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 225 - color contains mainly: green. Hex color #40E12D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E12D is #BF1ED2. Grayscale: #9C9C9C. Windows color (decimal): -12525267 or 3006784. OLE color: 3006784.

HSL color Cylindrical-coordinate representation of color #40E12D: hue angle of 113.67º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40E12D is Cyan = 0.72, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 225 45 -
CMYK 0.72 0 0.8 0.12
HSL 113.67º 0.75% 0.53% -
HSV(B) 113.67º 0.8% 0.88% -
XYZ 29.51 55.13 11.57 -
YUV 156.34 65.16 62.14 -
System Red Green Blue C M Y K H S L
Decimal 64 225 45 0.72 0 0.8 0.12 113.67 0.75 0.53
Hex 40 E1 2D 48 0 50 C 72 4B 35
Octal 100 341 55 110 0 120 14 162 113 65
Binary 1000000 11100001 101101 1001000 0 1010000 1100 1110010 1001011 110101

Color Harmonies of #40E12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E12D

Black with #40E12D

Text Example


Text Example

White with #40E12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,225,45); }

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

background-color css

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

 a { background-color: rgb(64,225,45); }

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

border-color css

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

 span { border-color: rgb(64,225,45); }

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