Html Css Color HEX #40D22B Lime Green

📋 copy color: '#40D22B'

red 64 ◦ green 210 ◦ blue 43

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

Shades of Lime Green #40D22B

Tints of Lime Green #40D22B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 66.25%

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

R = 20.19%
G = 66.25%
B = 13.56%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#40D22B (or 0x40D22B) is known color: Lime Green. HEX triplet: 40, D2 and 2B. RGB value is (64,210,43). Sum of RGB (Red+Green+Blue) = 64+210+43=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 210 (82.42% from 255 or 66.25% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 210 - color contains mainly: green. Hex color #40D22B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D22B is #BF2DD4. Grayscale: #939393. Windows color (decimal): -12529109 or 2871872. OLE color: 2871872.

HSL color Cylindrical-coordinate representation of color #40D22B: hue angle of 112.46º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40D22B is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 210 43 -
CMYK 0.70 0 0.80 0.18
HSL 112.46º 0.66% 0.5% -
HSV(B) 112.46º 0.8% 0.82% -
XYZ 25.6 47.36 10.08 -
YUV 147.31 69.13 68.58 -
System Red Green Blue C M Y K H S L
Decimal 64 210 43 0.70 0 0.80 0.18 112.46 0.66 0.5
Hex 40 D2 2B 46 0 50 12 70 42 32
Octal 100 322 53 106 0 120 22 160 102 62
Binary 1000000 11010010 101011 1000110 0 1010000 10010 1110000 1000010 110010

Color Harmonies of #40D22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D22B

Black with #40D22B

Text Example


Text Example

White with #40D22B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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