Html Css Color HEX #40DF34 Lime Green

📋 copy color: '#40DF34'

red 64 ◦ green 223 ◦ blue 52

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

Shades of Lime Green #40DF34

Tints of Lime Green #40DF34

RGB

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

 GREEN value IS 223 (87.5% from 255) = 65.78%

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

R = 18.88%
G = 65.78%
B = 15.34%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#40DF34 (or 0x40DF34) is known color: Lime Green. HEX triplet: 40, DF and 34. RGB value is (64,223,52). Sum of RGB (Red+Green+Blue) = 64+223+52=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 223 (87.5% from 255 or 65.78% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 223 - color contains mainly: green. Hex color #40DF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DF34 is #BF20CB. Grayscale: #9C9C9C. Windows color (decimal): -12525772 or 3465024. OLE color: 3465024.

HSL color Cylindrical-coordinate representation of color #40DF34: hue angle of 115.79º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40DF34 is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 223 52 -
CMYK 0.71 0 0.77 0.13
HSL 115.79º 0.73% 0.54% -
HSV(B) 115.79º 0.77% 0.87% -
XYZ 29.12 54.11 12.16 -
YUV 155.97 69.32 62.4 -
System Red Green Blue C M Y K H S L
Decimal 64 223 52 0.71 0 0.77 0.13 115.79 0.73 0.54
Hex 40 DF 34 47 0 4D D 74 49 36
Octal 100 337 64 107 0 115 15 164 111 66
Binary 1000000 11011111 110100 1000111 0 1001101 1101 1110100 1001001 110110

Color Harmonies of #40DF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DF34

Black with #40DF34

Text Example


Text Example

White with #40DF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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