#43D755

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

Shades of Lime Green #43D755

Tints of Lime Green #43D755

Color information

#43D755 (or 0x43D755) is unknown color: approx Lime Green. HEX triplet: 43, D7 and 55. RGB value is (67,215,85). Sum of RGB (Red+Green+Blue) = 67+215+85=367 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.26% from 367); Green value is 215 (84.38% from 255 or 58.58% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 215 - color contains mainly: green. Hex color #43D755 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43D755 is #BC28AA. Grayscale: #9C9C9C. Windows color (decimal): -12331179 or 5625667. OLE color: 5625667.

HSL color Cylindrical-coordinate representation of color #43D755: hue angle of 127.3º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43D755 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB6721585-
CMYK0.6900.600.16
HSL127.3º64.91%55.29%-
HSV(B)127.3º68.84%84.31%-
XYZ28.2550.4516.84-
YUV155.9387.9764.57-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.26%
GREEN value IS 215 (84.38% from 255) = 58.58%
BLUE value IS 85 (33.59% from 255) = 23.16%
R=18.26%
G=58.58%
B=23.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal67215850.6900.600.16127.364.9155.29
Hex43D7554503C107f4137
Octal1033271251050742017710167
Binary1000011110101111010101100010101111001000011111111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43D755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,215,85); }

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

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

 a { background-color: rgb(67,215,85); }

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

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

 span { border-color: rgb(67,215,85); }

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