#40B92E

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

Shades of Lime Green #40B92E

Tints of Lime Green #40B92E

Color information

#40B92E (or 0x40B92E) is unknown color: approx Lime Green. HEX triplet: 40, B9 and 2E. RGB value is (64,185,46). Sum of RGB (Red+Green+Blue) = 64+185+46=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 185 (72.66% from 255 or 62.71% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 185 - color contains mainly: green. Hex color #40B92E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B92E is #BF46D1. Grayscale: #858585. Windows color (decimal): -12535506 or 3062080. OLE color: 3062080.

HSL color Cylindrical-coordinate representation of color #40B92E: hue angle of 112.23º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40B92E is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB6418546-
CMYK0.6500.750.27
HSL112.23º60.17%45.29%-
HSV(B)112.23º75.14%72.55%-
XYZ19.9635.998.48-
YUV132.9878.9178.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.69%
GREEN value IS 185 (72.66% from 255) = 62.71%
BLUE value IS 46 (18.36% from 255) = 15.59%
R=21.69%
G=62.71%
B=15.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64185460.6500.750.27112.2360.1745.29
Hex40B92E4104B1B703c2d
Octal100271561010113331607455
Binary100000010111001101110100000101001011110111110000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B92E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,185,46); }

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

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

 a { background-color: rgb(64,185,46); }

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

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

 span { border-color: rgb(64,185,46); }

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