Html Css Color HEX #40D92A Lime Green

📋 copy color: '#40D92A'

red 64 ◦ green 217 ◦ blue 42

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

Shades of Lime Green #40D92A

Tints of Lime Green #40D92A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 67.18%

 BLUE value IS 42 (16.8% from 255) = 13%

R = 19.81%
G = 67.18%
B = 13%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#40D92A (or 0x40D92A) is known color: Lime Green. HEX triplet: 40, D9 and 2A. RGB value is (64,217,42). Sum of RGB (Red+Green+Blue) = 64+217+42=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 217 (85.16% from 255 or 67.18% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 217 - color contains mainly: green. Hex color #40D92A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D92A is #BF26D5. Grayscale: #979797. Windows color (decimal): -12527318 or 2808128. OLE color: 2808128.

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

Color convert

RGB 64 217 42 -
CMYK 0.71 0 0.81 0.15
HSL 112.46º 0.7% 0.51% -
HSV(B) 112.46º 0.81% 0.85% -
XYZ 27.35 50.88 10.57 -
YUV 151.3 66.31 65.73 -
System Red Green Blue C M Y K H S L
Decimal 64 217 42 0.71 0 0.81 0.15 112.46 0.7 0.51
Hex 40 D9 2A 47 0 51 F 70 46 33
Octal 100 331 52 107 0 121 17 160 106 63
Binary 1000000 11011001 101010 1000111 0 1010001 1111 1110000 1000110 110011

Color Harmonies of #40D92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D92A

Black with #40D92A

Text Example


Text Example

White with #40D92A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,217,42); }

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

background-color css

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

 a { background-color: rgb(64,217,42); }

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

border-color css

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

 span { border-color: rgb(64,217,42); }

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