#40C134

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

Shades of Lime Green #40C134

Tints of Lime Green #40C134

Color information

#40C134 (or 0x40C134) is unknown color: approx Lime Green. HEX triplet: 40, C1 and 34. RGB value is (64,193,52). Sum of RGB (Red+Green+Blue) = 64+193+52=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 193 (75.78% from 255 or 62.46% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 193 - color contains mainly: green. Hex color #40C134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C134 is #BF3ECB. Grayscale: #8A8A8A. Windows color (decimal): -12533452 or 3457344. OLE color: 3457344.

HSL color Cylindrical-coordinate representation of color #40C134: hue angle of 114.89º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40C134 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB6419352-
CMYK0.6700.730.24
HSL114.89º57.55%48.04%-
HSV(B)114.89º73.06%75.69%-
XYZ21.839.489.72-
YUV138.3579.2674.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.71%
GREEN value IS 193 (75.78% from 255) = 62.46%
BLUE value IS 52 (20.70% from 255) = 16.83%
R=20.71%
G=62.46%
B=16.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal64193520.6700.730.24114.8957.5548.04
Hex40C1344304918733a30
Octal100301641030111301637260
Binary100000011000001110100100001101001001110001110011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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