#43C541

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

Shades of Lime Green #43C541

Tints of Lime Green #43C541

Color information

#43C541 (or 0x43C541) is unknown color: approx Lime Green. HEX triplet: 43, C5 and 41. RGB value is (67,197,65). Sum of RGB (Red+Green+Blue) = 67+197+65=329 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.36% from 329); Green value is 197 (77.34% from 255 or 59.88% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 197 - color contains mainly: green. Hex color #43C541 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C541 is #BC3ABE. Grayscale: #8F8F8F. Windows color (decimal): -12335807 or 4310339. OLE color: 4310339.

HSL color Cylindrical-coordinate representation of color #43C541: hue angle of 119.09º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43C541 is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB6719765-
CMYK0.6600.670.23
HSL119.09º53.23%51.37%-
HSV(B)119.09º67.01%77.25%-
XYZ23.2441.5111.79-
YUV143.0883.9373.73-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.36%
GREEN value IS 197 (77.34% from 255) = 59.88%
BLUE value IS 65 (25.78% from 255) = 19.76%
R=20.36%
G=59.88%
B=19.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal67197650.6600.670.23119.0953.2351.37
Hex43C5414204317773533
Octal1033051011020103271676563
Binary1000011110001011000001100001001000011101111110111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43C541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,197,65); }

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

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

 a { background-color: rgb(67,197,65); }

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

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

 span { border-color: rgb(67,197,65); }

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