Html Css Color HEX #40DA2B Lime Green

📋 copy color: '#40DA2B'

red 64 ◦ green 218 ◦ blue 43

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

Shades of Lime Green #40DA2B

Tints of Lime Green #40DA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.23%

R = 19.69%
G = 67.08%
B = 13.23%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#40DA2B (or 0x40DA2B) is known color: Lime Green. HEX triplet: 40, DA and 2B. RGB value is (64,218,43). Sum of RGB (Red+Green+Blue) = 64+218+43=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 218 (85.55% from 255 or 67.08% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DA2B is #BF25D4. Grayscale: #989898. Windows color (decimal): -12527061 or 2873920. OLE color: 2873920.

HSL color Cylindrical-coordinate representation of color #40DA2B: hue angle of 112.8º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40DA2B is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 218 43 -
CMYK 0.71 0 0.80 0.15
HSL 112.8º 0.7% 0.51% -
HSV(B) 112.8º 0.8% 0.85% -
XYZ 27.62 51.41 10.75 -
YUV 152 66.48 65.23 -
System Red Green Blue C M Y K H S L
Decimal 64 218 43 0.71 0 0.80 0.15 112.8 0.7 0.51
Hex 40 DA 2B 47 0 50 F 71 46 33
Octal 100 332 53 107 0 120 17 161 106 63
Binary 1000000 11011010 101011 1000111 0 1010000 1111 1110001 1000110 110011

Color Harmonies of #40DA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DA2B

Black with #40DA2B

Text Example


Text Example

White with #40DA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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