Html Css Color HEX #40D541 Lime Green

📋 copy color: '#40D541'

red 64 ◦ green 213 ◦ blue 65

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

Shades of Lime Green #40D541

Tints of Lime Green #40D541

RGB

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

 GREEN value IS 213 (83.59% from 255) = 62.28%

 BLUE value IS 65 (25.78% from 255) = 19.01%

R = 18.71%
G = 62.28%
B = 19.01%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#40D541 (or 0x40D541) is known color: Lime Green. HEX triplet: 40, D5 and 41. RGB value is (64,213,65). Sum of RGB (Red+Green+Blue) = 64+213+65=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 213 (83.59% from 255 or 62.28% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 213 - color contains mainly: green. Hex color #40D541 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D541 is #BF2ABE. Grayscale: #989898. Windows color (decimal): -12528319 or 4314432. OLE color: 4314432.

HSL color Cylindrical-coordinate representation of color #40D541: hue angle of 120.4º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D541 is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 213 65 -
CMYK 0.70 0 0.69 0.16
HSL 120.4º 0.64% 0.54% -
HSV(B) 120.4º 0.7% 0.84% -
XYZ 26.86 49.06 13.05 -
YUV 151.58 79.14 65.53 -
System Red Green Blue C M Y K H S L
Decimal 64 213 65 0.70 0 0.69 0.16 120.4 0.64 0.54
Hex 40 D5 41 46 0 45 10 78 40 36
Octal 100 325 101 106 0 105 20 170 100 66
Binary 1000000 11010101 1000001 1000110 0 1000101 10000 1111000 1000000 110110

Color Harmonies of #40D541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D541

Black with #40D541

Text Example


Text Example

White with #40D541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,213,65); }

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

background-color css

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

 a { background-color: rgb(64,213,65); }

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

border-color css

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

 span { border-color: rgb(64,213,65); }

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