#43B93D

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

Shades of Lime Green #43B93D

Tints of Lime Green #43B93D

Color information

#43B93D (or 0x43B93D) is unknown color: approx Lime Green. HEX triplet: 43, B9 and 3D. RGB value is (67,185,61). Sum of RGB (Red+Green+Blue) = 67+185+61=313 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.41% from 313); Green value is 185 (72.66% from 255 or 59.11% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 185 - color contains mainly: green. Hex color #43B93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43B93D is #BC46C2. Grayscale: #878787. Windows color (decimal): -12338883 or 4045123. OLE color: 4045123.

HSL color Cylindrical-coordinate representation of color #43B93D: hue angle of 117.1º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43B93D is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB6718561-
CMYK0.6400.670.27
HSL117.1º50.41%48.24%-
HSV(B)117.1º67.03%72.55%-
XYZ20.5136.2310.33-
YUV135.5885.9179.08-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.41%
GREEN value IS 185 (72.66% from 255) = 59.11%
BLUE value IS 61 (24.22% from 255) = 19.49%
R=21.41%
G=59.11%
B=19.49%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal67185610.6400.670.27117.150.4148.24
Hex43B93D400431B753230
Octal103271751000103331656260
Binary100001110111001111101100000001000011110111110101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43B93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,185,61); }

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

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

 a { background-color: rgb(67,185,61); }

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

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

 span { border-color: rgb(67,185,61); }

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