Html Css Color HEX #40D544 Lime Green

📋 copy color: '#40D544'

red 64 ◦ green 213 ◦ blue 68

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

Shades of Lime Green #40D544

Tints of Lime Green #40D544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.71%

R = 18.55%
G = 61.74%
B = 19.71%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#40D544 (or 0x40D544) is known color: Lime Green. HEX triplet: 40, D5 and 44. RGB value is (64,213,68). Sum of RGB (Red+Green+Blue) = 64+213+68=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 213 (83.59% from 255 or 61.74% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 213 - color contains mainly: green. Hex color #40D544 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D544 is #BF2ABB. Grayscale: #989898. Windows color (decimal): -12528316 or 4511040. OLE color: 4511040.

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

Color convert

RGB 64 213 68 -
CMYK 0.70 0 0.68 0.16
HSL 121.61º 0.64% 0.54% -
HSV(B) 121.61º 0.7% 0.84% -
XYZ 26.95 49.1 13.52 -
YUV 151.92 80.64 65.29 -
System Red Green Blue C M Y K H S L
Decimal 64 213 68 0.70 0 0.68 0.16 121.61 0.64 0.54
Hex 40 D5 44 46 0 44 10 7A 40 36
Octal 100 325 104 106 0 104 20 172 100 66
Binary 1000000 11010101 1000100 1000110 0 1000100 10000 1111010 1000000 110110

Color Harmonies of #40D544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D544

Black with #40D544

Text Example


Text Example

White with #40D544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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