Html Css Color HEX #40E142 Lime Green

📋 copy color: '#40E142'

red 64 ◦ green 225 ◦ blue 66

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

Shades of Lime Green #40E142

Tints of Lime Green #40E142

RGB

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

 GREEN value IS 225 (88.28% from 255) = 63.38%

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

R = 18.03%
G = 63.38%
B = 18.59%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#40E142 (or 0x40E142) is known color: Lime Green. HEX triplet: 40, E1 and 42. RGB value is (64,225,66). Sum of RGB (Red+Green+Blue) = 64+225+66=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 225 (88.28% from 255 or 63.38% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 225 - color contains mainly: green. Hex color #40E142 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E142 is #BF1EBD. Grayscale: #9F9F9F. Windows color (decimal): -12525246 or 4383040. OLE color: 4383040.

HSL color Cylindrical-coordinate representation of color #40E142: hue angle of 120.75º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E142 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 225 66 -
CMYK 0.72 0 0.71 0.12
HSL 120.75º 0.73% 0.57% -
HSV(B) 120.75º 0.72% 0.88% -
XYZ 30.02 55.33 14.25 -
YUV 158.74 75.66 60.43 -
System Red Green Blue C M Y K H S L
Decimal 64 225 66 0.72 0 0.71 0.12 120.75 0.73 0.57
Hex 40 E1 42 48 0 47 C 79 49 39
Octal 100 341 102 110 0 107 14 171 111 71
Binary 1000000 11100001 1000010 1001000 0 1000111 1100 1111001 1001001 111001

Color Harmonies of #40E142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E142

Black with #40E142

Text Example


Text Example

White with #40E142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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