Html Css Color HEX #40EF32 Lime Green

📋 copy color: '#40EF32'

red 64 ◦ green 239 ◦ blue 50

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

Shades of Lime Green #40EF32

Tints of Lime Green #40EF32

RGB

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

 GREEN value IS 239 (93.75% from 255) = 67.71%

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

R = 18.13%
G = 67.71%
B = 14.16%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#40EF32 (or 0x40EF32) is known color: Lime Green. HEX triplet: 40, EF and 32. RGB value is (64,239,50). Sum of RGB (Red+Green+Blue) = 64+239+50=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 239 (93.75% from 255 or 67.71% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 239 - color contains mainly: green. Hex color #40EF32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40EF32 is #BF10CD. Grayscale: #A5A5A5. Windows color (decimal): -12521678 or 3338048. OLE color: 3338048.

HSL color Cylindrical-coordinate representation of color #40EF32: hue angle of 115.56º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40EF32 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 239 50 -
CMYK 0.73 0 0.79 0.06
HSL 115.56º 0.86% 0.57% -
HSV(B) 115.56º 0.79% 0.94% -
XYZ 33.56 63.05 13.42 -
YUV 165.13 63.02 55.87 -
System Red Green Blue C M Y K H S L
Decimal 64 239 50 0.73 0 0.79 0.06 115.56 0.86 0.57
Hex 40 EF 32 49 0 4F 6 74 56 39
Octal 100 357 62 111 0 117 6 164 126 71
Binary 1000000 11101111 110010 1001001 0 1001111 110 1110100 1010110 111001

Color Harmonies of #40EF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EF32

Black with #40EF32

Text Example


Text Example

White with #40EF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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