#40E134

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

Shades of Lime Green #40E134

Tints of Lime Green #40E134

Color information

#40E134 (or 0x40E134) is unknown color: approx Lime Green. HEX triplet: 40, E1 and 34. RGB value is (64,225,52). Sum of RGB (Red+Green+Blue) = 64+225+52=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 225 (88.28% from 255 or 65.98% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 225 - color contains mainly: green. Hex color #40E134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E134 is #BF1ECB. Grayscale: #9D9D9D. Windows color (decimal): -12525260 or 3465536. OLE color: 3465536.

HSL color Cylindrical-coordinate representation of color #40E134: hue angle of 115.84º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40E134 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB6422552-
CMYK0.7200.770.12
HSL115.84º74.25%54.31%-
HSV(B)115.84º76.89%88.24%-
XYZ29.6655.1912.34-
YUV157.1468.6661.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.77%
GREEN value IS 225 (88.28% from 255) = 65.98%
BLUE value IS 52 (20.70% from 255) = 15.25%
R=18.77%
G=65.98%
B=15.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal64225520.7200.770.12115.8474.2554.31
Hex40E1344804DC744a36
Octal1003416411001151416411266
Binary100000011100001110100100100001001101110011101001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,225,52); }

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

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

 a { background-color: rgb(64,225,52); }

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

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

 span { border-color: rgb(64,225,52); }

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