Html Css Color HEX #40ED31 Lime Green

📋 copy color: '#40ED31'

red 64 ◦ green 237 ◦ blue 49

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

Shades of Lime Green #40ED31

Tints of Lime Green #40ED31

RGB

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

 GREEN value IS 237 (92.97% from 255) = 67.71%

 BLUE value IS 49 (19.53% from 255) = 14%

R = 18.29%
G = 67.71%
B = 14%

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

#40ED31 (or 0x40ED31) is known color: Lime Green. HEX triplet: 40, ED and 31. RGB value is (64,237,49). Sum of RGB (Red+Green+Blue) = 64+237+49=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 237 (92.97% from 255 or 67.71% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 237 - color contains mainly: green. Hex color #40ED31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40ED31 is #BF12CE. Grayscale: #A4A4A4. Windows color (decimal): -12522191 or 3272000. OLE color: 3272000.

HSL color Cylindrical-coordinate representation of color #40ED31: hue angle of 115.21º degrees, saturation: 0.84, 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 #40ED31 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 237 49 -
CMYK 0.73 0 0.79 0.07
HSL 115.21º 0.84% 0.56% -
HSV(B) 115.21º 0.79% 0.93% -
XYZ 32.95 61.88 13.11 -
YUV 163.84 63.19 56.79 -
System Red Green Blue C M Y K H S L
Decimal 64 237 49 0.73 0 0.79 0.07 115.21 0.84 0.56
Hex 40 ED 31 49 0 4F 7 73 54 38
Octal 100 355 61 111 0 117 7 163 124 70
Binary 1000000 11101101 110001 1001001 0 1001111 111 1110011 1010100 111000

Color Harmonies of #40ED31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ED31

Black with #40ED31

Text Example


Text Example

White with #40ED31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,237,49); }

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

background-color css

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

 a { background-color: rgb(64,237,49); }

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

border-color css

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

 span { border-color: rgb(64,237,49); }

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