#40B239

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

Shades of Lime Green #40B239

Tints of Lime Green #40B239

Color information

#40B239 (or 0x40B239) is unknown color: approx Lime Green. HEX triplet: 40, B2 and 39. RGB value is (64,178,57). Sum of RGB (Red+Green+Blue) = 64+178+57=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 178 (69.92% from 255 or 59.53% from 299); Blue value is 57 (22.66% from 255 or 19.06% from 299); Max value from RGB is 178 - color contains mainly: green. Hex color #40B239 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40B239 is #BF4DC6. Grayscale: #828282. Windows color (decimal): -12537287 or 3781184. OLE color: 3781184.

HSL color Cylindrical-coordinate representation of color #40B239: hue angle of 116.53º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40B239 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB6417857-
CMYK0.6400.680.30
HSL116.53º51.49%46.08%-
HSV(B)116.53º67.98%69.8%-
XYZ18.7733.239.29-
YUV130.1286.7380.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.40%
GREEN value IS 178 (69.92% from 255) = 59.53%
BLUE value IS 57 (22.66% from 255) = 19.06%
R=21.40%
G=59.53%
B=19.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal64178570.6400.680.30116.5351.4946.08
Hex40B239400441E75332e
Octal100262711000104361656356
Binary100000010110010111001100000001000100111101110101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,178,57); }

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

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

 a { background-color: rgb(64,178,57); }

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

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

 span { border-color: rgb(64,178,57); }

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