Html Css Color HEX #40EA42 Lime Green

📋 copy color: '#40EA42'

red 64 ◦ green 234 ◦ blue 66

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

Shades of Lime Green #40EA42

Tints of Lime Green #40EA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.13%

R = 17.58%
G = 64.29%
B = 18.13%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#40EA42 (or 0x40EA42) is known color: Lime Green. HEX triplet: 40, EA and 42. RGB value is (64,234,66). Sum of RGB (Red+Green+Blue) = 64+234+66=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 234 (91.80% from 255 or 64.29% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 234 - color contains mainly: green. Hex color #40EA42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40EA42 is #BF15BD. Grayscale: #A4A4A4. Windows color (decimal): -12522942 or 4385344. OLE color: 4385344.

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

Color convert

RGB 64 234 66 -
CMYK 0.73 0 0.72 0.08
HSL 120.71º 0.8% 0.58% -
HSV(B) 120.71º 0.73% 0.92% -
XYZ 32.52 60.33 15.08 -
YUV 164.02 72.68 56.66 -
System Red Green Blue C M Y K H S L
Decimal 64 234 66 0.73 0 0.72 0.08 120.71 0.8 0.58
Hex 40 EA 42 49 0 48 8 79 50 3A
Octal 100 352 102 111 0 110 10 171 120 72
Binary 1000000 11101010 1000010 1001001 0 1001000 1000 1111001 1010000 111010

Color Harmonies of #40EA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EA42

Black with #40EA42

Text Example


Text Example

White with #40EA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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