Html Css Color HEX #40DA3D Lime Green

📋 copy color: '#40DA3D'

red 64 ◦ green 218 ◦ blue 61

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

Shades of Lime Green #40DA3D

Tints of Lime Green #40DA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.78%

R = 18.66%
G = 63.56%
B = 17.78%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#40DA3D (or 0x40DA3D) is known color: Lime Green. HEX triplet: 40, DA and 3D. RGB value is (64,218,61). Sum of RGB (Red+Green+Blue) = 64+218+61=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 218 (85.55% from 255 or 63.56% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DA3D is #BF25C2. Grayscale: #9A9A9A. Windows color (decimal): -12527043 or 4053568. OLE color: 4053568.

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

Color convert

RGB 64 218 61 -
CMYK 0.71 0 0.72 0.15
HSL 118.85º 0.68% 0.55% -
HSV(B) 118.85º 0.72% 0.85% -
XYZ 28.03 51.57 12.89 -
YUV 154.06 75.48 63.77 -
System Red Green Blue C M Y K H S L
Decimal 64 218 61 0.71 0 0.72 0.15 118.85 0.68 0.55
Hex 40 DA 3D 47 0 48 F 77 44 37
Octal 100 332 75 107 0 110 17 167 104 67
Binary 1000000 11011010 111101 1000111 0 1001000 1111 1110111 1000100 110111

Color Harmonies of #40DA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DA3D

Black with #40DA3D

Text Example


Text Example

White with #40DA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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