Html Css Color HEX #40EA34 Lime Green

📋 copy color: '#40EA34'

red 64 ◦ green 234 ◦ blue 52

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

Shades of Lime Green #40EA34

Tints of Lime Green #40EA34

RGB

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

 GREEN value IS 234 (91.8% from 255) = 66.86%

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

R = 18.29%
G = 66.86%
B = 14.86%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#40EA34 (or 0x40EA34) is known color: Lime Green. HEX triplet: 40, EA and 34. RGB value is (64,234,52). Sum of RGB (Red+Green+Blue) = 64+234+52=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 234 (91.80% from 255 or 66.86% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 234 - color contains mainly: green. Hex color #40EA34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40EA34 is #BF15CB. Grayscale: #A2A2A2. Windows color (decimal): -12522956 or 3467840. OLE color: 3467840.

HSL color Cylindrical-coordinate representation of color #40EA34: hue angle of 116.04º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40EA34 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 234 52 -
CMYK 0.73 0 0.78 0.08
HSL 116.04º 0.81% 0.56% -
HSV(B) 116.04º 0.78% 0.92% -
XYZ 32.16 60.18 13.17 -
YUV 162.42 65.68 57.8 -
System Red Green Blue C M Y K H S L
Decimal 64 234 52 0.73 0 0.78 0.08 116.04 0.81 0.56
Hex 40 EA 34 49 0 4E 8 74 51 38
Octal 100 352 64 111 0 116 10 164 121 70
Binary 1000000 11101010 110100 1001001 0 1001110 1000 1110100 1010001 111000

Color Harmonies of #40EA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EA34

Black with #40EA34

Text Example


Text Example

White with #40EA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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