Html Css Color HEX #40E149 Lime Green

📋 copy color: '#40E149'

red 64 ◦ green 225 ◦ blue 73

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

Shades of Lime Green #40E149

Tints of Lime Green #40E149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.17%

R = 17.68%
G = 62.15%
B = 20.17%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#40E149 (or 0x40E149) is known color: Lime Green. HEX triplet: 40, E1 and 49. RGB value is (64,225,73). Sum of RGB (Red+Green+Blue) = 64+225+73=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 225 (88.28% from 255 or 62.15% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 225 - color contains mainly: green. Hex color #40E149 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E149 is #BF1EB6. Grayscale: #9F9F9F. Windows color (decimal): -12525239 or 4841792. OLE color: 4841792.

HSL color Cylindrical-coordinate representation of color #40E149: hue angle of 123.35º 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 #40E149 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 225 73 -
CMYK 0.72 0 0.68 0.12
HSL 123.35º 0.73% 0.57% -
HSV(B) 123.35º 0.72% 0.88% -
XYZ 30.24 55.42 15.41 -
YUV 159.53 79.16 59.86 -
System Red Green Blue C M Y K H S L
Decimal 64 225 73 0.72 0 0.68 0.12 123.35 0.73 0.57
Hex 40 E1 49 48 0 44 C 7B 49 39
Octal 100 341 111 110 0 104 14 173 111 71
Binary 1000000 11100001 1001001 1001000 0 1000100 1100 1111011 1001001 111001

Color Harmonies of #40E149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E149

Black with #40E149

Text Example


Text Example

White with #40E149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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