Html Css Color HEX #40D155 Lime Green

📋 copy color: '#40D155'

red 64 ◦ green 209 ◦ blue 85

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

Shades of Lime Green #40D155

Tints of Lime Green #40D155

RGB

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

 GREEN value IS 209 (82.03% from 255) = 58.38%

 BLUE value IS 85 (33.59% from 255) = 23.74%

R = 17.88%
G = 58.38%
B = 23.74%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#40D155 (or 0x40D155) is known color: Lime Green. HEX triplet: 40, D1 and 55. RGB value is (64,209,85). Sum of RGB (Red+Green+Blue) = 64+209+85=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 209 (82.03% from 255 or 58.38% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 209 - color contains mainly: green. Hex color #40D155 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D155 is #BF2EAA. Grayscale: #979797. Windows color (decimal): -12529323 or 5624128. OLE color: 5624128.

HSL color Cylindrical-coordinate representation of color #40D155: hue angle of 128.69º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D155 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 209 85 -
CMYK 0.69 0 0.59 0.18
HSL 128.69º 0.61% 0.54% -
HSV(B) 128.69º 0.69% 0.82% -
XYZ 26.55 47.35 16.33 -
YUV 151.51 90.46 65.58 -
System Red Green Blue C M Y K H S L
Decimal 64 209 85 0.69 0 0.59 0.18 128.69 0.61 0.54
Hex 40 D1 55 45 0 3B 12 81 3D 36
Octal 100 321 125 105 0 73 22 201 75 66
Binary 1000000 11010001 1010101 1000101 0 111011 10010 10000001 111101 110110

Color Harmonies of #40D155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D155

Black with #40D155

Text Example


Text Example

White with #40D155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,209,85); }

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

background-color css

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

 a { background-color: rgb(64,209,85); }

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

border-color css

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

 span { border-color: rgb(64,209,85); }

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