Html Css Color HEX #40D934 Lime Green

📋 copy color: '#40D934'

red 64 ◦ green 217 ◦ blue 52

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

Shades of Lime Green #40D934

Tints of Lime Green #40D934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.62%

R = 19.22%
G = 65.17%
B = 15.62%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#40D934 (or 0x40D934) is known color: Lime Green. HEX triplet: 40, D9 and 34. RGB value is (64,217,52). Sum of RGB (Red+Green+Blue) = 64+217+52=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 217 (85.16% from 255 or 65.17% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 217 - color contains mainly: green. Hex color #40D934 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D934 is #BF26CB. Grayscale: #989898. Windows color (decimal): -12527308 or 3463488. OLE color: 3463488.

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

Color convert

RGB 64 217 52 -
CMYK 0.71 0 0.76 0.15
HSL 115.64º 0.68% 0.53% -
HSV(B) 115.64º 0.76% 0.85% -
XYZ 27.55 50.96 11.63 -
YUV 152.44 71.31 64.92 -
System Red Green Blue C M Y K H S L
Decimal 64 217 52 0.71 0 0.76 0.15 115.64 0.68 0.53
Hex 40 D9 34 47 0 4C F 74 44 35
Octal 100 331 64 107 0 114 17 164 104 65
Binary 1000000 11011001 110100 1000111 0 1001100 1111 1110100 1000100 110101

Color Harmonies of #40D934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D934

Black with #40D934

Text Example


Text Example

White with #40D934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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