Html Css Color HEX #40D540 Lime Green

📋 copy color: '#40D540'

red 64 ◦ green 213 ◦ blue 64

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

Shades of Lime Green #40D540

Tints of Lime Green #40D540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.77%

R = 18.77%
G = 62.46%
B = 18.77%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#40D540 (or 0x40D540) is known color: Lime Green. HEX triplet: 40, D5 and 40. RGB value is (64,213,64). Sum of RGB (Red+Green+Blue) = 64+213+64=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 213 (83.59% from 255 or 62.46% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 213 - color contains mainly: green. Hex color #40D540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D540 is #BF2ABF. Grayscale: #979797. Windows color (decimal): -12528320 or 4248896. OLE color: 4248896.

HSL color Cylindrical-coordinate representation of color #40D540: hue angle of 120º 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 #40D540 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 213 64 -
CMYK 0.70 0 0.70 0.16
HSL 120º 0.64% 0.54% -
HSV(B) 120º 0.7% 0.84% -
XYZ 26.83 49.05 12.9 -
YUV 151.46 78.64 65.62 -
System Red Green Blue C M Y K H S L
Decimal 64 213 64 0.70 0 0.70 0.16 120 0.64 0.54
Hex 40 D5 40 46 0 46 10 78 40 36
Octal 100 325 100 106 0 106 20 170 100 66
Binary 1000000 11010101 1000000 1000110 0 1000110 10000 1111000 1000000 110110

Color Harmonies of #40D540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D540

Black with #40D540

Text Example


Text Example

White with #40D540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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