#43E540

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

Shades of Lime Green #43E540

Tints of Lime Green #43E540

Color information

#43E540 (or 0x43E540) is unknown color: approx Lime Green. HEX triplet: 43, E5 and 40. RGB value is (67,229,64). Sum of RGB (Red+Green+Blue) = 67+229+64=360 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.61% from 360); Green value is 229 (89.84% from 255 or 63.61% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 229 - color contains mainly: green. Hex color #43E540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43E540 is #BC1ABF. Grayscale: #A2A2A2. Windows color (decimal): -12327616 or 4252995. OLE color: 4252995.

HSL color Cylindrical-coordinate representation of color #43E540: hue angle of 118.91º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43E540 is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB6722964-
CMYK0.7100.720.10
HSL118.91º76.04%57.45%-
HSV(B)118.91º72.05%89.8%-
XYZ31.2657.614.32-
YUV161.7572.8360.42-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.61%
GREEN value IS 229 (89.84% from 255) = 63.61%
BLUE value IS 64 (25.39% from 255) = 17.78%
R=18.61%
G=63.61%
B=17.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal67229640.7100.720.10118.9176.0457.45
Hex43E54047048A774c39
Octal10334510010701101216711471
Binary1000011111001011000000100011101001000101011101111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43E540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43E540; }

 p { color: rgb(67,229,64); }

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

<style>
 a { background-color: #43E540; }

 a { background-color: rgb(67,229,64); }

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

<style>
 span { border-color: #43E540; }

 span { border-color: rgb(67,229,64); }

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