Html Css Color HEX #40E31C Lime Green

📋 copy color: '#40E31C'

red 64 ◦ green 227 ◦ blue 28

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

Shades of Lime Green #40E31C

Tints of Lime Green #40E31C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 71.16%

 BLUE value IS 28 (11.33% from 255) = 8.78%

R = 20.06%
G = 71.16%
B = 8.78%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#40E31C (or 0x40E31C) is known color: Lime Green. HEX triplet: 40, E3 and 1C. RGB value is (64,227,28). Sum of RGB (Red+Green+Blue) = 64+227+28=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 227 (89.06% from 255 or 71.16% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 227 - color contains mainly: green. Hex color #40E31C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E31C is #BF1CE3. Grayscale: #9C9C9C. Windows color (decimal): -12524772 or 1893184. OLE color: 1893184.

HSL color Cylindrical-coordinate representation of color #40E31C: hue angle of 109.15º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40E31C is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 64 227 28 -
CMYK 0.72 0 0.88 0.11
HSL 109.15º 0.78% 0.5% -
HSV(B) 109.15º 0.88% 0.89% -
XYZ 29.79 56.11 10.36 -
YUV 155.58 56 62.68 -
System Red Green Blue C M Y K H S L
Decimal 64 227 28 0.72 0 0.88 0.11 109.15 0.78 0.5
Hex 40 E3 1C 48 0 58 B 6D 4E 32
Octal 100 343 34 110 0 130 13 155 116 62
Binary 1000000 11100011 11100 1001000 0 1011000 1011 1101101 1001110 110010

Color Harmonies of #40E31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E31C

Black with #40E31C

Text Example


Text Example

White with #40E31C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,227,28); }

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

background-color css

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

 a { background-color: rgb(64,227,28); }

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

border-color css

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

 span { border-color: rgb(64,227,28); }

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