#43BA38

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

Shades of Lime Green #43BA38

Tints of Lime Green #43BA38

Color information

#43BA38 (or 0x43BA38) is unknown color: approx Lime Green. HEX triplet: 43, BA and 38. RGB value is (67,186,56). Sum of RGB (Red+Green+Blue) = 67+186+56=309 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.68% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #43BA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43BA38 is #BC45C7. Grayscale: #888888. Windows color (decimal): -12338632 or 3717699. OLE color: 3717699.

HSL color Cylindrical-coordinate representation of color #43BA38: hue angle of 114.92º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43BA38 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB6718656-
CMYK0.6400.700.27
HSL114.92º53.72%47.45%-
HSV(B)114.92º69.89%72.94%-
XYZ20.5936.69.72-
YUV135.683.0879.07-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.68%
GREEN value IS 186 (73.05% from 255) = 60.19%
BLUE value IS 56 (22.27% from 255) = 18.12%
R=21.68%
G=60.19%
B=18.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal67186560.6400.700.27114.9253.7247.45
Hex43BA38400461B73362f
Octal103272701000106331636657
Binary100001110111010111000100000001000110110111110011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43BA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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