Html Css Color HEX #40DA3C Lime Green

📋 copy color: '#40DA3C'

red 64 ◦ green 218 ◦ blue 60

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

Shades of Lime Green #40DA3C

Tints of Lime Green #40DA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.54%

R = 18.71%
G = 63.74%
B = 17.54%

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

#40DA3C (or 0x40DA3C) is known color: Lime Green. HEX triplet: 40, DA and 3C. RGB value is (64,218,60). Sum of RGB (Red+Green+Blue) = 64+218+60=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 218 (85.55% from 255 or 63.74% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DA3C is #BF25C3. Grayscale: #9A9A9A. Windows color (decimal): -12527044 or 3988032. OLE color: 3988032.

HSL color Cylindrical-coordinate representation of color #40DA3C: hue angle of 118.48º 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 #40DA3C is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 218 60 -
CMYK 0.71 0 0.72 0.15
HSL 118.48º 0.68% 0.55% -
HSV(B) 118.48º 0.72% 0.85% -
XYZ 28 51.56 12.75 -
YUV 153.94 74.98 63.85 -
System Red Green Blue C M Y K H S L
Decimal 64 218 60 0.71 0 0.72 0.15 118.48 0.68 0.55
Hex 40 DA 3C 47 0 48 F 76 44 37
Octal 100 332 74 107 0 110 17 166 104 67
Binary 1000000 11011010 111100 1000111 0 1001000 1111 1110110 1000100 110111

Color Harmonies of #40DA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DA3C

Black with #40DA3C

Text Example


Text Example

White with #40DA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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