Html Css Color HEX #40EE32 Lime Green

📋 copy color: '#40EE32'

red 64 ◦ green 238 ◦ blue 50

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

Shades of Lime Green #40EE32

Tints of Lime Green #40EE32

RGB

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

 GREEN value IS 238 (93.36% from 255) = 67.61%

 BLUE value IS 50 (19.92% from 255) = 14.2%

R = 18.18%
G = 67.61%
B = 14.2%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#40EE32 (or 0x40EE32) is known color: Lime Green. HEX triplet: 40, EE and 32. RGB value is (64,238,50). Sum of RGB (Red+Green+Blue) = 64+238+50=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 238 (93.36% from 255 or 67.61% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 238 - color contains mainly: green. Hex color #40EE32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40EE32 is #BF11CD. Grayscale: #A5A5A5. Windows color (decimal): -12521934 or 3337792. OLE color: 3337792.

HSL color Cylindrical-coordinate representation of color #40EE32: hue angle of 115.53º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40EE32 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 238 50 -
CMYK 0.73 0 0.79 0.07
HSL 115.53º 0.85% 0.56% -
HSV(B) 115.53º 0.79% 0.93% -
XYZ 33.26 62.47 13.32 -
YUV 164.54 63.35 56.29 -
System Red Green Blue C M Y K H S L
Decimal 64 238 50 0.73 0 0.79 0.07 115.53 0.85 0.56
Hex 40 EE 32 49 0 4F 7 74 55 38
Octal 100 356 62 111 0 117 7 164 125 70
Binary 1000000 11101110 110010 1001001 0 1001111 111 1110100 1010101 111000

Color Harmonies of #40EE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EE32

Black with #40EE32

Text Example


Text Example

White with #40EE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,238,50); }

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

background-color css

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

 a { background-color: rgb(64,238,50); }

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

border-color css

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

 span { border-color: rgb(64,238,50); }

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