#40E31B

Color #40E31B Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #40E31B

Tints of Lime Green #40E31B

Color information

#40E31B (or 0x40E31B) is unknown color: approx Lime Green. HEX triplet: 40, E3 and 1B. RGB value is (64,227,27). Sum of RGB (Red+Green+Blue) = 64+227+27=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 227 (89.06% from 255 or 71.38% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 227 - color contains mainly: green. Hex color #40E31B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E31B is #BF1CE4. Grayscale: #9C9C9C. Windows color (decimal): -12524773 or 1827648. OLE color: 1827648.

HSL color Cylindrical-coordinate representation of color #40E31B: hue angle of 108.9º degrees, saturation: 0.79, 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 #40E31B is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB6422727-
CMYK0.7200.880.11
HSL108.9º78.74%49.8%-
HSV(B)108.9º88.11%89.02%-
XYZ29.7856.1110.3-
YUV155.4655.562.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.13%
GREEN value IS 227 (89.06% from 255) = 71.38%
BLUE value IS 27 (10.94% from 255) = 8.49%
R=20.13%
G=71.38%
B=8.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal64227270.7200.880.11108.978.7449.8
Hex40E31B48058B6d4f32
Octal1003433311001301315511762
Binary10000001110001111011100100001011000101111011011001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E31B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40E31B;
 }
 .AnyTagClassName
 {
   color: #40E31B;
 }
</style>
background-color css

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

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

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

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

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

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