Html Css Color HEX #40E14D Lime Green

📋 copy color: '#40E14D'

red 64 ◦ green 225 ◦ blue 77

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

Shades of Lime Green #40E14D

Tints of Lime Green #40E14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.04%

R = 17.49%
G = 61.48%
B = 21.04%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#40E14D (or 0x40E14D) is known color: Lime Green. HEX triplet: 40, E1 and 4D. RGB value is (64,225,77). Sum of RGB (Red+Green+Blue) = 64+225+77=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 225 (88.28% from 255 or 61.48% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 225 - color contains mainly: green. Hex color #40E14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E14D is #BF1EB2. Grayscale: #A0A0A0. Windows color (decimal): -12525235 or 5103936. OLE color: 5103936.

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

Color convert

RGB 64 225 77 -
CMYK 0.72 0 0.66 0.12
HSL 124.84º 0.73% 0.57% -
HSV(B) 124.84º 0.72% 0.88% -
XYZ 30.38 55.48 16.13 -
YUV 159.99 81.16 59.53 -
System Red Green Blue C M Y K H S L
Decimal 64 225 77 0.72 0 0.66 0.12 124.84 0.73 0.57
Hex 40 E1 4D 48 0 42 C 7D 49 39
Octal 100 341 115 110 0 102 14 175 111 71
Binary 1000000 11100001 1001101 1001000 0 1000010 1100 1111101 1001001 111001

Color Harmonies of #40E14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E14D

Black with #40E14D

Text Example


Text Example

White with #40E14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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