#43D138

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

Shades of Lime Green #43D138

Tints of Lime Green #43D138

Color information

#43D138 (or 0x43D138) is unknown color: approx Lime Green. HEX triplet: 43, D1 and 38. RGB value is (67,209,56). Sum of RGB (Red+Green+Blue) = 67+209+56=332 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.18% from 332); Green value is 209 (82.03% from 255 or 62.95% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 209 - color contains mainly: green. Hex color #43D138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43D138 is #BC2EC7. Grayscale: #959595. Windows color (decimal): -12332744 or 3723587. OLE color: 3723587.

HSL color Cylindrical-coordinate representation of color #43D138: hue angle of 115.69º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43D138 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB6720956-
CMYK0.6800.730.18
HSL115.69º62.45%51.96%-
HSV(B)115.69º73.21%81.96%-
XYZ25.8347.0811.47-
YUV149.175.4669.44-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.18%
GREEN value IS 209 (82.03% from 255) = 62.95%
BLUE value IS 56 (22.27% from 255) = 16.87%
R=20.18%
G=62.95%
B=16.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal67209560.6800.730.18115.6962.4551.96
Hex43D1384404912743e34
Octal103321701040111221647664
Binary100001111010001111000100010001001001100101110100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43D138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,209,56); }

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

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

 a { background-color: rgb(67,209,56); }

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

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

 span { border-color: rgb(67,209,56); }

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