Html Css Color HEX #40D622 Lime Green

📋 copy color: '#40D622'

red 64 ◦ green 214 ◦ blue 34

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

Shades of Lime Green #40D622

Tints of Lime Green #40D622

RGB

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

 GREEN value IS 214 (83.98% from 255) = 68.59%

 BLUE value IS 34 (13.67% from 255) = 10.9%

R = 20.51%
G = 68.59%
B = 10.9%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#40D622 (or 0x40D622) is known color: Lime Green. HEX triplet: 40, D6 and 22. RGB value is (64,214,34). Sum of RGB (Red+Green+Blue) = 64+214+34=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 214 (83.98% from 255 or 68.59% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 214 - color contains mainly: green. Hex color #40D622 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D622 is #BF29DD. Grayscale: #959595. Windows color (decimal): -12528094 or 2283072. OLE color: 2283072.

HSL color Cylindrical-coordinate representation of color #40D622: hue angle of 110º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40D622 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 214 34 -
CMYK 0.70 0 0.84 0.16
HSL 110º 0.73% 0.49% -
HSV(B) 110º 0.84% 0.84% -
XYZ 26.45 49.3 9.63 -
YUV 148.63 63.31 67.64 -
System Red Green Blue C M Y K H S L
Decimal 64 214 34 0.70 0 0.84 0.16 110 0.73 0.49
Hex 40 D6 22 46 0 54 10 6E 49 31
Octal 100 326 42 106 0 124 20 156 111 61
Binary 1000000 11010110 100010 1000110 0 1010100 10000 1101110 1001001 110001

Color Harmonies of #40D622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D622

Black with #40D622

Text Example


Text Example

White with #40D622

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,214,34); }

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

background-color css

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

 a { background-color: rgb(64,214,34); }

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

border-color css

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

 span { border-color: rgb(64,214,34); }

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