Html Css Color HEX #40DA41 Lime Green

📋 copy color: '#40DA41'

red 64 ◦ green 218 ◦ blue 65

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

Shades of Lime Green #40DA41

Tints of Lime Green #40DA41

RGB

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

 GREEN value IS 218 (85.55% from 255) = 62.82%

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

R = 18.44%
G = 62.82%
B = 18.73%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#40DA41 (or 0x40DA41) is known color: Lime Green. HEX triplet: 40, DA and 41. RGB value is (64,218,65). Sum of RGB (Red+Green+Blue) = 64+218+65=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 218 (85.55% from 255 or 62.82% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DA41 is #BF25BE. Grayscale: #9A9A9A. Windows color (decimal): -12527039 or 4315712. OLE color: 4315712.

HSL color Cylindrical-coordinate representation of color #40DA41: hue angle of 120.39º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DA41 is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 218 65 -
CMYK 0.71 0 0.70 0.15
HSL 120.39º 0.68% 0.55% -
HSV(B) 120.39º 0.71% 0.85% -
XYZ 28.14 51.61 13.48 -
YUV 154.51 77.48 63.44 -
System Red Green Blue C M Y K H S L
Decimal 64 218 65 0.71 0 0.70 0.15 120.39 0.68 0.55
Hex 40 DA 41 47 0 46 F 78 44 37
Octal 100 332 101 107 0 106 17 170 104 67
Binary 1000000 11011010 1000001 1000111 0 1000110 1111 1111000 1000100 110111

Color Harmonies of #40DA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DA41

Black with #40DA41

Text Example


Text Example

White with #40DA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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